index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dma-jz4780.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-01-07
1
-3
/
+2
*
Merge branch 'topic/jz' into for-linus
Vinod Koul
2018-10-24
1
-78
/
+203
|
\
|
*
dmaengine: dma-jz4780: Use dma_set_residue()
Daniel Silsby
2018-09-11
1
-4
/
+5
|
*
dmaengine: dma-jz4780: Further residue status fix
Daniel Silsby
2018-09-11
1
-1
/
+1
|
*
dmaengine: dma-jz4780: Set DTCn register explicitly
Daniel Silsby
2018-09-11
1
-0
/
+9
|
*
dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
Daniel Silsby
2018-09-11
1
-10
/
+5
|
*
dmaengine: dma-jz4780: Add missing residue DTC mask
Daniel Silsby
2018-09-11
1
-1
/
+2
|
*
dmaengine: dma-jz4780: Enable Fast DMA to the AIC
Paul Cercueil
2018-09-11
1
-2
/
+3
|
*
dmaengine: dma-jz4780: Add support for the JZ4725B SoC
Paul Cercueil
2018-09-11
1
-3
/
+20
|
*
dmaengine: dma-jz4780: Add support for the JZ4740 SoC
Paul Cercueil
2018-09-11
1
-0
/
+6
|
*
dmaengine: dma-jz4780: Add support for the JZ4770 SoC
Paul Cercueil
2018-09-11
1
-7
/
+54
|
*
dmaengine: dma-jz4780: Use 4-word descriptors
Paul Cercueil
2018-09-11
1
-12
/
+9
|
*
dmaengine: dma-jz4780: Separate chan/ctrl registers
Paul Cercueil
2018-09-11
1
-41
/
+71
|
*
dmaengine: dma-jz4780: Avoid hardcoding number of channels
Paul Cercueil
2018-09-11
1
-9
/
+25
|
*
dmaengine: dma-jz4780: Return error if not probed from DT
Paul Cercueil
2018-09-11
1
-0
/
+5
*
|
dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the code
Huang Shijie
2018-08-29
1
-6
/
+2
|
/
*
dmaengine: dma-jz4780: Use vchan_terminate_vdesc() instead of desc_free
Peter Ujfalusi
2017-12-04
1
-1
/
+9
*
Merge branch 'topic/compile_test' into for-linus
Vinod Koul
2016-10-03
1
-1
/
+1
|
\
|
*
dmaengine: jz4780: make jz4780_dma_prep_dma_memcpy static
Vinod Koul
2016-09-26
1
-1
/
+1
*
|
dmaengine: jz4780: fix resource leaks on error exit return
Colin Ian King
2016-09-30
1
-2
/
+6
|
/
*
dmaengine: jz4780: Kill tasklets before unregistering the device
Alex Smith
2015-08-18
1
-0
/
+6
*
dmaengine: jz4780: Don't use devm_*_irq() functions
Alex Smith
2015-08-18
1
-4
/
+8
*
dmaengine: jz4780: Ensure channel is on correct controller in filter
Alex Smith
2015-08-18
1
-3
/
+8
*
dmaengine: jz4780: Use dma_get_slave_channel when requesting a specific channel
Alex Smith
2015-08-18
1
-2
/
+7
*
dmaengine: jz4780: Fix error handling/signedness issues
Alex Smith
2015-08-18
1
-16
/
+17
*
dmaengine: jz4780: Fall back on smaller transfer sizes where necessary
Alex Smith
2015-08-18
1
-14
/
+23
*
dmaengine: jz4780: Fix up dmaengine API function prototypes
Alex Smith
2015-08-18
1
-5
/
+9
*
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
2015-08-05
1
-1
/
+1
*
dmaengine: jz4780: add driver for the Ingenic JZ4780 DMA controller
Alex Smith
2015-04-01
1
-0
/
+877