aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds45-917/+3882
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-23/+70
2021-08-31dmaengine: sh: fix some NULL dereferencesDan Carpenter1-2/+2
2021-08-31dmaengine: sh: Fix unused initialization of pointer lmdescColin Ian King1-3/+1
2021-08-29dmaengine: ptdma: remove PT_OFFSET to avoid redefnitionSanjay R Mehta1-1/+0
2021-08-29dmaengine: ptdma: Add debugfs entries for PTDMASanjay R Mehta4-1/+118
2021-08-29dmaengine: ptdma: register PTDMA controller as a DMA resourceSanjay R Mehta5-1/+450
2021-08-29dmaengine: ptdma: Initial driver for the AMD PTDMASanjay R Mehta7-0/+828
2021-08-29dmaengine: fsl-dpaa2-qdma: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-08-29dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang4-32/+22
2021-08-29dmaengine: idxd: remove interrupt disable for cmd_lockDave Jiang1-11/+8
2021-08-29dmaengine: idxd: fix setting up priv mode for dwqDave Jiang3-2/+34
2021-08-29dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey1-1/+1
2021-08-29dmaengine: ti: k3-psil-j721e: Add entry for CSI2RXPratyush Yadav1-0/+73
2021-08-29dmaengine: sh: Add DMAC driver for RZ/G2L SoCBiju Das3-0/+981
2021-08-25dmaengine: ioat: depends on !UMLJohannes Berg1-1/+1
2021-08-25dmaengine: idxd: set descriptor allocation size to threshold for swqDave Jiang1-2/+2
2021-08-25dmaengine: idxd: make submit failure path consistent on desc freeingDave Jiang2-5/+10
2021-08-12Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann1-23/+70
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman12-53/+151
2021-08-06Merge tag 'dmaengine-fix-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds12-53/+151
2021-08-06dmaengine: idxd: remove interrupt flag for completion list spinlockDave Jiang2-10/+7
2021-08-06dmaengine: acpi: Check for errors from acpi_register_gsi() separatelyAndy Shevchenko1-1/+9
2021-08-06dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko1-3/+7
2021-08-06dmaengine: idxd: make I/O interrupt handler one shotDave Jiang1-51/+8
2021-08-06dmaengine: idxd: clear block on fault flag when clear wqDave Jiang1-0/+1
2021-08-06dmaengine: idxd: add capability check for 'block on fault' attributeDave Jiang1-0/+3
2021-08-06dmaengine: xilinx: Add empty device_config functionMarek Vasut1-0/+12
2021-08-06dmaengine: dw: Simplify DT property parserAndy Shevchenko1-28/+16
2021-08-06dmaengine: dw: Remove error message from DT parsing codeAndy Shevchenko1-5/+0
2021-08-06dmaengine: idxd: Remove unused status variable in irq_process_work_list()Nathan Chancellor1-2/+0
2021-08-02dmaengine: idxd: Fix a possible NULL pointer dereferenceChristophe JAILLET1-11/+4
2021-08-02Merge branch 'fixes' into nextVinod Koul4-9/+14
2021-08-02dmaengine: imx-dma: configure the generic DMA type to make it workJuergen Borleis1-0/+2
2021-08-02dma: imx-dma: configure the generic DMA type to make it workJuergen Borleis1-0/+2
2021-08-02dmaengine: ep93xx: Prepare clock before using itAlexander Sverdlin1-3/+3
2021-08-02dmaengine: dw-axi-dmac: Burst length settingsPandith N1-1/+2
2021-08-02dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfersPandith N2-0/+6
2021-08-02dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw_channelPandith N2-30/+21
2021-08-02dmaengine: usb-dmac: make usb_dmac_get_current_residue unsignedJordy Zomer1-1/+1
2021-07-29dmaengine: idxd: fix abort status checkDave Jiang1-2/+10
2021-07-28dmanegine: idxd: add software command statusDave Jiang5-6/+38
2021-07-28dmaengine: idxd: rotate portal address for better performanceDave Jiang3-1/+22
2021-07-28dmaengine: idxd: fix wq slot allocation index checkDave Jiang1-1/+1
2021-07-28dmaengine: idxd: fix uninit var for alt_drvDave Jiang1-1/+1
2021-07-28dmaengine: idxd: Set defaults for GRPCFG traffic classDave Jiang4-2/+21
2021-07-28dmaengine: at_xdmac: use platform_driver_registerClément Léger1-1/+7
2021-07-28dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet availablePeter Ujfalusi1-2/+7
2021-07-28dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open codingZhang Qilong1-5/+2
2021-07-28ppc4xx: replace sscanf() by kstrtoul()Salah Triki1-3/+9