aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz1-11/+21
2007-10-11ide: call udma_filter() before resorting to the UltraDMA maskSergei Shtylyov1-3/+4
2007-10-11hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov1-2/+7
2007-08-20ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz1-19/+0
2007-08-20ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz1-16/+10
2007-07-09drivers/ide/ide-dma.c: unexport ide_set_dmaAdrian Bunk1-2/+0
2007-07-09ide: fix pre-EIDE SWDMA supportBartlomiej Zolnierkiewicz1-1/+15
2007-07-09ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano1-1/+0
2007-07-09ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano1-33/+34
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-7/+10
2007-07-09ide: 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
2007-02-17ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz1-4/+4
2007-02-17ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz1-1/+4
2007-02-17ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz1-0/+3
2006-10-03[PATCH] ide: remove dma_base2 field from ide_hwif_tSergei Shtylyov1-13/+1
2006-10-03[PATCH] drivers/ide/: cleanupsAdrian Bunk1-2/+0
2006-10-03[PATCH] ide: fix revision comparison in ide_in_drive_listKirill Smelkov1-1/+1
2006-10-03[PATCH] IDE: always release DMA engineSergei Shtylylov1-9/+7
2006-10-03[PATCH] IDE: claim extra DMA ports regardless of channelSergei Shtylylov1-10/+22
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-1/+1
2006-07-28[PATCH] ide: if the id fields looks screwy, disable DMAJens Axboe1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-4/+2
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2005-12-15[PATCH] ide: core modifications for AU1200Jordan Crouse1-9/+6
2005-06-27[PATCH] ide: samsung SN-124 works perfectly well with DMAAlan Cox1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+959