summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2021-11-17dmaengine: bestcomm: fix system boot lockupsAnatolij Gustschin
2021-11-17dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request failKishon Vijay Abraham I
2021-11-17dmaengine: ti: k3-udma: Set bchan to NULL if a channel request failKishon Vijay Abraham I
2021-11-17dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_widthArnd Bergmann
2021-11-17dmaengine: stm32-dma: fix burst in case of unaligned memory addressAmelie Delaunay
2021-11-17dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`Lars-Peter Clausen
2021-11-17dmaengine: stm32-dma: fix stm32_dma_get_max_widthAmelie Delaunay
2021-11-17dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea
2021-11-17dmaengine: at_xdmac: call at_xdmac_axi_config() on resume pathClaudiu Beznea
2021-09-26dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey
2021-09-26dmaengine: ioat: depends on !UMLJohannes Berg
2021-09-26dmaengine: sprd: Add missing MODULE_DEVICE_TABLEZou Wei
2021-09-26dmaengine: idxd: depends on !UMLJohannes Berg
2021-09-26dmaengine: idxd: clear block on fault flag when clear wqDave Jiang
2021-09-26dmaengine: idxd: fix abort status checkDave Jiang
2021-09-26dmaengine: idxd: fix wq slot allocation index checkDave Jiang
2021-09-26dmaengine: idxd: have command status always setDave Jiang
2021-09-26dmanegine: idxd: cleanup all device related bits after disabling deviceDave Jiang
2021-09-26dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko
2021-09-18dmaengine: imx-sdma: remove duplicated sdma_load_contextRobin Gong
2021-09-18Revert "dmaengine: imx-sdma: refine to load context only once"Robin Gong
2021-08-06Merge tag 'dmaengine-fix-5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-02dmaengine: imx-dma: configure the generic DMA type to make it workJuergen Borleis
2021-07-28dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi
2021-07-28dmaengine: stm32-dmamux: Fix PM usage counter unbalance in stm32 dmamux opsZhang Qilong
2021-07-28dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma opsZhang Qilong
2021-07-27dmaengine: uniphier-xdmac: Use readl_poll_timeout_atomic() in atomic stateKunihiko Hayashi
2021-07-20dmaengine: idxd: fix submission race windowDave Jiang
2021-07-20dmaengine: idxd: fix sequence for pci driver remove() and shutdown()Dave Jiang
2021-07-20dmaengine: idxd: fix desc->vector that isn't being updatedDave Jiang
2021-07-14dmaengine: mpc512x: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-14dmaengine: idxd: fix setup sequence for MSIXPERM tableDave Jiang
2021-07-14dmaengine: idxd: fix array index when int_handles are being usedDave Jiang
2021-07-14dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai
2021-07-14dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe
2021-07-13dmaengine: ti: k3-udma: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-13dmaengine: ipu: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-24dmaengine: imx-sdma: Remove platform data headerVladimir Zapolskiy
2021-06-24dmaengine: xilinx: dpdma: Fix spacing around addr[i-1]Michal Simek
2021-06-24dmaengine: xilinx: dpdma: Use kernel type u32 over uint32_tMichal Simek
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-16dmaengine: altera-msgdma: add OF supportOlivier Dautricourt
2021-06-16dmaengine: xilinx: dpdma: fix kernel-docYang Li
2021-06-16dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()Austin Kim
2021-06-16dmaengine: sh: Remove unused shdma-of driverGeert Uytterhoeven
2021-06-16dmaengine: qcom: gpi: Add SM8250 compatibleKonrad Dybcio
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman
2021-06-07dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tailZou Wei