linux/drivers/ide/pci
Jeff Garzik 1855256c49 drivers/firmware: const-ify DMI API and internals
Three main sets of changes:

1) dmi_get_system_info() return value should have been marked const,
   since callers should not be changing that data.

2) const-ify DMI internals, since DMI firmware tables should,
   whenever possible, be marked const to ensure we never ever write to
   that data area.

3) const-ify DMI API, to enable marking tables const where possible
   in low-level drivers.

And if we're really lucky, this might enable some additional
optimizations on the part of the compiler.

The bulk of the changes are #2 and #3, which are interrelated.  #1 could
have been a separate patch, but it was so small compared to the others,
it was easier to roll it into this changeset.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2007-10-09 20:22:20 -04:00
..
aec62xx.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
alim15x3.c drivers/firmware: const-ify DMI API and internals 2007-10-09 20:22:20 -04:00
amd74xx.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
atiixp.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
cmd64x.c ide: fix runtogether printk's in cmd64x IDE driver 2007-08-01 23:46:44 +02:00
cmd640.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
cs5520.c cs5520: fix PIO auto-tuning in ->ide_dma_check method 2007-08-01 23:46:45 +02:00
cs5530.c cs5530: add missing ->dma_base check 2007-08-20 22:42:56 +02:00
cs5535.c cs5535: PIO fixes 2007-08-01 23:46:45 +02:00
cy82c693.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
delkin_cb.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
generic.c ide: add ide_pci_device_t.host_flags (take 2) 2007-07-20 01:11:55 +02:00
hpt34x.c hpt34x: fix CONFIG_HPT34X_AUTODMA=n handling 2007-08-20 22:42:57 +02:00
hpt366.c hpt366: UltraDMA filter for SATA cards (take 2) 2007-09-11 22:28:36 +02:00
it821x.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
it8213.c it8213: PIO fixes (take 2) 2007-08-01 23:46:46 +02:00
jmicron.c jmicron: PIO fixes 2007-08-01 23:46:46 +02:00
Makefile scc_pata: dependency fix 2007-03-17 21:57:25 +01:00
ns87415.c ide: config_drive_for_dma() fixes 2007-08-20 22:42:55 +02:00
opti621.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
pdc202xx_new.c pdc202xx_new: PLL detection fix 2007-09-11 22:28:37 +02:00
pdc202xx_old.c pdc202xx_old: add missing ->dma_base check 2007-08-20 22:42:56 +02:00
piix.c piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2) 2007-08-01 23:46:46 +02:00
rz1000.c ide: add ide_pci_device_t.host_flags (take 2) 2007-07-20 01:11:55 +02:00
sc1200.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
scc_pata.c scc_pata: PIO fixes 2007-08-01 23:46:46 +02:00
serverworks.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
sgiioc4.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
siimage.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
sis5513.c sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops 2007-08-01 23:46:44 +02:00
sl82c105.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
slc90e66.c piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2) 2007-08-01 23:46:46 +02:00
tc86c001.c ide: add PIO masks 2007-07-20 01:11:59 +02:00
triflex.c triflex: add missing ->dma_base check 2007-08-20 22:42:56 +02:00
trm290.c ide: add ide_pci_device_t.host_flags (take 2) 2007-07-20 01:11:55 +02:00
via82cxxx.c drivers/firmware: const-ify DMI API and internals 2007-10-09 20:22:20 -04:00