index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
9
-0
/
+9
2012-03-13
dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c
Russell King - ARM Linux
2
-15
/
+3
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
15
-28
/
+31
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
23
-235
/
+93
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
19
-21
/
+36
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
25
-272
/
+52
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
24
-0
/
+49
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
34
-115
/
+81
2012-03-13
dmaengine: mv_xor: remove write-only is_complete_cookie
Russell King - ARM Linux
2
-2
/
+0
2012-02-22
dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave
Viresh Kumar
1
-0
/
+12
2012-02-22
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
Viresh Kumar
2
-29
/
+93
2012-02-22
dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side
Viresh Kumar
1
-4
/
+16
2012-02-22
dmaengine/dw_dmac: Don't handle block interrupts
Viresh Kumar
1
-30
/
+6
2012-02-22
dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/dw_dmac: Don't use magic number for total number of channels
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
Viresh Kumar
1
-1
/
+3
2012-02-22
dmaengine/dw_dmac: Hibernation support in dw_dmac
Rajeev KUMAR
1
-0
/
+4
2012-02-22
dmaengine: intel_mid_dma: move pm_runtime_put
Adrian Hunter
1
-1
/
+1
2012-02-22
dmaengine: intel_mid_dma: fix error status mask
Adrian Hunter
1
-1
/
+2
2012-02-02
i.MX SDMA: Fix burstsize settings
Philippe Rétornaz
1
-2
/
+4
2012-02-01
Merge branch 'fixes' into next
Vinod Koul
1
-1
/
+2
2012-02-01
dma: sh_dma: not all SH DMAC implementations support MEMCPY
Guennadi Liakhovetski
1
-1
/
+2
2012-01-31
Merge branch 'fixes' into next
Vinod Koul
3
-12
/
+11
2012-01-31
Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae...
Vinod Koul
1
-1
/
+1
2012-01-31
at_hdmac: bugfix for enabling channel irq
Nikolaus Voss
2
-11
/
+10
2012-01-31
dma/imx-sdma: convernt to use bit ops
Richard Zhao
1
-34
/
+34
2012-01-31
dma/imx-sdma: use num_events to validate event_id0
Richard Zhao
1
-1
/
+1
2012-01-31
dma/imx-sdma: move clk_enable out of sdma_request_channel
Richard Zhao
1
-2
/
+3
2012-01-31
dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel
Richard Zhao
1
-2
/
+2
2012-01-31
dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary
Richard Zhao
1
-22
/
+22
2012-01-31
dma/imx-sdma: let sdma_run_channel call sdma_enable_channel
Richard Zhao
1
-6
/
+6
2012-01-31
drivers/dma/amba-pl08x.c: adjust double test
Julia Lawall
1
-1
/
+1
2012-01-31
drivers/dma/pl330.c: add missing iounmap
Julia Lawall
1
-6
/
+11
2012-01-30
dma: imx-sdma: start transfer in issue_pending
Sascha Hauer
1
-6
/
+5
2012-01-30
dma: imx-dma: start transfer in issue_pending
Sascha Hauer
1
-5
/
+4
2012-01-23
dmaengine: fix missing 'cnt' in ?: in dmatest
Dr. David Alan Gilbert
1
-1
/
+1
2012-01-17
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
29
-393
/
+1515
2012-01-09
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-4
/
+4
2012-01-09
Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+6
2012-01-09
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-46
/
+53
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-19
/
+27
2012-01-07
Merge branch 'depends/rmk/for-linus' into samsung/dt
Arnd Bergmann
1
-2
/
+2
2012-01-06
Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
2
-0
/
+4
2012-01-06
dma: shdma: fix runtime PM: clear channel buffers on reset
Guennadi Liakhovetski
1
-16
/
+31
2012-01-06
dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit
Haitao Zhang
1
-2
/
+3
2012-01-02
dmaengine/ste_dma40: clear LNK on channel startup
Rabin Vincent
1
-0
/
+4
2012-01-02
dmaengine: intel_mid_dma: remove legacy pm interface
Kristen Carlson Accardi
2
-6
/
+8
2011-12-28
dma: mxs-dma: convert to clk_prepare/clk_unprepare
Shawn Guo
1
-4
/
+4
2011-12-23
dmaengine: intel_mid_dma: error path fix
Adrian Hunter
1
-1
/
+5
2011-12-23
dmaengine: intel_mid_dma: locking and freeing fixes
Adrian Hunter
1
-1
/
+6
[next]