summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-0945-917/+3882
|\
| * dmaengine: sh: fix some NULL dereferencesDan Carpenter2021-08-311-2/+2
| * dmaengine: sh: Fix unused initialization of pointer lmdescColin Ian King2021-08-311-3/+1
| * dmaengine: ptdma: remove PT_OFFSET to avoid redefnitionSanjay R Mehta2021-08-291-1/+0
| * dmaengine: ptdma: Add debugfs entries for PTDMASanjay R Mehta2021-08-294-1/+118
| * dmaengine: ptdma: register PTDMA controller as a DMA resourceSanjay R Mehta2021-08-295-1/+450
| * dmaengine: ptdma: Initial driver for the AMD PTDMASanjay R Mehta2021-08-297-0/+828
| * dmaengine: fsl-dpaa2-qdma: Fix spelling mistake "faile" -> "failed"Colin Ian King2021-08-291-1/+1
| * dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang2021-08-294-32/+22
| * dmaengine: idxd: remove interrupt disable for cmd_lockDave Jiang2021-08-291-11/+8
| * dmaengine: idxd: fix setting up priv mode for dwqDave Jiang2021-08-293-2/+34
| * dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey2021-08-291-1/+1
| * dmaengine: ti: k3-psil-j721e: Add entry for CSI2RXPratyush Yadav2021-08-291-0/+73
| * dmaengine: sh: Add DMAC driver for RZ/G2L SoCBiju Das2021-08-293-0/+981
| * dmaengine: ioat: depends on !UMLJohannes Berg2021-08-251-1/+1
| * dmaengine: idxd: set descriptor allocation size to threshold for swqDave Jiang2021-08-251-2/+2
| * dmaengine: idxd: make submit failure path consistent on desc freeingDave Jiang2021-08-252-5/+10
| * dmaengine: idxd: remove interrupt flag for completion list spinlockDave Jiang2021-08-062-10/+7
| * dmaengine: acpi: Check for errors from acpi_register_gsi() separatelyAndy Shevchenko2021-08-061-1/+9
| * dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko2021-08-061-3/+7
| * dmaengine: idxd: make I/O interrupt handler one shotDave Jiang2021-08-061-51/+8
| * dmaengine: idxd: clear block on fault flag when clear wqDave Jiang2021-08-061-0/+1
| * dmaengine: idxd: add capability check for 'block on fault' attributeDave Jiang2021-08-061-0/+3
| * dmaengine: xilinx: Add empty device_config functionMarek Vasut2021-08-061-0/+12
| * dmaengine: dw: Simplify DT property parserAndy Shevchenko2021-08-061-28/+16
| * dmaengine: dw: Remove error message from DT parsing codeAndy Shevchenko2021-08-061-5/+0
| * dmaengine: idxd: Remove unused status variable in irq_process_work_list()Nathan Chancellor2021-08-061-2/+0
| * dmaengine: idxd: Fix a possible NULL pointer dereferenceChristophe JAILLET2021-08-021-11/+4
| * Merge branch 'fixes' into nextVinod Koul2021-08-024-9/+14
| |\
| * | dma: imx-dma: configure the generic DMA type to make it workJuergen Borleis2021-08-021-0/+2
| * | dmaengine: ep93xx: Prepare clock before using itAlexander Sverdlin2021-08-021-3/+3
| * | dmaengine: dw-axi-dmac: Burst length settingsPandith N2021-08-021-1/+2
| * | dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfersPandith N2021-08-022-0/+6
| * | dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...Pandith N2021-08-022-30/+21
| * | dmaengine: usb-dmac: make usb_dmac_get_current_residue unsignedJordy Zomer2021-08-021-1/+1
| * | dmaengine: idxd: fix abort status checkDave Jiang2021-07-291-2/+10
| * | dmanegine: idxd: add software command statusDave Jiang2021-07-285-6/+38
| * | dmaengine: idxd: rotate portal address for better performanceDave Jiang2021-07-283-1/+22
| * | dmaengine: idxd: fix wq slot allocation index checkDave Jiang2021-07-281-1/+1
| * | dmaengine: idxd: fix uninit var for alt_drvDave Jiang2021-07-281-1/+1
| * | dmaengine: idxd: Set defaults for GRPCFG traffic classDave Jiang2021-07-284-2/+21
| * | dmaengine: at_xdmac: use platform_driver_registerClément Léger2021-07-281-1/+7
| * | dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open codingZhang Qilong2021-07-281-5/+2
| * | ppc4xx: replace sscanf() by kstrtoul()Salah Triki2021-07-281-3/+9
| * | dmaengine: stm32-dma: add alternate REQ/ACK protocol managementAmelie Delaunay2021-07-281-2/+6
| * | dmaengine: altera-msgdma: make response port optionalOlivier Dautricourt2021-07-281-11/+26
| * | dmaengine: hisi_dma: Remove some useless codeChristophe JAILLET2021-07-281-9/+1
| * | dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-07-281-2/+1
| * | dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-07-281-5/+3
| * | dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-07-281-2/+1