kernel-ark/drivers/ide
Bartlomiej Zolnierkiewicz a02bfd3ce9 ide: PCI BMDMA initialization fixes (take 2)
* Set hwif->dma_base only if allocation of extra ports succeeds.

While at it:

* Move setting of hwif->dma_{base,master} from ide_{mapped_mmio,iomio}_dma()
  to ide_setup_dma().

* Rename 'dma_base' argument to 'base' in ide_setup_dma() (to make the code
  obey 80-columns limit and increase its readability).

* Remove stale ide_setup_dma() comment.

v2:
* Change to allocate hwif->dmatable_cpu before reserving I/O ports missed
  teardown code (spotted by Sergei).  On the second thought this change is
  actually unnecessary so revert it in v2.

* Make ide_release_dma_engine() void and remove needless comment.

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2007-10-20 00:32:37 +02:00
..
arm ide: remove write-only hwif->hw 2007-10-20 00:32:33 +02:00
cris ide: add ->fixup method to ide_hwif_t 2007-10-20 00:32:31 +02:00
h8300 icside: use ec->dma directly 2007-10-20 00:32:32 +02:00
legacy ide: take ide_lock for prefetch disable/enable in do_special() 2007-10-20 00:32:36 +02:00
mips au1xxx-ide: set ->autotune and ->no_io_32bit also for the slave device 2007-10-20 00:32:33 +02:00
pci cs5530: remove needless ide_lock taking 2007-10-20 00:32:36 +02:00
ppc ide: remove write-only hwif->hw 2007-10-20 00:32:33 +02:00
ide-acpi.c ide: unexport ide_acpi_set_state 2007-10-13 17:47:48 +02:00
ide-cd.c [BLOCK] Get rid of request_queue_t typedef 2007-07-24 09:28:11 +02:00
ide-cd.h ide-cd: replace C code with call to ARRAY_SIZE() macro 2007-07-09 23:17:57 +02:00
ide-disk.c ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags 2007-10-19 00:30:07 +02:00
ide-dma.c ide: PCI BMDMA initialization fixes (take 2) 2007-10-20 00:32:37 +02:00
ide-floppy.c Fixup rq_for_each_segment() indentation 2007-10-10 09:25:56 +02:00
ide-generic.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00
ide-io.c ide: use __ide_end_request() in ide_end_dequeued_request() 2007-10-20 00:32:36 +02:00
ide-iops.c ide: remove dead code from ide_driveid_update() 2007-10-20 00:32:36 +02:00
ide-lib.c ide: remove ide_use_fast_pio() 2007-10-16 22:29:54 +02:00
ide-pnp.c icside: use ec->dma directly 2007-10-20 00:32:32 +02:00
ide-probe.c ide: add ide_device_add() 2007-10-20 00:32:31 +02:00
ide-proc.c ide: add ide_device_add() 2007-10-20 00:32:31 +02:00
ide-tape.c ide: eliminate warnings in ide-tape.c 2007-08-01 23:46:44 +02:00
ide-taskfile.c ide: remove stale comments from ide-taskfile.c 2007-10-20 00:32:36 +02:00
ide-timing.h ide: remove ide_find_best_pio_mode() 2007-07-20 01:11:58 +02:00
ide.c ide: remove write-only hwif->hw 2007-10-20 00:32:33 +02:00
Kconfig ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT 2007-10-20 00:32:32 +02:00
Makefile ide: make /proc/ide/ optional 2007-05-10 00:01:09 +02:00
setup-pci.c ide: enhance ide_setup_pci_noise() 2007-10-20 00:32:36 +02:00