index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sun6i-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: sun6i-dma: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+1
*
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
2023-01-18
1
-3
/
+1
*
dmaengine: sun6i: Set the maximum segment size
Samuel Holland
2023-01-18
1
-0
/
+3
*
dmaengine: sun6i: Add support for the D1 variant
Samuel Holland
2022-05-19
1
-0
/
+1
*
dmaengine: sun6i: Add support for 34-bit physical addresses
Samuel Holland
2022-05-19
1
-15
/
+38
*
dmaengine: sun6i: Do not use virt_to_phys
Samuel Holland
2022-05-19
1
-19
/
+19
*
dmaengine: sun6i: Add support for A100 DMA
Yangtao Li
2020-11-18
1
-0
/
+25
*
dmaengine: sun6i: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-3
/
+3
*
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-31
1
-3
/
+1
*
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-07-17
1
-35
/
+112
|
\
|
*
dmaengine: sun6i: Add support for H6 DMA
Jernej Skrabec
2019-06-04
1
-0
/
+40
|
*
dmaengine: sun6i: Add a quirk for setting mode fields
Jernej Skrabec
2019-06-04
1
-19
/
+27
|
*
dmaengine: sun6i: Add a quirk for setting DRQ fields
Jernej Skrabec
2019-06-04
1
-20
/
+28
|
*
dmaengine: sun6i: Add a quirk for additional mbus clock
Jernej Skrabec
2019-06-04
1
-1
/
+22
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
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
*
dmaengine: sun6i: support V3s SoC variant
Icenowy Zheng
2017-09-05
1
-0
/
+13
*
dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirk
Icenowy Zheng
2017-09-05
1
-7
/
+13
*
dmaengine: sun6i: fix the uninitialized value for v_lli
Axl-zhang
2016-11-14
1
-1
/
+1
*
dmaengine: sun6i: Add support for Allwinner A83T (sun8i) variant
Jean-Francois Moine
2016-09-26
1
-0
/
+7
*
dmaengine: sun6i-dma: Only calculate residue if state exists.
Peter Griffin
2016-06-21
1
-1
/
+1
*
dmaengine: sun6i: Add cyclic capability
Jean-Francois Moine
2016-05-02
1
-7
/
+122
*
dmaengine: sun6i: Remove useless check
Jean-Francois Moine
2016-05-02
1
-5
/
+0
*
dmaengine: sun6i: Set default maxburst size and bus width
Jean-Francois Moine
2016-05-02
1
-4
/
+24
*
dmaengine: sun6i: Simplify lli setting
Jean-Francois Moine
2016-04-26
1
-55
/
+47
*
dmaengine: sun6i: Fix impossible settings of burst and bus width
Jean-Francois Moine
2016-04-26
1
-5
/
+5
*
dmaengine: sun6i: Fix the access of the IRQ register
Jean-Francois Moine
2016-04-26
1
-2
/
+2
*
dmaengine: sun6i: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-10-01
1
-0
/
+1
*
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
2015-08-05
1
-1
/
+1
*
dmaengine: sun6i: Add support for Allwinner H3 (sun8i) variant
Jens Kuske
2015-05-08
1
-0
/
+12
*
Merge branch 'topic/alloc_removal' into for-linus
Vinod Koul
2015-03-18
1
-6
/
+0
|
\
|
*
dmaengine: sun6i: remove device_alloc_chan_resources handler
Vinod Koul
2015-03-18
1
-6
/
+0
*
|
dmaengine: constify of_device_id array
Fabian Frederick
2015-03-18
1
-1
/
+1
|
/
*
dmaengine: sun6i: Declare slave capabilities for the generic code
Maxime Ripard
2014-12-22
1
-1
/
+9
*
dmaengine: sun6i: Split device_control
Maxime Ripard
2014-12-22
1
-72
/
+78
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-12-12
1
-35
/
+87
|
\
|
*
dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variant
Chen-Yu Tsai
2014-11-17
1
-0
/
+27
|
*
dmaengine: sun6i: support parameterized compatible strings
Chen-Yu Tsai
2014-11-17
1
-34
/
+60
|
*
dmaengine: sun6i: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-1
/
+0
*
|
dmaengine: sun6i: Fix memcpy operation
Maxime Ripard
2014-11-12
1
-31
/
+30
|
/
*
dmaengine: sun6i: Remove obsolete clk muxing code
Chen-Yu Tsai
2014-09-24
1
-23
/
+0
*
dmaengine: sun6i: Fix memory leaks
Maxime Ripard
2014-07-30
1
-9
/
+12
[next]