index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
Daniel Silsby
1
-10
/
+5
2018-09-11
dmaengine: dma-jz4780: Add missing residue DTC mask
Daniel Silsby
1
-1
/
+2
2018-09-11
dmaengine: dma-jz4780: Enable Fast DMA to the AIC
Paul Cercueil
1
-2
/
+3
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4725B SoC
Paul Cercueil
1
-3
/
+20
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4740 SoC
Paul Cercueil
1
-0
/
+6
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4770 SoC
Paul Cercueil
1
-7
/
+54
2018-09-11
dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
Paul Cercueil
1
-1
/
+1
2018-09-11
dmaengine: dma-jz4780: Use 4-word descriptors
Paul Cercueil
1
-12
/
+9
2018-09-11
dmaengine: dma-jz4780: Separate chan/ctrl registers
Paul Cercueil
1
-41
/
+71
2018-09-11
dmaengine: dma-jz4780: Avoid hardcoding number of channels
Paul Cercueil
1
-9
/
+25
2018-09-11
dmaengine: dma-jz4780: Return error if not probed from DT
Paul Cercueil
1
-0
/
+5
2018-09-11
dmaengine: fsl-edma: add ColdFire mcf5441x edma support
Angelo Dureghello
4
-4
/
+349
2018-09-11
dmaengine: fsl-edma: fix macros
Angelo Dureghello
1
-28
/
+22
2018-09-11
dmaengine: fsl-edma: add edma version and configurable registers
Angelo Dureghello
3
-74
/
+126
2018-09-11
dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...
Angelo Dureghello
4
-697
/
+795
2018-09-11
dmaengine: pxa: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2018-09-11
dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
Vinod Koul
1
-2
/
+2
2018-09-03
dmaengine: sprd: Support DMA link-list mode
Eric Long
1
-7
/
+74
2018-09-03
dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-09-03
dmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-09-03
dmaengine: fsldma: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-08-29
dmaengine: use SPDX identifier for Renesas drivers
Wolfram Sang
9
-38
/
+9
2018-08-29
dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllers
Hans de Goede
1
-0
/
+2
2018-08-29
dmaengine: add COMPILE_TEST for the drivers
Huang Shijie
1
-2
/
+2
2018-08-29
dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-2
/
+1
2018-08-29
dmaengine: pxa_dma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-2
/
+1
2018-08-29
dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-6
/
+2
2018-08-29
dmaengine: ste_dma40: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-9
/
+5
2018-08-29
dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-5
/
+2
2018-08-29
dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-3
/
+1
2018-08-29
dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...
Huang Shijie
1
-3
/
+1
2018-08-29
dmaengine: st_fdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
1
-5
/
+2
2018-08-28
dmaengine: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-08-27
dmaengine: mic_x100_dma: use devm_kzalloc to fix an issue
Huang Shijie
1
-3
/
+1
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-16
/
+7
2018-08-21
dmaengine: Convert to new IDA API
Matthew Wilcox
1
-16
/
+7
2018-08-18
Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
17
-300
/
+1532
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2018-08-17
Merge branch 'topic/pl330' into for-linus
Vinod Koul
1
-6
/
+6
2018-08-17
Merge branch 'topic/imx' into for-linus
Vinod Koul
2
-199
/
+380
2018-08-17
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
1
-0
/
+22
2018-08-17
Merge branch 'topic/ste' into for-linus
Vinod Koul
3
-8
/
+19
2018-08-17
Merge branch 'topic/renesas' into for-linus
Vinod Koul
1
-66
/
+46
2018-08-17
Merge branch 'topic/owl' into for-linus
Vinod Koul
3
-0
/
+980
2018-08-17
Merge branch 'topic/nbpfaxi' into for-linus
Vinod Koul
1
-0
/
+1
2018-08-17
Merge branch 'topic/mv_xor' into for-linus
Vinod Koul
1
-6
/
+10
2018-08-17
Merge branch 'topic/ioat' into for-linus
Vinod Koul
1
-0
/
+6
2018-08-17
Merge branch 'topic/intel' into for-linus
Vinod Koul
2
-0
/
+16
2018-08-09
Merge branch 'asoc-4.19' into asoc-next
Mark Brown
1
-1
/
+14
2018-08-09
dmaengine: Add Actions Semi Owl family S900 DMA driver
Manivannan Sadhasivam
3
-0
/
+980
[prev]
[next]