Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: sanitize ide_build_sglist() and ide_destroy_dmatable() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -25/+25 |
* | ide: set/clear drive->waiting_for_dma flag in the core code | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -0/+4 |
* | ide: move ide_map_sg() call out of ->dma_setup method (take 2) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -2/+6 |
* | ide: add ->dma_check method | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+4 |
* | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+10 |
* | ide: destroy DMA mappings after ending DMA (v2) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -0/+3 |
* | ide: inline ide_dma_timeout() into ide_dma_timeout_retry() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -15/+6 |
* | ide: add ->dma_clear method and remove ->dma_timeout one | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -4/+6 |
* | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+0 |
* | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -8/+7 |
* | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+2 |
* | ide: sanitize ide_finish_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+4 |
* | ide: move command related fields from ide_hwif_t to struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -7/+9 |
* | ide: pass command instead of request to ide_pio_datablock() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -2/+2 |
* | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -2/+3 |
* | ide: move ide_dma_timeout_retry() to ide-dma.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+57 |
* | ide: save the returned value of dma_map_sg | FUJITA Tomonori | 2009-03-13 | 1 | -3/+9 |
* | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -1/+1 |
* | ide: move SFF DMA code to ide-dma-sff.c | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -362/+1 |
* | ide: cleanup ide-dma.c | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -50/+38 |
* | ide: cleanup ide_build_dmatable() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -43/+30 |
* | ide: remove needless includes from ide-dma.c | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -8/+0 |
* | ide: switch to DMA-mapping API part #2 | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -12/+19 |
* | ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -4/+5 |
* | ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -5/+4 |
* | ide: __ide_dma_end() -> ide_dma_end() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -4/+3 |
* | ide: use 'drive->dn & 1' instead of drive->select.b.unit | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: remove superfluous ->waiting_for_dma checks | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+1 |
* | ide: remove superfluous ->dma field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -2/+0 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+4 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -3/+3 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -23/+27 |
* | ide-dma: fix ide_build_dmatable() for TRM290 | Sergei Shtylylov | 2008-10-05 | 1 | -1/+1 |
* | ide: fix pre-EIDE SWDMA support on big-endian | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -5/+1 |
* | ide: trivial sparse annotations | Harvey Harrison | 2008-07-24 | 1 | -1/+1 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+6 |
* | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+2 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+3 |
* | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -10/+2 |
* | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -21/+21 |
* | ide: use I/O ops directly in ide-dma.c | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -14/+45 |
* | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+6 |
* | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: remove obsoleted "ide=" kernel parameters | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: remove ->dma_prdtable field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -4/+3 |
* | ide: remove ->dma_vendor{1,3} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -4/+0 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -25/+8 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -22/+37 |
* | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -13/+0 |