summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | dmaengine: imx-sdma: remove the maximum limitation for bd numbersRobin Gong2018-07-021-14/+0
| | * | | dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan...Robin Gong2018-07-021-23/+0
| | * | | dmaengine: imx-sdma: add virt-dma supportRobin Gong2018-07-022-93/+171
| | * | | dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channelSascha Hauer2018-07-021-54/+83
| | |/ /
| * | | Merge branch 'topic/xilinx' into for-linusVinod Koul2018-08-171-0/+22
| |\ \ \
| | * | | dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey2018-06-291-0/+22
| | |/ /
| * | | Merge branch 'topic/ste' into for-linusVinod Koul2018-08-173-8/+19
| |\ \ \
| | * | | dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard2018-07-092-6/+6
| | * | | dmaengine: ste_dma40: Remove VLA usageKees Cook2018-07-021-2/+13
| | |/ /
| * | | Merge branch 'topic/renesas' into for-linusVinod Koul2018-08-171-66/+46
| |\ \ \
| | * | | dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()Yoshihiro Shimoda2018-07-311-17/+0
| | * | | dmaengine: sh: rcar-dmac: Add dma_pause operationYoshihiro Shimoda2018-07-111-0/+12
| | * | | dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrierYoshihiro Shimoda2018-07-111-4/+11
| | * | | dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0Yoshihiro Shimoda2018-07-101-2/+3
| | * | | dmaengine: rcar-dmac: clear channel register when errorKuninori Morimoto2018-07-091-1/+9
| | * | | dmaengine: rcar-dmac: Disable interrupts while stopping channelsGeert Uytterhoeven2018-07-091-2/+2
| | * | | dmaengine: rcar-dmac: convert to SPDX identifiersKuninori Morimoto2018-07-061-4/+1
| | * | | dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto2018-06-281-50/+22
| | |/ /
| * | | Merge branch 'topic/owl' into for-linusVinod Koul2018-08-173-0/+980
| |\ \ \
| | * | | dmaengine: Add Actions Semi Owl family S900 DMA driverManivannan Sadhasivam2018-08-093-0/+980
| | |/ /
| * | | Merge branch 'topic/nbpfaxi' into for-linusVinod Koul2018-08-171-0/+1
| |\ \ \
| | * | | dmaengine: nbpfaxi: Mark expected switch fall-throughGustavo A. R. Silva2018-07-091-0/+1
| | |/ /
| * | | Merge branch 'topic/mv_xor' into for-linusVinod Koul2018-08-171-6/+10
| |\ \ \
| | * | | dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"Vinod Koul2018-07-251-1/+1
| | * | | dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...Hanna Hawa2018-07-251-2/+2
| | * | | dmaengine: mv_xor_v2: enable COMPILE_TESTHanna Hawa2018-07-201-1/+1
| | * | | dmaengine: mv_xor_v2: move unmap to before callbackHanna Hawa2018-07-201-2/+1
| | * | | dmaengine: mv_xor_v2: convert callback to helper functionHanna Hawa2018-07-201-3/+2
| | * | | dmaengine: mv_xor_v2: kill the tasklets upon exitHanna Hawa2018-07-201-0/+2
| | * | | dmaengine: mv_xor_v2: explicitly freeup irqHanna Hawa2018-07-201-0/+4
| | |/ /
| * | | Merge branch 'topic/ioat' into for-linusVinod Koul2018-08-171-0/+6
| |\ \ \
| | * | | dmaengine: ioatdma: set the completion address register after channel resetDave Jiang2018-06-191-0/+6
| | |/ /
| * | | Merge branch 'topic/intel' into for-linusVinod Koul2018-08-172-0/+16
| |\ \ \
| | * | | dmaengine: idma64: Support dmaengine_terminate_sync()Andy Shevchenko2018-07-101-0/+8
| | * | | dmaengine: hsu: Support dmaengine_terminate_sync()Andy Shevchenko2018-07-101-0/+8
| | |/ /
| * | | dmaengine: mic_x100_dma: use the new helper to simplify the codeHuang Shijie2018-07-301-7/+1
| * | | dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie2018-07-301-0/+35
| * | | dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi2018-07-251-2/+8
| * | | dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski2018-07-091-6/+2
| |/ /
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\ \ \
| * \ \ Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-3/+7
| |\ \ \ | | | |/ | | |/|
| * | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
| | |/ | |/|
* | | Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-1/+14
|\ \ \ | |_|/ |/| |
| * | dmaengine: pxa: add a default requestor policyRobert Jarzmik2018-06-181-0/+5
| * | dmaengine: pxa: use a dma slave mapRobert Jarzmik2018-06-181-1/+9
| |/
* | dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter2018-06-281-1/+1
* | dmaengine: pl330: report BURST residue granularityMarek Szyprowski2018-06-281-1/+1
* | dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularityJanusz Krzysztofik2018-06-191-1/+5
|/
* fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2