summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-02ide: switch to DMA-mapping APIBartlomiej Zolnierkiewicz1-9/+9
2008-02-02ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-10/+13
2008-02-02ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)Bartlomiej Zolnierkiewicz1-4/+4
2008-02-02ide: remove BUG_ON() from ide_build_sglist()Bartlomiej Zolnierkiewicz1-2/+0
2008-02-02ide: ide_setup_dma() assumes 8 portsSergei Shtylyov1-20/+20
2008-02-02trm290: cannot call ide_setup_dma()Sergei Shtylyov1-7/+6
2008-02-02ide: unexport ide_dma_onAdrian Bunk1-2/+0
2008-01-26ide: task_end_request() fixTejun Heo1-7/+1
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-35/+15
2008-01-26ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-15/+12
2008-01-26cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz1-4/+11
2008-01-26ide: remove redundant DMA blacklist check from __ide_dma_on()Bartlomiej Zolnierkiewicz1-4/+0
2008-01-26ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz1-14/+11
2008-01-26ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz1-7/+0
2007-12-13ide: remove dead code from __ide_dma_test_irq()Bartlomiej Zolnierkiewicz1-6/+0
2007-12-13ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz1-45/+15
2007-11-27ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklistBartlomiej Zolnierkiewicz1-0/+1
2007-11-05ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()Bartlomiej Zolnierkiewicz1-1/+1
2007-11-05ide: fix ide_find_dma_mode() to print human-readable infoBartlomiej Zolnierkiewicz1-1/+2
2007-10-20ide: PCI BMDMA initialization fixes (take 2)Bartlomiej Zolnierkiewicz1-22/+10
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-4/+8
2007-10-17ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz1-1/+1
2007-10-17ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-1/+1
2007-10-17ide: unexport ide_tune_dmaAdrian Bunk1-2/+0
2007-10-17ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-30/+45
2007-10-16IDE: sg chaining supportJens Axboe1-1/+1
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-1/+4
2007-10-13icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz1-9/+14
2007-10-12ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz1-11/+21
2007-10-12ide: call udma_filter() before resorting to the UltraDMA maskSergei Shtylyov1-3/+4
2007-10-12hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov1-2/+7
2007-08-21ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz1-19/+0
2007-08-21ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz1-16/+10
2007-07-10drivers/ide/ide-dma.c: unexport ide_set_dmaAdrian Bunk1-2/+0
2007-07-10ide: fix pre-EIDE SWDMA supportBartlomiej Zolnierkiewicz1-1/+15
2007-07-10ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano1-1/+0
2007-07-10ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano1-33/+34
2007-07-10ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-7/+10
2007-07-10ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-5/+4
2007-05-24Match DMA blacklist entries between ide-dma.c and libata-core.cJunio C Hamano1-1/+3
2007-05-16ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz1-37/+5
2007-05-16ide: add missing validity checks for identify words 62 and 63Bartlomiej Zolnierkiewicz1-2/+4
2007-05-16ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz1-2/+3
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz1-0/+20
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-0/+74
2007-03-17ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=nBartlomiej Zolnierkiewicz1-1/+1
2007-02-17ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz1-10/+7
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-21/+18
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-7/+30