aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
Commit message (Expand)AuthorAge
* ide: update/add my CopyrightsBartlomiej Zolnierkiewicz2008-02-01
* ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-01
* ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz2008-02-01
* ide: switch to DMA-mapping APIBartlomiej Zolnierkiewicz2008-02-01
* ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz2008-02-01
* ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)Bartlomiej Zolnierkiewicz2008-02-01
* ide: remove BUG_ON() from ide_build_sglist()Bartlomiej Zolnierkiewicz2008-02-01
* ide: ide_setup_dma() assumes 8 portsSergei Shtylyov2008-02-01
* trm290: cannot call ide_setup_dma()Sergei Shtylyov2008-02-01
* ide: unexport ide_dma_onAdrian Bunk2008-02-01
* ide: task_end_request() fixTejun Heo2008-01-26
* ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz2008-01-26
* ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz2008-01-26
* ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz2008-01-26
* cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz2008-01-26
* ide: remove redundant DMA blacklist check from __ide_dma_on()Bartlomiej Zolnierkiewicz2008-01-25
* ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz2008-01-25
* ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz2008-01-25
* ide: remove dead code from __ide_dma_test_irq()Bartlomiej Zolnierkiewicz2007-12-12
* ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz2007-12-12
* ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklistBartlomiej Zolnierkiewicz2007-11-27
* ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()Bartlomiej Zolnierkiewicz2007-11-05
* ide: fix ide_find_dma_mode() to print human-readable infoBartlomiej Zolnierkiewicz2007-11-05
* ide: PCI BMDMA initialization fixes (take 2)Bartlomiej Zolnierkiewicz2007-10-19
* ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz2007-10-18
* ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz2007-10-16
* ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz2007-10-16
* ide: unexport ide_tune_dmaAdrian Bunk2007-10-16
* ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz2007-10-16
* IDE: sg chaining supportJens Axboe2007-10-16
* ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz2007-10-13
* icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz2007-10-13
* ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz2007-10-11
* ide: call udma_filter() before resorting to the UltraDMA maskSergei Shtylyov2007-10-11
* hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov2007-10-11
* ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-20
* ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-20
* drivers/ide/ide-dma.c: unexport ide_set_dmaAdrian Bunk2007-07-09
* ide: fix pre-EIDE SWDMA supportBartlomiej Zolnierkiewicz2007-07-09
* ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano2007-07-09
* ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano2007-07-09
* ide: make void and rename ide_dma_timeout() methodSergei Shtylyov2007-07-09
* ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov2007-07-09
* Match DMA blacklist entries between ide-dma.c and libata-core.cJunio C Hamano2007-05-23
* ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz2007-05-15
* ide: add missing validity checks for identify words 62 and 63Bartlomiej Zolnierkiewicz2007-05-15
* ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz2007-05-15
* ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz2007-05-09
* ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz2007-05-09
* ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=nBartlomiej Zolnierkiewicz2007-03-17