summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
AgeCommit message (Expand)AuthorLines
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker-0/+1
2010-10-26ide: clean up timed out request handlingTejun Heo-8/+3
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds-0/+1
2010-04-01ide: Requeue request after DMA timeoutHerbert Xu-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-06-24ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz-21/+0
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds-1/+0
2009-06-10ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz-1/+0
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo-1/+1
2009-04-28ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo-16/+4
2009-04-21ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo-16/+4
2009-03-31ide: add support for CFA specified transfer modes (take 3)Sergei Shtylyov-0/+8
2009-03-31ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)Sergei Shtylyov-18/+14
2009-03-31ide: sanitize ide_build_sglist() and ide_destroy_dmatable()Bartlomiej Zolnierkiewicz-25/+25
2009-03-31ide: set/clear drive->waiting_for_dma flag in the core codeBartlomiej Zolnierkiewicz-0/+4
2009-03-31ide: move ide_map_sg() call out of ->dma_setup method (take 2)Bartlomiej Zolnierkiewicz-2/+6
2009-03-31ide: add ->dma_check methodBartlomiej Zolnierkiewicz-1/+4
2009-03-31ide: add ide_dma_prepare() helperBartlomiej Zolnierkiewicz-1/+10
2009-03-31ide: destroy DMA mappings after ending DMA (v2)Bartlomiej Zolnierkiewicz-0/+3
2009-03-31ide: inline ide_dma_timeout() into ide_dma_timeout_retry()Bartlomiej Zolnierkiewicz-15/+6
2009-03-31ide: add ->dma_clear method and remove ->dma_timeout oneBartlomiej Zolnierkiewicz-4/+6
2009-03-27ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz-1/+0
2009-03-27ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz-8/+7
2009-03-27ide: remove ide_end_request()Bartlomiej Zolnierkiewicz-1/+2
2009-03-27ide: sanitize ide_finish_cmd()Bartlomiej Zolnierkiewicz-1/+4
2009-03-27ide: move command related fields from ide_hwif_t to struct ide_cmdBartlomiej Zolnierkiewicz-7/+9
2009-03-27ide: pass command instead of request to ide_pio_datablock()Bartlomiej Zolnierkiewicz-2/+2
2009-03-27ide: call ide_build_sglist() prior to ->dma_setup (v2)Bartlomiej Zolnierkiewicz-2/+3
2009-03-24ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz-0/+57
2009-03-13ide: save the returned value of dma_map_sgFUJITA Tomonori-3/+9
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz-1/+1
2008-10-13ide: move SFF DMA code to ide-dma-sff.cBartlomiej Zolnierkiewicz-362/+1
2008-10-13ide: cleanup ide-dma.cBartlomiej Zolnierkiewicz-50/+38
2008-10-13ide: cleanup ide_build_dmatable()Bartlomiej Zolnierkiewicz-43/+30
2008-10-13ide: remove needless includes from ide-dma.cBartlomiej Zolnierkiewicz-8/+0
2008-10-13ide: switch to DMA-mapping API part #2Bartlomiej Zolnierkiewicz-12/+19
2008-10-13ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz-4/+5
2008-10-13ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz-5/+4
2008-10-13ide: __ide_dma_end() -> ide_dma_end()Bartlomiej Zolnierkiewicz-4/+3
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz-1/+1
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz-3/+1
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz-2/+0
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz-3/+4
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz-1/+1
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz-3/+3
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz-23/+27
2008-10-05ide-dma: fix ide_build_dmatable() for TRM290Sergei Shtylylov-1/+1
2008-08-05ide: fix pre-EIDE SWDMA support on big-endianBartlomiej Zolnierkiewicz-5/+1
2008-07-24ide: trivial sparse annotationsHarvey Harrison-1/+1
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz-6/+6