2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00
linux-next/drivers/ide/ppc
Bartlomiej Zolnierkiewicz 3608b5d71a ide: add ide_set_dma() helper (v2)
* add ide_set_dma() helper and make ide_hwif_t.ide_dma_check return
  -1 when DMA needs to be disabled (== need to call ->ide_dma_off_quietly)
   0 when DMA needs to be enabled  (== need to call ->ide_dma_on)
   1 when DMA setting shouldn't be changed
* fix IDE code to use ide_set_dma() instead if using ->ide_dma_check directly

v2:
* updated for scc_pata

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2007-02-17 02:40:26 +01:00
..
mpc8xx.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
pmac.c ide: convert ide_hwif_t.mmio into flag (v2) 2007-02-17 02:40:25 +01:00
scc_pata.c ide: add ide_set_dma() helper (v2) 2007-02-17 02:40:26 +01:00