mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
Pull dmaengine updates from Vinod Koul:
"This update brings:
- the big cleanup up by Maxime for device control and slave
capabilities. This makes the API much cleaner.
- new IMG MDC driver by Andrew
- new Renesas R-Car Gen2 DMA Controller driver by Laurent along with
bunch of fixes on rcar drivers
- odd fixes and updates spread over driver"
* 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma: (130 commits)
dmaengine: pl330: add DMA_PAUSE feature
dmaengine: pl330: improve pl330_tx_status() function
dmaengine: rcar-dmac: Disable channel 0 when using IOMMU
dmaengine: rcar-dmac: Work around descriptor mode IOMMU errata
dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC device
dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISR
dmaengine: rcar-dmac: Fix spinlock issues in interrupt
dmaenegine: edma: fix sparse warnings
dmaengine: rcar-dmac: Fix uninitialized variable usage
dmaengine: shdmac: extend PM methods
dmaengine: shdmac: use SET_RUNTIME_PM_OPS()
dmaengine: pl330: fix bug that cause start the same descs in cyclic
dmaengine: at_xdmac: allow muliple dwidths when doing slave transfers
dmaengine: at_xdmac: simplify channel configuration stuff
dmaengine: at_xdmac: introduce save_cc field
dmaengine: at_xdmac: wait for in-progress transaction to complete after pausing a channel
ioat: fail self-test if wait_for_completion times out
dmaengine: dw: define DW_DMA_MAX_NR_MASTERS
dmaengine: dw: amend description of dma_dev field
dmatest: move src_off, dst_off, len inside loop
...
|
||
|---|---|---|
| .. | ||
| xilinx | ||
| arm-pl330.txt | ||
| atmel-dma.txt | ||
| atmel-xdma.txt | ||
| bcm2835-dma.txt | ||
| dma.txt | ||
| fsl-edma.txt | ||
| fsl-imx-dma.txt | ||
| fsl-imx-sdma.txt | ||
| fsl-mxs-dma.txt | ||
| img-mdc-dma.txt | ||
| k3dma.txt | ||
| mmp-dma.txt | ||
| moxa,moxart-dma.txt | ||
| mpc512x-dma.txt | ||
| mv-xor.txt | ||
| nbpfaxi.txt | ||
| qcom_adm.txt | ||
| qcom_bam_dma.txt | ||
| rcar-audmapp.txt | ||
| renesas,rcar-dmac.txt | ||
| shdma.txt | ||
| sirfsoc-dma.txt | ||
| snps-dma.txt | ||
| ste-coh901318.txt | ||
| ste-dma40.txt | ||
| sun6i-dma.txt | ||
| tegra20-apbdma.txt | ||
| ti-edma.txt | ||