index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-sdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
dmaengine: imx-sdma: add memcpy interface
Robin Gong
1
-3
/
+90
2018-07-30
dmaengine: imx-sdma: add SDMA_BD_MAX_CNT to replace '0xffff'
Robin Gong
1
-5
/
+6
2018-07-06
dmaengine: imx-sdma: add missing structure description
Robin Gong
1
-28
/
+57
2018-07-02
dmaengine: imx-sdma: remove unused variable
Vinod Koul
1
-5
/
+2
2018-07-02
dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations
Vinod Koul
1
-2
/
+2
2018-07-02
dmaengine: imx-sdma: Fix some typos
Vinod Koul
1
-3
/
+3
2018-07-02
dmaengine: imx-sdma: alloclate bd memory from dma pool
Robin Gong
1
-6
/
+12
2018-07-02
dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlap
Robin Gong
1
-46
/
+37
2018-07-02
dmaengine: imx-sdma: remove the maximum limitation for bd numbers
Robin Gong
1
-14
/
+0
2018-07-02
dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan...
Robin Gong
1
-23
/
+0
2018-07-02
dmaengine: imx-sdma: add virt-dma support
Robin Gong
1
-93
/
+170
2018-07-02
dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channel
Sascha Hauer
1
-54
/
+83
2018-05-23
dmaengine: imx-sdma: Switch to SPDX identifier
Fabio Estevam
1
-18
/
+11
2018-03-05
dmaengine: imx-sdma: fix pagefault when channel is disabled during interrupt
Thierry Bultel
1
-0
/
+21
2017-12-22
dmaengine: imx-sdma: Add MODULE_FIRMWARE
Nicolas Chauvet
1
-0
/
+6
2017-09-21
dmaengine: imx-sdma: Correct src_addr_widths and directions
Nicolin Chen
1
-3
/
+11
2017-05-30
dmaengine: imx-sdma: Fix compilation warning.
Arvind Yadav
1
-2
/
+2
2017-05-30
dmaengine: imx-sdma: Handle return value of clk_prepare_enable
Arvind Yadav
1
-5
/
+18
2017-03-27
dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped
Jiada Wang
1
-1
/
+16
2017-03-14
dmaengine: imx-sdma: advertise correct residue granularity
Lucas Stach
1
-1
/
+1
2016-11-25
dmaengine: imx-sdma - correct the dma transfer residue calculation
Nandor Han
1
-4
/
+9
2016-10-07
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-5
/
+30
2016-10-03
Merge branch 'topic/imx' into for-linus
Vinod Koul
1
-1
/
+27
2016-08-31
dmaengine: imx-sdma - update the residue calculation for cyclic channels
Nandor Han
1
-2
/
+18
2016-08-31
dmaengine: imx-sdma - reduce transfer latency for DMA cyclic clients
Nandor Han
1
-20
/
+16
2016-08-31
dmaengine: imx-sdma: Add i.MX7 support
Fabio Estevam
1
-0
/
+26
2016-08-10
dmaengine: imx-sdma: (trivial) fix a typo
Martin Kaiser
1
-1
/
+1
2016-08-08
dmaengine: imx-sdma: convert callback to helper function
Dave Jiang
1
-4
/
+3
2016-07-23
dmaengine: imx-sdma: remove assignment never used
Vinod Koul
1
-2
/
+1
2016-07-23
dmaengine: imx-sdma: remove dummy assignment
Vinod Koul
1
-2
/
+0
2016-07-16
dmaengine: imx-sdma: explicitly freeup irq
Vinod Koul
1
-0
/
+4
2016-07-12
dmaengine: imx-sdma: ack channel 0 IRQ in the interrupt handler
Michael Olbrich
1
-15
/
+8
2015-11-16
dmaengine: imx-sdma: remove __init annotation on sdma_event_remap
Jason Liu
1
-1
/
+1
2015-10-07
dmaengine: imx-sdma: Remove unneeded dev_info()
Fabio Estevam
1
-3
/
+0
2015-10-07
dmaengine: imx-sdma: Move message level to debug
Fabio Estevam
1
-1
/
+1
2015-08-20
dmaengine: imx-sdma: Check for clk_enable() errors
Fabio Estevam
1
-7
/
+22
2015-08-19
dmaengine: imx-sdma: Add imx6sx platform support
Zidan Wang
1
-0
/
+73
2015-08-05
dmaengine: imx-sdma: Add device to device support
Shengjiu Wang
1
-12
/
+140
2015-05-04
dmaengine: imx: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+4
2015-03-18
dmaengine: imx-sdma: Add support for version 3 firmware
Fabio Estevam
1
-0
/
+4
2015-03-16
dmaengine: imx-sdma: switch to dynamic context mode after script loaded
Robin Gong
1
-3
/
+4
2015-02-03
Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus
Vinod Koul
1
-82
/
+50
2015-01-13
dmaengine: imx-sdma: Return a proper error code in platform_get_irq()
Fabio Estevam
1
-1
/
+1
2015-01-13
dmaengine: imx-sdma: Use devm functions
Fabio Estevam
1
-46
/
+16
2015-01-13
dmaengine: imx-sdma: Declare slave capabilities for the generic code
Fabio Estevam
1
-0
/
+4
2014-12-22
dmaengine: imx-sdma: Split device_control
Maxime Ripard
1
-36
/
+30
2014-12-22
dmaengine: imx-sdma: fix indentation
Asaf Vertz
1
-9
/
+9
2014-12-05
dma: imx-sdma: clarify about firmware not found error
Sascha Hauer
1
-1
/
+2
2014-11-17
dmaengine: imx-sdma: Add a new DMATYPE for SAI
Nicolin Chen
1
-0
/
+1
[next]