summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2023-08-29dmaengine: dw-axi-dmac: Fix the bug that unable to transfer 270KB dataWalker Chen2-293/+202
2023-07-10dmaengine: dw-axi-dmac-starfive-misc: Fix incorrect parametersSamin Guo1-1/+1
2022-11-14dma:dw:Add stg_axi clock and reset of noc_busXingyu Wu2-0/+18
2022-10-14CR_2285:SEC:Crypto:Starfive: Update hardware engine DMA driverjiajie.ho3-139/+1
2022-09-23Merge branch 'CR_1849_DMA_walker.chen' into 'jh7110-5.15.y-devel'andy.hu2-76/+25
2022-09-15CR_1849_DMA_515: Stop dma channelWalker Chen2-76/+25
2022-09-13dma:pl080:modify vic7110 function name to jh7110William Qiu1-6/+6
2022-08-31dma: dw-axi-dmac: Standardize property "compatible"Hal Feng1-1/+1
2022-08-26CR_1827_cannot_record_play_simultaneouslyWalker Chen1-18/+27
2022-06-20Implement TDM driver for JH7110 SoCWalker Chen2-18/+49
2022-05-18[Audio: PWMDAC] enable pwmdac driver on 7110 evb boardcurry.zhang1-0/+5
2022-05-07dmaengine:pl080: remove warning messagewilliam.qiu1-1/+1
2022-04-28crypto:starfive:jh7110: add crypto driver for starfive jh7110 soc.william.qiu1-0/+3200
2022-04-28dmaengine:pl080: add support for starfive jh7110 soc sec.william.qiu3-1/+139
2022-04-24[DMA] : Add standard system clock tree & reset APIcurry.zhang2-0/+17
2021-12-01Kconfig/dw-axi-dmac-starfive: selected by SOC_STARFIVEsamin1-1/+1
2021-11-23dma: Added DMA misc driver interface for data transfersamin5-0/+546
2021-11-23dmaengine: dw-axi-dmac: Add support for StarFive ALSA device.samin2-12/+37
2021-11-23dmaengine: dw-axi-dmac: add burst_trans_len support.samin2-2/+18
2021-11-23dmaengine: dw-axi-dmac: Add StarFive JHxxx AxiDMA supportsamin2-1/+20
2021-11-23dmaengine: dw-axi-dmac: Supports channels > 8 or hardware handshakes > 16.samin2-29/+177
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds45-917/+3882
2021-09-02Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus 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/s...Arnd 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/g...Linus 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