Niklas Söderlund 3139dc8ded dmaengine: rcar-dmac: unmap slave resource when channel is freed 8 years ago
..
bestcomm aa570be6de dmaengine: NO_IRQ removal from powerpc-only drivers 9 years ago
dw 1032471b3e dmaengine: dw: fix typo in Kconfig 8 years ago
hsu e9bb8a9df3 dmaengine: hsu: pci: switch to new API for IRQ allocation 8 years ago
ioat 21d25f6a42 dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping allocations. 8 years ago
ipu f35d7633f5 Merge branch 'topic/no_irq' into for-linus 8 years ago
ppc4xx 96622bde4c Merge branch 'topic/unmap_cleanup' into for-linus 8 years ago
qcom 75ff76687c dmaengine: qcom_hidma: autoload while probing ACPI 8 years ago
sh 3139dc8ded dmaengine: rcar-dmac: unmap slave resource when channel is freed 8 years ago
xilinx 369dbadac1 dmengine: xilinx_dma: convert callback to helper function 9 years ago
Kconfig e3842cbfe0 Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma 8 years ago
Makefile 6b4cd727ea dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support 8 years ago
TODO dd8ecfcac6 dmaengine: dw: don't perform DMA when dmaengine_submit is called 11 years ago
acpi-dma.c 36bf8fc42e dmaengine: acpi-dma: align debug message with flow 9 years ago
amba-pl08x.c da6f8ca13f dmaengine: pl08x: Add support for the DMA slave map 8 years ago
at_hdmac.c 12154c8737 dmaengine: at_hdmac: move to dma_pool_zalloc 8 years ago
at_hdmac_regs.h 2c5d7407e0 dmaengine: at_hdmac: use %pad format string for dma_addr_t 9 years ago
at_xdmac.c d3f8dc4202 dmaengine: at_xdmac: don't restore unsaved status 8 years ago
bcm2835-dma.c 4aa819c79b dmaengine: bcm2835: fix 64-bit warning 9 years ago
coh901318.c 11bfedff55 Merge branch 'topic/err_reporting' into for-linus 8 years ago
coh901318.h d70a8ed312 dma: coh901318: merge header files 12 years ago
coh901318_lli.c d943df8705 dmaengine: coh901318: use NULL for pointer initialization 8 years ago
cppi41.c d5afc1b68a dmaengine: cppi41: More PM runtime fixes 8 years ago
dma-axi-dmac.c 71831f6529 dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pending 9 years ago
dma-jz4740.c f3086ff62b dmaengine: jz4740: remove unused arch header 8 years ago
dma-jz4780.c 6619f035a6 Merge branch 'topic/compile_test' into for-linus 8 years ago
dmaengine.c 76d7b84bfa dmaengine: device must have at least one channel 9 years ago
dmaengine.h f067025bc6 dmaengine: add support to provide error result from a DMA transation 9 years ago
dmatest.c 8b0e195314 ktime: Cleanup ktime_set() usage 8 years ago
edma.c e3842cbfe0 Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma 8 years ago
ep93xx_dma.c 11bfedff55 Merge branch 'topic/err_reporting' into for-linus 8 years ago
fsl-edma.c 6f93b93b2a dmaengine: fsl-edma: kill the tasklets upon exit 9 years ago
fsl_raid.c d0b2a5b803 dmaengine: fsl_raid: Fix module autoload 8 years ago
fsl_raid.h ad80da658b dmaengine: Driver support for FSL RaidEngine device. 10 years ago
fsldma.c 96622bde4c Merge branch 'topic/unmap_cleanup' into for-linus 8 years ago
fsldma.h 75dc1775ec dmaengine: fsldma: declare slave capabilities for the generic code 10 years ago
idma64.c a2826e662e dmaengine: idma64: clear LLP_[SD]_EN bits in last descriptor 9 years ago
idma64.h 11caf57f6a Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic 9 years ago
img-mdc-dma.c e5a6b3d5de dmaengine: img-mdc: remove unused ‘prev_phys’ 8 years ago
imx-dma.c be5af2855a dmaengine: imx-dma: convert callback to helper function 9 years ago
imx-sdma.c 85f57752b3 dmaengine: imx-sdma - correct the dma transfer residue calculation 8 years ago
iop-adma.c db89e3c877 dmaengine: iop-adma: convert callback to helper function 9 years ago
k3dma.c 646b3b569e dmaengine: k3dma: move to dma_pool_zalloc 8 years ago
lpc18xx-dmamux.c e5f4ae84be dmaengine: add driver for lpc18xx dmamux 10 years ago
mic_x100_dma.c 765d2a6548 dmaengine: mic_x100_dma: remove unused ‘data’ 8 years ago
mic_x100_dma.h 77a68e56aa dmaengine: Add an enum for the dmaengine alignment constraints 10 years ago
mmp_pdma.c 9c1e511cc6 dmaengine: mmp_pdma: convert callback to helper function 9 years ago
mmp_tdma.c 11bfedff55 Merge branch 'topic/err_reporting' into for-linus 8 years ago
moxart-dma.c 2d9e31b941 dmaengine: moxart: remove NO_IRQ 9 years ago
mpc512x_dma.c 11bfedff55 Merge branch 'topic/err_reporting' into for-linus 8 years ago
mv_xor.c 812608d196 dmaengine: mv_xor: use builtin_platform_driver 8 years ago
mv_xor.h c5db858bdf dmaengine: mv_xor: Add support for scatter-gather DMA mode 8 years ago
mv_xor_v2.c f1532019dd dmaengine: mv_xor_v2: remove trailing whitespace 9 years ago
mxs-dma.c f35d7633f5 Merge branch 'topic/no_irq' into for-linus 8 years ago
nbpfaxi.c 9a1a34f3c8 dmaengine: nbpfaxi: add optional max-burst property for memory reads/writes 8 years ago
of-dma.c 20ea6be6bf dmaengine: of_dma: approximate an average distribution 9 years ago
omap-dma.c 527a275913 dmaengine: omap-dma: Fix the port_window support 8 years ago
pch_dma.c b33f7832bb dmaengine: pch_dma: remove unused ‘cookie’ 8 years ago
pl330.c 5c9e6c2b2b dmaengine: pl330: Fix runtime PM support for terminated transfers 8 years ago
pxa_dma.c 556195f492 Revert "dmaengine: pxa_dma: add support for legacy transition" 8 years ago
s3c24xx-dma.c 963173fe48 dmaengine: s3c24xx: remove unused ‘cdata’ 8 years ago
sa11x0-dma.c 762ff31dd4 dmaengine: sa11x0: use correct print specifiers for size_t 8 years ago
sirf-dma.c 2ef7ff03a9 dmaengine: sirf-dma: remove unused ‘sdesc’ 8 years ago
st_fdma.c e687cd19f1 dmaengine: st_fdma: Fix the error return code in st_fdma_probe() 8 years ago
st_fdma.h 812ab065ea dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file 8 years ago
ste_dma40.c f2469114c6 Merge branch 'topic/ste_dma40' into for-linus 8 years ago
ste_dma40_ll.c 0161df1325 dmaengine: ste_dma40_ll: make d40_width_to_bits static 9 years ago
ste_dma40_ll.h 57e65ad77f dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() 12 years ago
stm32-dma.c 57b5a32135 dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status 8 years ago
sun4i-dma.c 287980e49f remove lots of IS_ERR_VALUE abuses 9 years ago
sun6i-dma.c f732c5b7c7 dmaengine: sun6i: fix the uninitialized value for v_lli 8 years ago
tegra20-apb-dma.c 370c0446af dmaengine: tegra20-apb-dma: convert callback to helper function 9 years ago
tegra210-adma.c 24fec75017 dmaengine: tegra210-adma: Update driver to use of_pm_clk_add_clk 9 years ago
ti-dma-crossbar.c 75bdc7f31a dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path. 8 years ago
timb_dma.c a06a5bb908 dmaengine: timb_dma: convert callback to helper function 9 years ago
txx9dmac.c d254c8d0a7 dmaengine: txx9dmac: convert callback to helper function 9 years ago
txx9dmac.h 34adb28d50 MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT 10 years ago
virt-dma.c 4f03ac6a2d dmaengine: virt-dma: convert callback to helper function 9 years ago
virt-dma.h 02aa84860c dmaengine: virt-dma: move function declarations 8 years ago
xgene-dma.c fd3c69bd19 dmaengine: xgene-dma: move unmap to before callback 9 years ago
zx296702_dma.c c2e60fc702 dmaengine: zx296702_dma: Use dma_pool_zalloc 8 years ago