index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sun6i-dma.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
dmaengine: Introduce min burst length capability
Serge Semin
2
-0
/
+5
2020-07-27
dt-bindings: dma: dw: Add max burst transaction length property
Serge Semin
1
-0
/
+15
2020-07-27
dt-bindings: dma: dw: Convert DW DMAC to DT binding
Serge Semin
2
-69
/
+161
2020-07-27
dmaengine: ti: k3-udma: Query throughput level information from hardware
Peter Ujfalusi
2
-29
/
+30
2020-07-27
dmaengine: ti: k3-udma: Use defines for capabilities register parsing
Peter Ujfalusi
2
-6
/
+12
2020-07-20
dt-bindings: dma: renesas,usb-dmac: Add binding for r8a774e1
Lad Prabhakar
1
-0
/
+1
2020-07-18
dmaengine: linux/dmaengine.h: drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-17
dmaengine: Extend NXP QDMA driver to check transmission errors
Koehrer Mathias (ETAS/EES-SL)
1
-6
/
+57
2020-07-17
MAINTAINERS: dmaengine: Microchip: add Tudor Ambarus as co-maintainer
Ludovic Desroches
1
-18
/
+13
2020-07-15
dmaengine: ioat: Fix some parameter misspelling and provide description for p...
Lee Jones
1
-3
/
+4
2020-07-15
dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channel
Lee Jones
1
-1
/
+1
2020-07-15
dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...
Lee Jones
1
-1
/
+5
2020-07-15
dmaengine: xgene-dma: Provide descriptions for 'dev' and 'clk' in device's ddata
Lee Jones
1
-0
/
+2
2020-07-15
dmaengine: nbpfaxi: Provide some missing attribute docs and split out slave info
Lee Jones
1
-3
/
+10
2020-07-15
dmaengine: iop-adma: Function parameter documentation must adhere to correct ...
Lee Jones
1
-2
/
+1
2020-07-15
dmaengine: imx-sdma: Correct formatting issue and provide 2 new descriptions
Lee Jones
1
-1
/
+3
2020-07-15
dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issue
Lee Jones
1
-1
/
+1
2020-07-15
dmaengine: sun4i-dma: Demote obvious misuse of kerneldoc to standard comment ...
Lee Jones
1
-6
/
+6
2020-07-15
dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc he...
Lee Jones
1
-3
/
+3
2020-07-15
dmaengine: altera-msgdma: Fix struct documentation blocks
Lee Jones
1
-2
/
+4
2020-07-15
dmaengine: ste_dma40: Supply 2 missing struct attribute descriptions
Lee Jones
1
-0
/
+2
2020-07-15
dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment block
Lee Jones
1
-1
/
+1
2020-07-15
dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...
Lee Jones
1
-3
/
+3
2020-07-15
dmaengine: ep93xx_dma: Provide some missing struct attribute documentation
Lee Jones
1
-0
/
+2
2020-07-15
dmaengine: of-dma: Fix misspellings/formatting issues in some function headers
Lee Jones
1
-4
/
+4
2020-07-15
dmaengine: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' do...
Lee Jones
1
-4
/
+4
2020-07-15
dt-bindings: dma: renesas,rcar-dmac: Document R8A774E1 bindings
Lad Prabhakar
1
-0
/
+1
2020-07-15
dmaengine: ti: k3-udma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-15
dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functions
Peter Ujfalusi
1
-85
/
+78
2020-07-15
dmaengine: ti: k3-udma-private: Use udma_read/write for register access
Peter Ujfalusi
1
-2
/
+6
2020-07-15
dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registers
Peter Ujfalusi
3
-139
/
+115
2020-07-15
dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring
Peter Ujfalusi
1
-15
/
+13
2020-07-15
dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptors
Peter Ujfalusi
1
-35
/
+2
2020-07-15
dmaengine: idxd: fix PCI_MSI build errors
Randy Dunlap
1
-0
/
+1
2020-07-15
dmaengine: pl330: Add quirk 'arm,pl330-periph-burst'
Sugar Zhang
1
-1
/
+9
2020-07-15
dt-bindings: dma: pl330: Document the quirk 'arm,pl330-periph-burst'
Sugar Zhang
1
-0
/
+1
2020-07-15
dmaengine: pl330: Improve transfer efficiency for the dregs
Sugar Zhang
1
-11
/
+21
2020-07-15
dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'
Sugar Zhang
1
-8
/
+2
2020-07-13
Documentation/driver-api: dmaengine/provider: drop doubled word
Randy Dunlap
1
-1
/
+1
2020-07-13
dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
Dave Jiang
3
-46
/
+13
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
6
-132
/
+112
2020-06-24
dmaengine: pl330: Make sure the debug is idle before doing DMAGO
Sugar Zhang
1
-6
/
+6
2020-06-24
dmaengine: idxd: move submission to sbitmap_queue
Dave Jiang
5
-70
/
+46
2020-06-24
dmaengine: idxd: add leading / for sysfspath in ABI documentation
Dave Jiang
1
-28
/
+28
2020-06-24
dmaengine: acpi: Drop double check for ACPI companion device
Andy Shevchenko
1
-11
/
+6
2020-06-24
dmaengine: hisilicon: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-4
/
+1
2020-06-23
MAINTAINERS: switch dmaengine tree to kernel.org
Vinod Koul
1
-1
/
+1
2020-06-17
dmaengine: cookie bypass for out of order completion
Dave Jiang
4
-2
/
+33
2020-06-16
dmaengine: mmp_tdma: share the IRQ line
Lubomir Rintel
1
-1
/
+1
2020-06-16
dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chans
Lubomir Rintel
1
-1
/
+1
[next]