summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-1010-31/+169
|\
| * dmaengine: idxd: Add support for device/wq defaultsTom Zanussi2023-12-154-1/+65
| * dmaengine: idxd: add callback support for iaa cryptoTom Zanussi2023-12-155-20/+65
| * dmaengine: idxd: Add wq private data accessorsTom Zanussi2023-12-151-0/+10
| * dmaengine: idxd: Export wq resource management functionsTom Zanussi2023-12-151-0/+5
| * dmaengine: idxd: Export descriptor management functionsTom Zanussi2023-12-151-0/+3
| * dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi2023-12-154-10/+12
| * dmaengine: idxd: add external module driver support for dsa_bus_typeDave Jiang2023-12-152-0/+9
* | dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li2023-12-111-0/+1
* | dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()Yang Yingliang2023-12-111-3/+2
* | dmaengine: idxd: Fix incorrect descriptions for GRPCFG registerGuanjun2023-12-111-5/+7
* | dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun2023-12-111-7/+7
* | dmaengine: stm32-dma: avoid bitfield overflow assertionAmelie Delaunay2023-11-241-2/+6
* | dmaengine: fsl-edma: Add judgment on enabling round robin arbitrationXiaolei Wang2023-11-241-1/+2
* | dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...Xiaolei Wang2023-11-241-0/+4
* | dmaengine: ti: k3-psil-am62a: Fix SPI PDMA dataJai Luthra2023-11-241-6/+6
* | dmaengine: ti: k3-psil-am62: Fix SPI PDMA dataRonald Wahl2023-11-231-6/+6
|/
* Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0378-426/+563
|\
| * dmaengine: stm32-mdma: correct desc prep when channel runningAlain Volmat2023-10-161-2/+2
| * dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16Sergey Khimich2023-10-162-42/+120
| * dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()Uwe Kleine-König2023-10-161-2/+0
| * dmaengine: mmp_tdma: drop unused variable 'of_id'Vinod Koul2023-10-101-1/+0
| * dmaengine: xilinx: xdma: Support cyclic transfersMiquel Raynal2023-10-092-6/+162
| * dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfersMiquel Raynal2023-10-091-5/+14
| * dmaengine: Drop unnecessary of_match_device() callsRob Herring2023-10-094-32/+13
| * dmaengine: Use device_get_match_data()Rob Herring2023-10-094-45/+15
| * dmaengine: pxa_dma: Annotate struct pxad_desc_sw with __counted_byChristophe JAILLET2023-10-091-5/+8
| * dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()Christophe JAILLET2023-10-091-1/+0
| * dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()Li Zetao2023-10-041-1/+1
| * dmaengine: fsl-dpaa2-qdma: Remove redundant initialization owner in dpaa2_qdm...Li Zetao2023-10-041-1/+0
| * dmaengine: mmp: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-10-041-1/+1
| * dmaengine: qcom: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-10-041-1/+1
| * dmaengine: fsl-edma: Remove redundant dev_err() for platform_get_irq()Jinjie Ruan2023-10-041-3/+1
| * dmaengine: ep93xx_dma: Annotate struct ep93xx_dma_engine with __counted_byKees Cook2023-10-041-1/+1
| * dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang2023-10-044-0/+56
| * dmaengine: fsl-edma: Annotate struct struct fsl_edma_engine with __counted_byKees Cook2023-10-041-1/+1
| * dmaengine: sprd: delete redundant parameter for dma driver functionKaiwei Liu2023-10-021-4/+2
| * dmaengine: ti: edma: handle irq_of_parse_and_map() errorsDan Carpenter2023-10-021-2/+2
| * dmaengine: sprd: add dma mask interface in probeKaiwei Liu2023-10-021-0/+9
| * dmaengine: usb-dmac: Annotate struct usb_dmac_desc with __counted_byKees Cook2023-09-281-1/+1
| * dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_device with __count...Kees Cook2023-09-281-1/+1
| * dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_desc with __counted_byKees Cook2023-09-281-3/+3
| * dmaengine: ti: omap-dma: Annotate struct omap_desc with __counted_byKees Cook2023-09-281-3/+2
| * dmaengine: ti: edma: Annotate struct edma_desc with __counted_byKees Cook2023-09-281-1/+1
| * dmaengine: tegra210-adma: Annotate struct tegra_adma with __counted_byKees Cook2023-09-281-1/+1
| * dmaengine: tegra: Annotate struct tegra_dma_desc with __counted_byKees Cook2023-09-281-1/+1
| * dmaengine: stm32-mdma: Annotate struct stm32_mdma_device with __counted_byKees Cook2023-09-281-2/+2
| * dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc with __counted_byKees Cook2023-09-281-3/+2
| * dmaengine: stm32-dma: Annotate struct stm32_dma_desc with __counted_byKees Cook2023-09-281-7/+4
| * dmaengine: st_fdma: Annotate struct st_fdma_desc with __counted_byKees Cook2023-09-281-1/+1