summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore2023-01-192-4/+5
* dmaengine: tegra: Fix memory leak in terminate_all()Akhil R2023-01-181-0/+1
* dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child...Liu Shixin2023-01-181-1/+3
* dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang2023-01-181-1/+3
* dmaengine: Fix double increment of client_count in dma_chan_get()Koba Ko2023-01-181-3/+4
* dmaengine: tegra210-adma: fix global intr clearMohan Kumar2023-01-181-1/+1
* Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao2023-01-181-0/+6
* dmaengine: lgm: Move DT parsing after initializationPeter Harliman Liem2023-01-181-5/+5
* dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REGJayesh Choudhary2022-12-281-2/+3
* dmaengine: idxd: Do not call DMX TX callbacks during workqueue disableReinette Chatre2022-12-281-0/+11
* dmaengine: idxd: Prevent use after free on completion memoryReinette Chatre2022-12-281-1/+1
* dmaengine: idxd: Let probe fail when workqueue cannot be enabledReinette Chatre2022-12-281-2/+1
* dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operationVijaya Krishna Nivarthi2022-12-281-0/+1
* Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1921-3936/+1228
|\
| * dmaengine: Revert "dmaengine: remove s3c24xx driver"Vinod Koul2022-12-023-0/+1441
| * dmaengine: tegra: Add support for dma-channel-maskAkhil R2022-11-141-7/+30
| * dmaengine: idxd: Remove linux/msi.h includeThomas Gleixner2022-11-141-1/+0
| * dmaengine: at_hdmac: Convert driver to use virt-dmaTudor Ambarus2022-11-112-706/+403
| * dmaengine: at_hdmac: Remove unused member of at_dma_chanTudor Ambarus2022-11-111-2/+0
| * dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"Tudor Ambarus2022-11-111-31/+31
| * dmaengine: at_hdmac: Rename "dma_common" to "dma_device"Tudor Ambarus2022-11-111-46/+46
| * dmaengine: at_hdmac: Use bitfield access macrosTudor Ambarus2022-11-111-210/+198
| * dmaengine: at_hdmac: Keep register definitions and structures private to at_h...Tudor Ambarus2022-11-112-479/+468
| * dmaengine: at_hdmac: Set include entries in alphabetic orderTudor Ambarus2022-11-111-3/+3
| * dmaengine: at_hdmac: Use pm_ptr()Tudor Ambarus2022-11-111-2/+2
| * dmaengine: at_hdmac: Use devm_clk_get()Tudor Ambarus2022-11-111-5/+2
| * dmaengine: at_hdmac: Use devm_platform_ioremap_resourceTudor Ambarus2022-11-111-31/+6
| * dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()Tudor Ambarus2022-11-111-14/+9
| * dmaengine: at_hdmac: Introduce atc_get_llis_residue()Tudor Ambarus2022-11-111-111/+110
| * dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residueTudor Ambarus2022-11-111-7/+4
| * dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit castsTudor Ambarus2022-11-111-24/+30
| * dmaengine: at_hdmac: Remove superfluous castTudor Ambarus2022-11-111-1/+1
| * dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULLTudor Ambarus2022-11-111-7/+1
| * dmaengine: at_hdmac: Do not print messages on console while holding the lockTudor Ambarus2022-11-111-2/+2
| * Merge branch 'fixes' into nextVinod Koul2022-11-1113-121/+149
| |\
| * | dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAAXiaochen Shen2022-11-041-0/+36
| * | dmaengine: sh: Remove unused shdma-arm.hStephen Kitt2022-11-041-48/+0
| * | dmaengine: xilinx_dma : add xilinx_dma_device_config() return documentationRadhey Shyam Pandey2022-11-041-0/+2
| * | dmaengine: xilinx_dma: fix xilinx_dma_child_probe() return documentationRadhey Shyam Pandey2022-11-041-1/+1
| * | dmaengine: remove s3c24xx driverArnd Bergmann2022-11-043-1441/+0
| * | dmaengine: remove iop-adma driverArnd Bergmann2022-10-194-2477/+0
| * | dmaengine: apple-admac: Allocate cache SRAM to channelsMartin Povišer2022-10-191-1/+101
| * | dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAAXiaochen Shen2022-10-191-0/+32
| * | dmaengine: idma64: Make idma64_remove() return voidUwe Kleine-König2022-10-191-4/+4
| * | dmaengine: JZ4780: Add support for the JZ4755.Siarhei Volkau2022-10-191-0/+8
| * | dmaengine: ti: convert PSIL to be buildable as moduleKevin Hilman2022-10-193-8/+12
| * | dmaengine: ti: convert k3-udma to moduleKevin Hilman2022-10-193-38/+11
| * | dmaengine: ioat: Fix spelling mistake "idel" -> "idle"Colin Ian King2022-10-191-1/+1
| * | dmaengine: qcom: gpi: Document preferred SM6350 bindingKrzysztof Kozlowski2022-10-191-3/+4
| * | dmaengine: qcom: deprecate redundant of_device_id entriesRichard Acayan2022-10-191-0/+4