index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2010-10-26
ide: clean up timed out request handling
Tejun Heo
1
-8
/
+3
2010-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
1
-0
/
+1
2010-04-01
ide: Requeue request after DMA timeout
Herbert Xu
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-24
ide: relax DMA info validity checking
Bartlomiej Zolnierkiewicz
1
-21
/
+0
2009-06-12
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-1
/
+0
2009-06-10
ide: unexport ide_find_dma_mode()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-05-11
ide: convert to rq pos and nr_sectors accessors
Tejun Heo
1
-1
/
+1
2009-04-28
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
1
-16
/
+4
2009-04-21
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
1
-16
/
+4
2009-03-31
ide: add support for CFA specified transfer modes (take 3)
Sergei Shtylyov
1
-0
/
+8
2009-03-31
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
Sergei Shtylyov
1
-18
/
+14
2009-03-31
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
Bartlomiej Zolnierkiewicz
1
-25
/
+25
2009-03-31
ide: set/clear drive->waiting_for_dma flag in the core code
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2009-03-31
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+6
2009-03-31
ide: add ->dma_check method
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2009-03-31
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
1
-1
/
+10
2009-03-31
ide: destroy DMA mappings after ending DMA (v2)
Bartlomiej Zolnierkiewicz
1
-0
/
+3
2009-03-31
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2009-03-31
ide: add ->dma_clear method and remove ->dma_timeout one
Bartlomiej Zolnierkiewicz
1
-4
/
+6
2009-03-27
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-03-27
ide: pass command to ide_map_sg()
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-27
ide: remove ide_end_request()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2009-03-27
ide: sanitize ide_finish_cmd()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2009-03-27
ide: move command related fields from ide_hwif_t to struct ide_cmd
Bartlomiej Zolnierkiewicz
1
-7
/
+9
2009-03-27
ide: pass command instead of request to ide_pio_datablock()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-27
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2009-03-25
ide: move ide_dma_timeout_retry() to ide-dma.c
Bartlomiej Zolnierkiewicz
1
-0
/
+57
2009-03-13
ide: save the returned value of dma_map_sg
FUJITA Tomonori
1
-3
/
+9
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide: move SFF DMA code to ide-dma-sff.c
Bartlomiej Zolnierkiewicz
1
-362
/
+1
2008-10-13
ide: cleanup ide-dma.c
Bartlomiej Zolnierkiewicz
1
-50
/
+38
2008-10-13
ide: cleanup ide_build_dmatable()
Bartlomiej Zolnierkiewicz
1
-43
/
+30
2008-10-13
ide: remove needless includes from ide-dma.c
Bartlomiej Zolnierkiewicz
1
-8
/
+0
2008-10-13
ide: switch to DMA-mapping API part #2
Bartlomiej Zolnierkiewicz
1
-12
/
+19
2008-10-13
ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-10-13
ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
Bartlomiej Zolnierkiewicz
1
-5
/
+4
2008-10-13
ide: __ide_dma_end() -> ide_dma_end()
Bartlomiej Zolnierkiewicz
1
-4
/
+3
2008-10-13
ide: use 'drive->dn & 1' instead of drive->select.b.unit
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide: remove superfluous ->waiting_for_dma checks
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-10-13
ide: remove superfluous ->dma field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2008-10-11
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-11
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-23
/
+27
2008-10-05
ide-dma: fix ide_build_dmatable() for TRM290
Sergei Shtylylov
1
-1
/
+1
2008-08-05
ide: fix pre-EIDE SWDMA support on big-endian
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-07-25
ide: trivial sparse annotations
Harvey Harrison
1
-1
/
+1
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+6
[next]