summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-104/+122
2021-06-24dmaengine: imx-sdma: Remove platform data headerVladimir Zapolskiy-1/+55
2021-06-24dmaengine: xilinx: dpdma: Fix spacing around addr[i-1]Michal Simek-1/+1
2021-06-24dmaengine: xilinx: dpdma: Use kernel type u32 over uint32_tMichal Simek-1/+1
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-26/+122
2021-06-16dmaengine: altera-msgdma: add OF supportOlivier Dautricourt-0/+20
2021-06-16dmaengine: xilinx: dpdma: fix kernel-docYang Li-1/+1
2021-06-16dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()Austin Kim-2/+3
2021-06-16dmaengine: sh: Remove unused shdma-of driverGeert Uytterhoeven-77/+1
2021-06-16dmaengine: qcom: gpi: Add SM8250 compatibleKonrad Dybcio-0/+1
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman-2/+2
2021-06-07dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tailZou Wei-3/+2
2021-06-07dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dmaGuillaume Ranquet-1/+1
2021-06-07dmaengine: mediatek: do not issue a new desc if one is still currentGuillaume Ranquet-8/+12
2021-06-07dmaengine: mediatek: free the proper desc in desc_free handlerGuillaume Ranquet-4/+1
2021-06-03dmaengine: idxd: Use cpu_feature_enabled()Borislav Petkov-2/+2
2021-06-03dmaengine: ipu: fix doc warning in ipu_irq.cYang Yingliang-1/+1
2021-06-03dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()Zou Wei-1/+1
2021-06-03dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong-0/+1
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman-1/+16
2021-05-31dmaengine: ti: omap-dma: Skip pointless cpu_pm context restore on errorsTony Lindgren-1/+2
2021-05-31dmaengine: hsu: Account transferred bytesAndy Shevchenko-0/+3
2021-05-31dmaengine: stedma40: add missing iounmap() on error in d40_probe()Yang Yingliang-0/+3
2021-05-31dmaengine: SF_PDMA depends on HAS_IOMEMRandy Dunlap-0/+1
2021-05-31dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap-0/+1
2021-05-31dmaengine: ALTERA_MSGDMA depends on HAS_IOMEMRandy Dunlap-0/+1
2021-05-31dmaengine: idxd: Add missing cleanup for early error out in probe callDave Jiang-3/+58
2021-05-31dmaengine: xilinx: dpdma: Print debug message when losing vsync raceLaurent Pinchart-1/+5
2021-05-31dmaengine: xilinx: dpdma: Print channel number in kernel log messagesLaurent Pinchart-12/+20
2021-05-31dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bitsLaurent Pinchart-2/+5
2021-05-31dmaengine: xilinx: dpdma: Add missing dependencies to KconfigLaurent Pinchart-0/+1
2021-05-31dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()Yu Kuai-2/+2
2021-05-31dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai-1/+1
2021-05-13dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter-0/+14
2021-05-13Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman-1/+2
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo-1/+1
2021-05-10dmaengine: xilinx: dpdma: initialize registers before request_irqQuanyang Wang-1/+23
2021-05-10dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee-2/+4
2021-05-10dmaengine: fsl-dpaa2-qdma: Fix error return code in two functionsZhen Lei-0/+3
2021-05-10dmaengine: idxd: remove devm allocation for idxd->int_handlesDave Jiang-1/+2
2021-05-10dmaengine: idxd: Remove redundant variable cdev_ctxJiapeng Chong-2/+0
2021-05-10dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong-1/+5
2021-05-10dmaengine: idxd: add missing dsa driver unregisterDave Jiang-0/+1
2021-05-10dmaengine: idxd: add engine 'struct device' missing bus type assignmentDave Jiang-0/+1
2021-05-04Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1136/+2967
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2021-04-25dmaengine: idxd: Enable IDXD performance monitor supportTom Zanussi-4/+10
2021-04-25dmaengine: idxd: Add IDXD performance monitor supportTom Zanussi-0/+948
2021-04-23dmaengine: idxd: remove MSIX masking for interrupt handlersDave Jiang-15/+2