summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
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
2021-06-07dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dmaGuillaume Ranquet
2021-06-07dmaengine: mediatek: do not issue a new desc if one is still currentGuillaume Ranquet
2021-06-07dmaengine: mediatek: free the proper desc in desc_free handlerGuillaume Ranquet
2021-06-03dmaengine: idxd: Use cpu_feature_enabled()Borislav Petkov
2021-06-03dmaengine: ipu: fix doc warning in ipu_irq.cYang Yingliang
2021-06-03dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()Zou Wei
2021-06-03dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman
2021-05-31dmaengine: ti: omap-dma: Skip pointless cpu_pm context restore on errorsTony Lindgren
2021-05-31dmaengine: hsu: Account transferred bytesAndy Shevchenko
2021-05-31dmaengine: stedma40: add missing iounmap() on error in d40_probe()Yang Yingliang
2021-05-31dmaengine: SF_PDMA depends on HAS_IOMEMRandy Dunlap
2021-05-31dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap
2021-05-31dmaengine: ALTERA_MSGDMA depends on HAS_IOMEMRandy Dunlap
2021-05-31dmaengine: idxd: Add missing cleanup for early error out in probe callDave Jiang
2021-05-31dmaengine: xilinx: dpdma: Print debug message when losing vsync raceLaurent Pinchart
2021-05-31dmaengine: xilinx: dpdma: Print channel number in kernel log messagesLaurent Pinchart
2021-05-31dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bitsLaurent Pinchart
2021-05-31dmaengine: xilinx: dpdma: Add missing dependencies to KconfigLaurent Pinchart
2021-05-31dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()Yu Kuai
2021-05-31dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai
2021-05-13dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter
2021-05-13Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo
2021-05-10dmaengine: xilinx: dpdma: initialize registers before request_irqQuanyang Wang
2021-05-10dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee
2021-05-10dmaengine: fsl-dpaa2-qdma: Fix error return code in two functionsZhen Lei
2021-05-10dmaengine: idxd: remove devm allocation for idxd->int_handlesDave Jiang
2021-05-10dmaengine: idxd: Remove redundant variable cdev_ctxJiapeng Chong
2021-05-10dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong
2021-05-10dmaengine: idxd: add missing dsa driver unregisterDave Jiang
2021-05-10dmaengine: idxd: add engine 'struct device' missing bus type assignmentDave Jiang
2021-05-04Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-25dmaengine: idxd: Enable IDXD performance monitor supportTom Zanussi
2021-04-25dmaengine: idxd: Add IDXD performance monitor supportTom Zanussi
2021-04-23dmaengine: idxd: remove MSIX masking for interrupt handlersDave Jiang