index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
shdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma: move shdma driver to an own directory
Guennadi Liakhovetski
2012-07-13
1
-1524
/
+0
*
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
1
-1
/
+2
*
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
2012-03-13
1
-0
/
+1
*
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
1
-10
/
+1
*
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
1
-7
/
+1
*
dmaengine: add private header file
Russell King - ARM Linux
2012-03-13
1
-0
/
+2
*
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-13
1
-5
/
+5
*
dma: sh_dma: not all SH DMAC implementations support MEMCPY
Guennadi Liakhovetski
2012-02-01
1
-1
/
+2
*
dma: shdma: fix runtime PM: clear channel buffers on reset
Guennadi Liakhovetski
2012-01-06
1
-16
/
+31
*
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
2011-10-27
1
-13
/
+12
*
dma: shdma: transfer based runtime PM
Guennadi Liakhovetski
2011-09-28
1
-26
/
+68
*
dmaengine: shdma: protect against the IRQ handler
Guennadi Liakhovetski
2011-09-28
1
-27
/
+28
*
Merge branch 'common/dma' into sh-latest
Paul Mundt
2011-06-21
1
-12
/
+54
|
\
|
*
dmaengine: shdma: add .needs_tend_set / .no_dmars flags
Kuninori Morimoto
2011-06-21
1
-0
/
+6
|
*
dmaengine: shdma: add dmaor_is_32bit flag
Kuninori Morimoto
2011-06-21
1
-2
/
+12
|
*
dmaengine: shdma: add chcr_ie_bit
Kuninori Morimoto
2011-06-21
1
-2
/
+9
|
*
dmaengine: shdma: add chcr_write/read function
Kuninori Morimoto
2011-06-21
1
-8
/
+27
*
|
Merge branches 'common/dma' and 'sh/stable-updates' into sh-latest
Paul Mundt
2011-06-16
1
-14
/
+8
|
\
|
|
*
dmaengine: shdma: fixup parameter definition on dmae_set_dmars
Kuninori Morimoto
2011-06-16
1
-1
/
+1
|
*
dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queue
Kuninori Morimoto
2011-06-16
1
-4
/
+3
|
*
dmaengine: shdma: add to_sh_dev define
Kuninori Morimoto
2011-06-16
1
-9
/
+4
*
|
dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fix
Magnus Damm
2011-06-14
1
-6
/
+7
|
/
*
dmaengine: shdma: fix a regression: initialise DMA channels for memcpy
Guennadi Liakhovetski
2011-06-02
1
-1
/
+1
*
dmaengine: shdma: Fix up fallout from runtime PM changes.
Paul Mundt
2011-05-31
1
-1
/
+6
*
dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handling
Magnus Damm
2011-05-25
1
-8
/
+23
*
dmaengine: shdma: Make second memory window optional
Magnus Damm
2011-05-25
1
-3
/
+8
*
dmaengine: shdma: synchronize RCU before freeing, simplify spinlock
Guennadi Liakhovetski
2011-05-23
1
-8
/
+8
*
dmaengine: shdma: add runtime- and system-level power management
Guennadi Liakhovetski
2011-05-23
1
-0
/
+68
*
dmaengine: shdma: fix locking
Guennadi Liakhovetski
2011-05-23
1
-36
/
+68
*
dma: shdma: add checking the DMAOR_AE in sh_dmae_err
Yoshihiro Shimoda
2011-03-29
1
-1
/
+6
*
Comment typo fixes for 'descriptor'
Justin P. Mattock
2011-01-19
1
-1
/
+1
*
dma: shdma: don't register the global die notifier multiple times
Guennadi Liakhovetski
2011-01-07
1
-9
/
+7
*
dma: shdma: NMI support.
Paul Mundt
2010-12-17
1
-18
/
+114
*
dma: shdma: add a MODULE_ALIAS() to allow module autoloading
Guennadi Liakhovetski
2010-11-25
1
-0
/
+1
*
dma/shdma: move dereference below the NULL check
Dan Carpenter
2010-09-22
1
-1
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2010-05-31
1
-0
/
+5
|
\
|
*
sh: guard cookie consistency across termination in the DMA driver
Guennadi Liakhovetski
2010-05-22
1
-0
/
+4
|
*
sh: prevent the DMA driver from unloading, while in use
Guennadi Liakhovetski
2010-05-22
1
-0
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2010-05-24
1
-13
/
+14
|
\
|
|
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2010-05-21
1
-13
/
+14
|
|
\
|
|
*
Merge branch 'ioat' into dmaengine
Dan Williams
2010-05-17
1
-0
/
+1
|
|
|
\
|
|
*
|
DMAENGINE: extend the control command to include an arg
Linus Walleij
2010-05-17
1
-1
/
+2
|
|
*
|
dmaengine: provide helper for setting txstate
Dan Williams
2010-03-26
1
-6
/
+1
|
|
*
|
DMAENGINE: generic channel status v2
Linus Walleij
2010-03-26
1
-9
/
+8
|
|
*
|
DMAENGINE: generic slave control v2
Linus Walleij
2010-03-26
1
-3
/
+9
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2010-05-20
1
-11
/
+28
|
\
|
|
|
|
*
|
|
Merge branch 'sh/stable-updates'
Paul Mundt
2010-04-26
1
-6
/
+22
|
|
\
\
\
|
|
*
|
|
SH: fix error paths in DMA driver
Guennadi Liakhovetski
2010-04-26
1
-6
/
+21
|
|
|
|
/
|
|
|
/
|
|
*
|
|
SH: constify multiple DMA related objects and references to them
Guennadi Liakhovetski
2010-04-26
1
-5
/
+7
|
|
|
|
|
\
\
\
*
-
.
\
\
\
Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c...
Paul Mundt
2010-04-07
1
-0
/
+1
|
\
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
_
|
/
|
|
/
|
|
[next]