summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_sizeGeert Uytterhoeven2023-03-311-4/+0
* dmaengine: idxd: expose IAA CAP register via sysfs knobDave Jiang2023-03-314-0/+50
* dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang2023-03-313-7/+6
* dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify codeChristophe JAILLET2023-03-311-28/+7
* dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET2023-03-311-1/+1
* dmaengine: ti: k3-udma: Add system suspend/resume supportVignesh Raghavendra2023-03-311-0/+54
* dmaengine: tegra: explicitly select DMA_VIRTUAL_CHANNELSMark Salter2023-03-311-0/+1
* dmaengine: idxd: Remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-171-6/+0
* dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas2023-03-172-10/+3
* dmaengine: Use of_property_present() for testing DT property presenceRob Herring2023-03-171-1/+1
* dmaengine: imx-dma: Remove a redundant memset() callChristophe JAILLET2023-03-171-1/+0
* dmaengine: sh: rz-dmac: Add reset supportBiju Das2023-03-171-0/+14
* Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2448-187/+1703
|\
| * dmaengine: idma64: Update bytes_transferred fieldAman Kumar2023-02-161-0/+4
| * dmaengine: imx-sdma: Set DMA channel to be privateKai-Heng Feng2023-02-161-0/+1
| * dmaengine: dw: Move check for paused channel to dwc_get_residue()Andy Shevchenko2023-02-161-6/+5
| * dmaengine: ptdma: check for null desc before calling pt_cmd_callbackEric Pilmore2023-02-161-1/+1
| * dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook2023-02-161-2/+0
| * dmaengine: idxd: Fix default allowed read buffers value in groupFenghua Yu2023-02-162-6/+11
| * dmaengine: sf-pdma: pdma_desc memory leak fixShravan Chippa2023-02-162-3/+1
| * dmaengine: Simplify dmaenginem_async_device_register() functionAndy Shevchenko2023-02-101-16/+4
| * dmaengine: use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-02-101-3/+3
| * dmaengine: xilinx: xdma: Add user logic interrupt supportLizhi Hou2023-02-101-0/+81
| * dmaengine: xilinx: xdma: Add xilinx xdma driverLizhi Hou2023-02-104-0/+1074
| * dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-1829-100/+36
| * dmaengine: at_xdmac: remove empty lineClaudiu Beznea2023-01-181-1/+0
| * dmaengine: at_xdmac: add runtime pm supportClaudiu Beznea2023-01-181-15/+202
| * dmaengine: at_xdmac: align properly function membersClaudiu Beznea2023-01-181-1/+1
| * dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2023-01-181-7/+5
| * dmaengine: sun6i: Set the maximum segment sizeSamuel Holland2023-01-181-0/+3
| * dmaengine: ti: k3-udma: remove non-fatal probe deferral logJayesh Choudhary2023-01-171-1/+0
| * dmaengine: imx-sdma: support hdmi in sdmaJoy Zou2022-12-281-8/+30
| * dmaengine: HISI_DMA should depend on ARCH_HISIGeert Uytterhoeven2022-12-281-1/+1
| * dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu2022-12-283-4/+4
| * dmaengine: idxd: Remove the unused function set_completion_address()Jiapeng Chong2022-12-281-6/+0
| * dmaengine: ti: k3-udma: Add support for BCDMA CSI RXVignesh Raghavendra2022-12-281-5/+32
| * dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoCVignesh Raghavendra2022-12-281-0/+1
| * dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA dataJai Luthra2022-12-284-1/+200
| * dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHANVignesh Raghavendra2022-12-281-0/+3
* | Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-248-378/+369
|\ \
| * | dmaengine: dw-edma: Depend on DW_EDMA instead of selecting itSerge Semin2023-02-221-1/+4
| * | dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin2023-02-222-41/+60
| * | dmaengine: dw-edma: Skip cleanup procedure if no private data foundSerge Semin2023-02-101-0/+4
| * | dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin2023-02-103-3/+3
| * | dmaengine: dw-edma: Drop DT-region allocationSerge Semin2023-02-101-17/+4
| * | dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin2023-02-101-26/+6
| * | dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin2023-02-101-1/+1
| * | dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin2023-02-106-29/+4
| * | dmaengine: dw-edma: Join read/write channels into a single deviceSerge Semin2023-02-102-60/+61