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
/
sirf-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
dmaengine: sirf-dma: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4
Thomas Gleixner
1
-2
/
+1
2016-12-12
dmaengine: sirf-dma: remove unused ‘sdesc’
Vinod Koul
1
-4
/
+0
2016-10-03
Merge branch 'topic/no_irq' into for-linus
Vinod Koul
1
-1
/
+1
2016-09-05
dmaengine: sirf: fix irq number error check
Arnd Bergmann
1
-1
/
+1
2016-08-08
dmaengine: sirf-dma: convert callback to helper function
Dave Jiang
1
-5
/
+2
2016-07-23
dmaengine: sirf-dma: kill the tasklets upon exit
Vinod Koul
1
-0
/
+1
2016-07-16
Merge branch 'topic/sirf' into for-linus
Vinod Koul
1
-3
/
+3
2016-06-21
dmaengine: Remove site specific OOM error messages on kzalloc
Peter Griffin
1
-3
/
+2
2016-06-08
dmaengine: sirf: fix un-exported struct warnings
Ben Dooks
1
-3
/
+3
2016-03-04
dmaengine: sirf: use __maybe_unused to hide pm functions
Arnd Bergmann
1
-6
/
+4
2015-10-01
dmaengine: sirf: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-08-18
dmaengine: sirf: clear pending DMA interrupt when DMA terminates
Yanchang Li
1
-0
/
+3
2015-06-08
dmaengine: sirf: add CSRatlas7 SoC support
Hao Liu
1
-89
/
+334
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-12-22
dmaengine: sirf: Declare slave capabilities for the generic code
Maxime Ripard
1
-13
/
+3
2014-12-22
dmaengine: sirf: Split device_control
Maxime Ripard
1
-30
/
+13
2014-12-22
dmaengine: Make the destination abbreviation coherent
Maxime Ripard
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-17
dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-0
/
+2
2014-11-06
dmaengine: sirf: Remove chancnt affectations
Maxime Ripard
1
-2
/
+1
2014-10-20
dma: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
1
-1
/
+1
2014-04-16
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
1
-1
/
+1
2014-03-29
dmaengine: sirf: enable generic dt binding for dma channels
Barry Song
1
-0
/
+23
2014-01-20
dmaengine: sirf: Add device_slave_caps interface
Rongjun Ying
1
-0
/
+20
2013-08-13
dmaengine: sirf: add PM entries for sleep and runtime
Barry Song
1
-3
/
+129
2013-08-13
dma: sirf: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-07-05
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
1
-0
/
+17
2013-05-02
dmaengine: sirf: move driver init from module_init to subsys_initcall
Barry Song
1
-1
/
+12
2013-04-15
dmaengine:sirf:take clock and enable it while probing
Barry Song
1
-0
/
+11
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-6
/
+67
2013-01-28
DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_all
Barry Song
1
-1
/
+3
2013-01-28
DMAEngine: sirf: add DMA pause/resume support
Barry Song
1
-0
/
+46
2013-01-07
dmaengine: sirf: enable the driver support new SiRFmarco SoC
Barry Song
1
-6
/
+19
2013-01-03
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-11-28
dma: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
dma: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-24
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Barry Song
1
-1
/
+1
2012-10-24
dmaengine: sirf: fix a typo in dma_prep_interleaved
Barry Song
1
-1
/
+1
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-16
/
+7
2012-09-22
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
1
-1
/
+1
2012-08-22
drivers/dma/sirf-dma.c: fix usage of devm functions
Julia Lawall
1
-16
/
+7
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
1
-1
/
+1
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
1
-0
/
+2
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
1
-2
/
+1
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
1
-6
/
+3
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
1
-7
/
+1
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
1
-4
/
+3
2011-12-05
dmaengine: convert drivers/dma/* to use module_platform_driver()
Axel Lin
1
-11
/
+1
[next]