dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/ide/pci
Bartlomiej Zolnierkiewicz 5e37bdc081 ide: add struct ide_dma_ops (take 3)
Add struct ide_dma_ops and convert core code + drivers to use it.

While at it:

* Drop "ide_" prefix from ->ide_dma_end and ->ide_dma_test_irq methods.

* Drop "ide_" "infixes" from DMA methods.

* au1xxx-ide.c:
  - use auide_dma_{test_irq,end}() directly in auide_dma_timeout()

* pdc202xx_old.c:
  - drop "old_" "infixes" from DMA methods

* siimage.c:
  - add siimage_dma_test_irq() helper
  - print SATA warning in siimage_init_one()

* Remove no longer needed ->init_hwif implementations.

v2:
* Changes based on review from Sergei:
  - s/siimage_ide_dma_test_irq/siimage_dma_test_irq/
  - s/drive->hwif/hwif/ in idefloppy_pc_intr().
  - fix patch description w.r.t. au1xxx-ide changes
  - fix au1xxx-ide build
  - fix naming for cmd64*_dma_ops
  - drop "ide_" and "old_" infixes
  - s/hpt3xxx_dma_ops/hpt37x_dma_ops/
  - s/hpt370x_dma_ops/hpt370_dma_ops/
  - use correct DMA ops for HPT302/N, HPT371/N and HPT374
  - s/it821x_smart_dma_ops/it821x_pass_through_dma_ops/

v3:
* Two bugs slipped in v2 (noticed by Sergei):
  - use correct DMA ops for HPT374 (for real this time)
  - handle HPT370/HPT370A properly

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-04-26 22:25:24 +02:00
..
Makefile ide-pci-generic: kill the unused ifdef/endif/MODULE code 2008-02-06 02:57:49 +01:00
aec62xx.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
alim15x3.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
amd74xx.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
atiixp.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
cmd64x.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
cmd640.c ide: cleanup setting hwif->mmio flag 2008-04-26 22:25:19 +02:00
cs5520.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
cs5530.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
cs5535.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
cy82c693.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
delkin_cb.c ide: cleanup setting hwif->mmio flag 2008-04-26 22:25:19 +02:00
generic.c IDE: Coding Style fixes to drivers/ide/pci/generic.c 2008-04-26 17:36:40 +02:00
hpt34x.c ide: remove ->extra field from struct ide_port_info 2008-04-26 22:25:20 +02:00
hpt366.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
it821x.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
it8213.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
jmicron.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
ns87415.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
opti621.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
pdc202xx_new.c ide: replace remaining __FUNCTION__ occurrences 2008-04-26 22:25:20 +02:00
pdc202xx_old.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
piix.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
rz1000.c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE 2008-04-26 17:36:35 +02:00
sc1200.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
scc_pata.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
serverworks.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
sgiioc4.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
siimage.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
sis5513.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
sl82c105.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
slc90e66.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
tc86c001.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
triflex.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00
trm290.c ide: add struct ide_dma_ops (take 3) 2008-04-26 22:25:24 +02:00
via82cxxx.c ide: add struct ide_port_ops (take 2) 2008-04-26 22:25:14 +02:00