summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu2024-04-071-6/+3
* dmaengine: xilinx: xdma: Clarify kdoc in XDMA driverMiquel Raynal2024-04-071-6/+8
* dmaengine: xilinx: xdma: Fix synchronization issueLouis Chauvet2024-04-072-8/+21
* dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma de...Miquel Raynal2024-04-071-1/+1
* dma: xilinx_dpdma: Fix lockingSean Anderson2024-04-071-3/+10
* dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang2024-04-076-13/+12
* idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko2024-03-281-0/+4
* dmaengine: tegra186: Fix residual calculationAkhil R2024-03-281-0/+3
* dmaengine: owl: fix register access functionsArnd Bergmann2024-03-281-2/+2
* dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"Vinod Koul2024-03-281-3/+0
* Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-1516-174/+540
|\
| * dmaengine: of: constify of_phandle_args in of_dma_find_controller()Krzysztof Kozlowski2024-02-231-1/+1
| * dmaengine: pl08x: constify pointer to char in filter functionKrzysztof Kozlowski2024-02-231-1/+1
| * dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere2024-02-223-13/+13
| * dmaengine: idxd: make dsa_bus_type constRicardo B. Marliere2024-02-162-2/+2
| * dmaengine: fsl-edma: integrate TCD64 support for i.MX95Frank Li2024-02-073-43/+170
| * dmaengine: mcf-edma: utilize edma_write_tcdreg() macro for TCD AccessFrank Li2024-02-071-1/+1
| * dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chanFrank Li2024-02-073-3/+9
| * dmaengine: fsl-edma: fix spare build warningFrank Li2024-02-072-3/+5
| * dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()Frank Li2024-02-072-30/+54
| * dmaengine: ti: k3-psil-j721s2: Add entry for CSI2RXVaishnav Achath2024-01-301-0/+73
| * dmaengine: ti: k3-udma-glue: Add function to request RX chan for thread IDSiddharth Vadapalli2024-01-301-32/+91
| * dmaengine: ti: k3-udma-glue: Add function to request TX chan for thread IDSiddharth Vadapalli2024-01-301-26/+76
| * dmaengine: ti: k3-udma-glue: Update name for remote RX channel deviceSiddharth Vadapalli2024-01-301-2/+2
| * dmaengine: ti: k3-udma-glue: Add function to parse channel by IDSiddharth Vadapalli2024-01-301-25/+48
| * dmaengine: bestcomm: Code cleanup for bcom_sram_initKunwu Chan2024-01-301-5/+0
| * dmaengine: xilinx_dma: check for invalid vdma interleaved parametersPeter Korsgaard2024-01-221-0/+6
| * dmaengine: tegra210-adma: Update dependency to ARCH_TEGRAPeter Robinson2024-01-221-7/+7
| * dmaengine: pl330: Clear callback_result for re-used descsDaniel Scally2024-01-221-0/+1
* | Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-112-7/+7
|\ \
| * | irqchip: Convert all platform MSI users to the new APIThomas Gleixner2024-02-152-7/+7
* | | dmaengine: ptdma: use consistent DMA masksTadeusz Struk2024-02-231-2/+0
* | | dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warningFrank Li2024-02-231-11/+10
* | | dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu2024-02-221-3/+12
* | | dmaengine: fsl-edma: correct max_segment_size settingFrank Li2024-02-162-3/+6
* | | dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu2024-02-164-5/+3
* | | dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenarioJoy Zou2024-02-071-1/+1
* | | dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein2024-02-071-9/+8
* | | dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma2024-02-071-1/+3
* | | dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-02-071-0/+17
* | | dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-02-071-0/+17
* | | dmaengine: dw-edma: Add HDMA remote interrupt configurationKory Maincent2024-02-071-0/+2
* | | dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fixKory Maincent2024-02-071-1/+1
* | | dmaengine: dw-edma: Fix wrong interrupt bit set for HDMAKory Maincent2024-02-071-1/+1
* | | dmaengine: dw-edma: Fix the ch_count hdma callbackKory Maincent2024-02-071-12/+6
|/ /
* | dmaengine: at_hdmac: add missing kernel-doc style descriptionVinod Koul2024-02-021-1/+10
* | dmaengine: fsl-qdma: Remove a useless devm_kfree()Christophe JAILLET2024-01-221-3/+2
* | dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET2024-01-221-5/+5
* | dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET2024-01-221-13/+5
* | dmaengine: ti: k3-udma: Report short packet errorsJai Luthra2024-01-221-2/+8