index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: xilinx_dma: Fix kernel doc warnings
Kedareswara rao Appana
2017-12-18
1
-13
/
+24
*
dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...
Kedareswara rao Appana
2017-12-18
1
-51
/
+84
*
dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdma
Kedareswara rao Appana
2017-12-18
1
-22
/
+19
*
dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...
Kedareswara rao Appana
2017-12-18
1
-38
/
+22
*
dmaengine: zynqmp_dma: Fix race condition in the probe
Kedareswara rao Appana
2017-12-18
1
-1
/
+2
*
dmaengine: zynqmp_dma: Fix issues with overflow interrupt
Kedareswara rao Appana
2017-12-18
1
-1
/
+5
*
dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used
Kedareswara rao Appana
2017-12-18
1
-4
/
+2
*
dmaengine: zynqmp_dma: Fix kernel doc-format
Kedareswara rao Appana
2017-12-18
1
-1
/
+3
*
dmaengine: zynqmp_dma: Add runtime pm support
Kedareswara rao Appana
2017-12-18
1
-32
/
+128
*
Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2017-11-15
26
-291
/
+3597
|
\
|
*
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2017-11-14
1
-0
/
+14
|
|
\
|
|
*
dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file
Lars-Peter Clausen
2017-09-17
1
-0
/
+14
|
*
|
Merge branch 'topic/timer_api' into for-linus
Vinod Koul
2017-11-14
4
-11
/
+8
|
|
\
\
|
|
*
|
dmaengine: Convert timers to use timer_setup()
Kees Cook
2017-10-24
4
-11
/
+8
|
|
|
/
|
*
|
Merge branch 'topic/ti' into for-linus
Vinod Koul
2017-11-14
3
-4
/
+14
|
|
\
\
|
|
*
|
dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type
Peter Ujfalusi
2017-11-08
1
-4
/
+4
|
|
*
|
dmaengine: omap-dma: Implement protection for invalid max_burst
Peter Ujfalusi
2017-10-12
1
-0
/
+5
|
|
*
|
dmaengine: edma: Implement protection for invalid max_burst
Peter Ujfalusi
2017-10-12
1
-0
/
+5
|
|
|
/
|
*
|
Merge branch 'topic/sun' into for-linus
Vinod Koul
2017-11-14
1
-62
/
+195
|
|
\
\
|
|
*
|
dmaengine: sun6i: Retrieve channel count/max request from devicetree
Stefan Brüns
2017-10-23
1
-1
/
+26
|
|
*
|
dmaengine: sun6i: Add support for Allwinner A64 and compatibles
Stefan Brüns
2017-10-16
1
-0
/
+20
|
|
*
|
dmaengine: sun6i: Move number of pchans/vchans/request to device struct
Stefan Brüns
2017-10-16
1
-10
/
+16
|
|
*
|
dmaengine: sun6i: Enable additional burst lengths/widths on H3
Stefan Brüns
2017-10-16
1
-9
/
+45
|
|
*
|
dmaengine: sun6i: Restructure code to allow extension for new SoCs
Stefan Brüns
2017-10-16
1
-28
/
+38
|
|
*
|
dmaengine: sun6i: Correct burst length field offsets for H3
Stefan Brüns
2017-10-16
1
-7
/
+27
|
|
*
|
dmaengine: sun6i: Correct setting of clock autogating register for A83T/H3
Stefan Brüns
2017-10-16
1
-5
/
+23
|
|
*
|
dmaengine: sun6i: use of_device_get_match_data
Corentin Labbe
2017-09-21
1
-4
/
+2
|
|
|
/
|
*
|
Merge branch 'topic/sprd' into for-linus
Vinod Koul
2017-11-14
3
-0
/
+997
|
|
\
\
|
|
*
|
dmaengine: sprd: Add Spreadtrum DMA driver
Baolin Wang
2017-10-24
3
-0
/
+997
|
|
|
/
|
*
|
Merge branch 'topic/stm' into for-linus
Vinod Koul
2017-11-14
4
-0
/
+2032
|
|
\
\
|
|
*
|
dmaengine: stm32_mdma: activate pack/unpack feature
Pierre-Yves MORDRET
2017-11-08
1
-34
/
+50
|
|
*
|
dmaengine: stm32: remove redundant initialization of hwdesc
Colin Ian King
2017-10-12
1
-2
/
+2
|
|
*
|
dmaengine: stm32_mdma: add CONFIG_OF dependency
Arnd Bergmann
2017-10-12
1
-1
/
+1
|
|
*
|
dmaengine: stm32: use %p format specfier for pointer
Vinod Koul
2017-10-08
1
-1
/
+1
|
|
*
|
dmaengine: stm32-dmamux: Fix a NULL vs IS_ERR() check in probe
Dan Carpenter
2017-10-08
1
-2
/
+2
|
|
*
|
dmaengine: Add STM32 MDMA driver
Pierre-Yves MORDRET
2017-10-08
3
-0
/
+1679
|
|
*
|
dmaengine: Add STM32 DMAMUX driver
Pierre-Yves MORDRET
2017-09-27
3
-0
/
+337
|
|
|
/
|
*
|
Merge branch 'topic/sa11x0' into for-linus
Vinod Koul
2017-11-14
1
-0
/
+11
|
|
\
\
|
|
*
|
dmaengine: sa11x0: add DMA filters
Russell King
2017-09-27
1
-0
/
+11
|
|
|
/
|
*
|
Merge branch 'topic/renasas' into for-linus
Vinod Koul
2017-11-14
1
-3
/
+2
|
|
\
\
|
|
*
|
dmaengine: Revert "rcar-dmac: use TCRB instead of TCR for residue"
Vinod Koul
2017-11-08
1
-1
/
+1
|
|
*
|
dmaengine: rcar-dmac: use TCRB instead of TCR for residue
Hiroyuki Yokoyama
2017-10-20
1
-1
/
+1
|
|
*
|
dmaengine: nbpfaxi: Use of_device_get_match_data() helper
Geert Uytterhoeven
2017-10-12
1
-3
/
+2
|
|
|
/
|
*
|
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2017-11-14
1
-60
/
+109
|
|
\
\
|
|
*
|
dmaengine: qcom-bam: Process multiple pending descriptors
Sricharan R
2017-09-25
1
-60
/
+109
|
|
|
/
|
*
|
Merge branch 'topic/pl330' into for-linus
Vinod Koul
2017-11-14
1
-19
/
+20
|
|
\
\
|
|
*
|
dmaengine: pl330: fix descriptor allocation fail
Alexander Kochetkov
2017-10-20
1
-19
/
+20
|
|
|
/
|
*
|
Merge branch 'topic/imx' into for-linus
Vinod Koul
2017-11-14
1
-3
/
+11
|
|
\
\
|
|
*
|
dmaengine: imx-sdma: Correct src_addr_widths and directions
Nicolin Chen
2017-09-21
1
-3
/
+11
|
|
|
/
|
*
|
Merge branch 'topic/img' into for-linus
Vinod Koul
2017-11-14
1
-18
/
+80
|
|
\
\
[next]