Commit Graph

116 Commits (7105de84f1cb5ef640bfe4b8b137837c346caab5)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz 2dbe7e919e ide: move SFF DMA code to ide-dma-sff.c 16 years ago
Bartlomiej Zolnierkiewicz db3f99ef7c ide: cleanup ide-dma.c 16 years ago
Bartlomiej Zolnierkiewicz 14c123f371 ide: cleanup ide_build_dmatable() 16 years ago
Bartlomiej Zolnierkiewicz c19f7f226b ide: remove needless includes from ide-dma.c 16 years ago
Bartlomiej Zolnierkiewicz 2bbd57cad3 ide: switch to DMA-mapping API part #2 16 years ago
Bartlomiej Zolnierkiewicz ffa15a6915 ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n 16 years ago
Bartlomiej Zolnierkiewicz de23ec9ca8 ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n 16 years ago
Bartlomiej Zolnierkiewicz 653bcf5292 ide: __ide_dma_end() -> ide_dma_end() 16 years ago
Bartlomiej Zolnierkiewicz 123995b971 ide: use 'drive->dn & 1' instead of drive->select.b.unit 16 years ago
Bartlomiej Zolnierkiewicz c67c216d81 ide: remove superfluous ->waiting_for_dma checks 16 years ago
Bartlomiej Zolnierkiewicz e4634d4ef0 ide: remove superfluous ->dma field from ide_hwif_t 16 years ago
Bartlomiej Zolnierkiewicz 97100fc816 ide: add device flags 16 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago
Bartlomiej Zolnierkiewicz 48fb2688aa ide: remove drive->driveid 17 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 17 years ago
Sergei Shtylylov 22e05b4549 ide-dma: fix ide_build_dmatable() for TRM290 17 years ago
Bartlomiej Zolnierkiewicz 367fdcb4e4 ide: fix pre-EIDE SWDMA support on big-endian 17 years ago
Harvey Harrison 7fa897b91a ide: trivial sparse annotations 17 years ago
Bartlomiej Zolnierkiewicz 374e042c3e ide: add struct ide_tp_ops (take 2) 17 years ago
Bartlomiej Zolnierkiewicz ba4b2e607e ide: remove dead Virtual DMA support 17 years ago
Bartlomiej Zolnierkiewicz b73c7ee25d ide: add ->read_status method 17 years ago
Bartlomiej Zolnierkiewicz 81e8d5a34f ide: remove ide_setup_dma() 17 years ago
Bartlomiej Zolnierkiewicz cab7f8eda4 ide: remove ->dma_{status,command} fields from ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz ab86f91e87 ide: use I/O ops directly in ide-dma.c 17 years ago
Bartlomiej Zolnierkiewicz b2f951aabc ide: add ->read_sff_dma_status method 17 years ago
Bartlomiej Zolnierkiewicz 1357214461 ide: remove ->mmio flag from ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz 931ee0dc5c ide: remove obsoleted "ide=" kernel parameters 17 years ago
Bartlomiej Zolnierkiewicz 55224bc86a ide: remove ->dma_prdtable field from ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz 41051a141d ide: remove ->dma_vendor{1,3} fields from ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz f37afdaca7 ide: constify struct ide_dma_ops 17 years ago
Bartlomiej Zolnierkiewicz 5e37bdc081 ide: add struct ide_dma_ops (take 3) 17 years ago
Bartlomiej Zolnierkiewicz 63158d5c21 ide: cleanup ide_setup_dma() 17 years ago
Bartlomiej Zolnierkiewicz b8e73fba60 ide: export ide_allocate_dma_engine() 17 years ago
Bartlomiej Zolnierkiewicz 8d9f9a76ea ide: don't display "BIOS" settings in ide_setup_dma() 17 years ago
Bartlomiej Zolnierkiewicz 5e59c23684 ide: remove ->cds field from ide_hwif_t (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 0a79acd40d ide: remove ide_dma_iobase() 17 years ago
Bartlomiej Zolnierkiewicz 21a3387ddd ide: remove ->extra field from struct ide_port_info 17 years ago
Harvey Harrison eb63963a55 ide: replace remaining __FUNCTION__ occurrences 17 years ago
Bartlomiej Zolnierkiewicz 0d1bad216c ide: manage resources for PCI devices in ide_pci_enable() (take 3) 17 years ago
Bartlomiej Zolnierkiewicz ac95beedf8 ide: add struct ide_port_ops (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 784506cbdd ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag 17 years ago
Bartlomiej Zolnierkiewicz 951784b667 ide: remove IDE_HFLAG_CY82C693 host flag 17 years ago
Bartlomiej Zolnierkiewicz ef4298d0f0 ide: fix enabling DMA on it821x in "smart" mode 17 years ago
Bartlomiej Zolnierkiewicz 204f47c5a5 ide: remove stale comments from ide-dma.c (take 2) 17 years ago
Sergei Shtylyov 8e882ba111 ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option 17 years ago
Bartlomiej Zolnierkiewicz c47137a99c ide: add ide_read_[alt]status() inline helpers 17 years ago
Bartlomiej Zolnierkiewicz 578cfa0d72 ide: move check_dma_crc() to ide-dma.c 17 years ago
Bartlomiej Zolnierkiewicz 59bca8cc99 ide: update/add my Copyrights 17 years ago
Bartlomiej Zolnierkiewicz 58f189fccc ide: delete filenames/versions from comments 17 years ago
Bartlomiej Zolnierkiewicz 062f9f024d ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers 17 years ago