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
/
sirf-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: sirf: Declare slave capabilities for the generic code
Maxime Ripard
2014-12-22
1
-13
/
+3
*
dmaengine: sirf: Split device_control
Maxime Ripard
2014-12-22
1
-30
/
+13
*
dmaengine: Make the destination abbreviation coherent
Maxime Ripard
2014-12-22
1
-1
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
dma: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-11-17
1
-0
/
+2
*
|
dmaengine: sirf: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+1
|
/
*
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-08-04
1
-1
/
+1
*
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
2014-04-16
1
-1
/
+1
*
dmaengine: sirf: enable generic dt binding for dma channels
Barry Song
2014-03-29
1
-0
/
+23
*
dmaengine: sirf: Add device_slave_caps interface
Rongjun Ying
2014-01-20
1
-0
/
+20
*
dmaengine: sirf: add PM entries for sleep and runtime
Barry Song
2013-08-13
1
-3
/
+129
*
dma: sirf: use NULL instead of 0
Jingoo Han
2013-08-13
1
-1
/
+1
*
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
2013-07-05
1
-0
/
+17
*
dmaengine: sirf: move driver init from module_init to subsys_initcall
Barry Song
2013-05-02
1
-1
/
+12
*
dmaengine:sirf:take clock and enable it while probing
Barry Song
2013-04-15
1
-0
/
+11
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-6
/
+67
|
\
|
*
DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_all
Barry Song
2013-01-28
1
-1
/
+3
|
*
DMAEngine: sirf: add DMA pause/resume support
Barry Song
2013-01-28
1
-0
/
+46
|
*
dmaengine: sirf: enable the driver support new SiRFmarco SoC
Barry Song
2013-01-07
1
-6
/
+19
*
|
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
|
/
*
dma: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dma: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Barry Song
2012-10-24
1
-1
/
+1
*
dmaengine: sirf: fix a typo in dma_prep_interleaved
Barry Song
2012-10-24
1
-1
/
+1
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-10-10
1
-16
/
+7
|
\
|
*
drivers/dma/sirf-dma.c: fix usage of devm functions
Julia Lawall
2012-08-22
1
-16
/
+7
*
|
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
2012-09-22
1
-1
/
+1
|
/
*
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
1
-1
/
+1
*
dmaengine: fix for cookie changes and merge
Vinod Koul
2012-03-13
1
-0
/
+2
*
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
2012-03-13
1
-2
/
+1
*
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
1
-6
/
+3
*
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
1
-7
/
+1
*
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-13
1
-4
/
+3
*
dmaengine: convert drivers/dma/* to use module_platform_driver()
Axel Lin
2011-12-05
1
-11
/
+1
*
dmaengine: add CSR SiRFprimaII DMAC driver
Rongjun Ying
2011-11-18
1
-0
/
+717