summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
Commit message (Expand)AuthorAgeFilesLines
* ide: fix enabling DMA on it821x in "smart" modeBartlomiej Zolnierkiewicz2008-03-071-1/+1
* ide: remove stale comments from ide-dma.c (take 2)Bartlomiej Zolnierkiewicz2008-02-261-48/+4
* ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF optionSergei Shtylyov2008-02-111-7/+7
* ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz2008-02-061-1/+2
* ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz2008-02-021-0/+20
* ide: update/add my CopyrightsBartlomiej Zolnierkiewicz2008-02-011-4/+3
* ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-011-2/+1
* ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz2008-02-011-1/+3
* ide: switch to DMA-mapping APIBartlomiej Zolnierkiewicz2008-02-011-9/+9
* ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz2008-02-011-10/+13
* ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)Bartlomiej Zolnierkiewicz2008-02-011-4/+4
* ide: remove BUG_ON() from ide_build_sglist()Bartlomiej Zolnierkiewicz2008-02-011-2/+0
* ide: ide_setup_dma() assumes 8 portsSergei Shtylyov2008-02-011-20/+20
* trm290: cannot call ide_setup_dma()Sergei Shtylyov2008-02-011-7/+6
* ide: unexport ide_dma_onAdrian Bunk2008-02-011-2/+0
* ide: task_end_request() fixTejun Heo2008-01-261-7/+1
* ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz2008-01-261-35/+15
* ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz2008-01-261-1/+1
* ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz2008-01-261-15/+12
* cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz2008-01-261-4/+11
* ide: remove redundant DMA blacklist check from __ide_dma_on()Bartlomiej Zolnierkiewicz2008-01-251-4/+0
* ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz2008-01-251-14/+11
* ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz2008-01-251-7/+0
* ide: remove dead code from __ide_dma_test_irq()Bartlomiej Zolnierkiewicz2007-12-121-6/+0
* ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz2007-12-121-45/+15
* ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklistBartlomiej Zolnierkiewicz2007-11-271-0/+1
* ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()Bartlomiej Zolnierkiewicz2007-11-051-1/+1
* ide: fix ide_find_dma_mode() to print human-readable infoBartlomiej Zolnierkiewicz2007-11-051-1/+2
* ide: PCI BMDMA initialization fixes (take 2)Bartlomiej Zolnierkiewicz2007-10-201-22/+10
* ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz2007-10-191-4/+8
* ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz2007-10-161-1/+1
* ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz2007-10-161-1/+1
* ide: unexport ide_tune_dmaAdrian Bunk2007-10-161-2/+0
* ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz2007-10-161-30/+45
* IDE: sg chaining supportJens Axboe2007-10-161-1/+1
* ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz2007-10-131-1/+4
* icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz2007-10-131-9/+14
* ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz2007-10-111-11/+21
* ide: call udma_filter() before resorting to the UltraDMA maskSergei Shtylyov2007-10-111-3/+4
* hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov2007-10-111-2/+7
* ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-201-19/+0
* ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-201-16/+10
* drivers/ide/ide-dma.c: unexport ide_set_dmaAdrian Bunk2007-07-091-2/+0
* ide: fix pre-EIDE SWDMA supportBartlomiej Zolnierkiewicz2007-07-091-1/+15
* ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano2007-07-091-1/+0
* ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano2007-07-091-33/+34
* ide: make void and rename ide_dma_timeout() methodSergei Shtylyov2007-07-091-7/+10
* ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov2007-07-091-5/+4
* Match DMA blacklist entries between ide-dma.c and libata-core.cJunio C Hamano2007-05-241-1/+3
* ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz2007-05-161-37/+5
OpenPOWER on IntegriCloud