index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
2008-10-10
1
-3
/
+3
*
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
1
-23
/
+27
*
ide-dma: fix ide_build_dmatable() for TRM290
Sergei Shtylylov
2008-10-05
1
-1
/
+1
*
ide: fix pre-EIDE SWDMA support on big-endian
Bartlomiej Zolnierkiewicz
2008-08-05
1
-5
/
+1
*
ide: trivial sparse annotations
Harvey Harrison
2008-07-24
1
-1
/
+1
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-6
/
+6
*
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
2008-07-23
1
-3
/
+2
*
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
2008-07-23
1
-2
/
+3
*
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-10
/
+2
*
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-23
1
-21
/
+21
*
ide: use I/O ops directly in ide-dma.c
Bartlomiej Zolnierkiewicz
2008-07-23
1
-14
/
+45
*
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
2008-07-23
1
-6
/
+6
*
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide: remove obsoleted "ide=" kernel parameters
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide: remove ->dma_prdtable field from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-04-28
1
-4
/
+3
*
ide: remove ->dma_vendor{1,3} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-04-28
1
-4
/
+0
*
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
1
-25
/
+8
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-22
/
+37
*
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-13
/
+0
*
ide: export ide_allocate_dma_engine()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+2
*
ide: don't display "BIOS" settings in ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-9
/
+2
*
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: remove ide_dma_iobase()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-27
/
+7
*
ide: remove ->extra field from struct ide_port_info
Bartlomiej Zolnierkiewicz
2008-04-26
1
-2
/
+1
*
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-26
1
-1
/
+1
*
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-40
/
+3
*
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-4
/
+5
*
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
Bartlomiej Zolnierkiewicz
2008-04-26
1
-3
/
+0
*
ide: remove IDE_HFLAG_CY82C693 host flag
Bartlomiej Zolnierkiewicz
2008-04-26
1
-8
/
+2
*
ide: fix enabling DMA on it821x in "smart" mode
Bartlomiej Zolnierkiewicz
2008-03-07
1
-1
/
+1
*
ide: remove stale comments from ide-dma.c (take 2)
Bartlomiej Zolnierkiewicz
2008-02-26
1
-48
/
+4
*
ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option
Sergei Shtylyov
2008-02-11
1
-7
/
+7
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
1
-1
/
+2
*
ide: move check_dma_crc() to ide-dma.c
Bartlomiej Zolnierkiewicz
2008-02-02
1
-0
/
+20
*
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-4
/
+3
*
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+1
*
ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers
Bartlomiej Zolnierkiewicz
2008-02-01
1
-1
/
+3
*
ide: switch to DMA-mapping API
Bartlomiej Zolnierkiewicz
2008-02-01
1
-9
/
+9
*
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-02-01
1
-10
/
+13
*
ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)
Bartlomiej Zolnierkiewicz
2008-02-01
1
-4
/
+4
*
ide: remove BUG_ON() from ide_build_sglist()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
2008-02-01
1
-20
/
+20
*
trm290: cannot call ide_setup_dma()
Sergei Shtylyov
2008-02-01
1
-7
/
+6
*
ide: unexport ide_dma_on
Adrian Bunk
2008-02-01
1
-2
/
+0
*
ide: task_end_request() fix
Tejun Heo
2008-01-26
1
-7
/
+1
*
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-35
/
+15
*
ide: move drive->using_dma check to callers of ->dma_host_on method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-01-26
1
-15
/
+12
*
cy82c693: add ->set_dma_mode method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-4
/
+11
[next]