summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dmaengine: ti: edma: Use 'for_each_set_bit' when possibleChristophe JAILLET2021-11-221-2/+1
* | | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-147-43/+60
|\ \ \ \ | | |/ / | |/| |
| * | | dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2021-12-171-6/+11
| * | | dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-171-7/+49
| * | | dmaengine: sprd: stop referencing config->slave_idArnd Bergmann2021-12-171-3/+0
| * | | dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2021-12-172-13/+0
| * | | dmaengine: shdma: remove legacy slave_id parsingArnd Bergmann2021-12-171-8/+0
| * | | dmaengine: tegra20-apb: stop checking config->slave_idArnd Bergmann2021-12-171-6/+0
| |/ /
* | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-134-48/+32
|\ \ \ | |_|/ |/| |
| * | dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner2021-12-161-24/+18
| * | soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner2021-12-162-10/+6
| * | dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner2021-12-161-11/+5
| * | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
| * | device: Move MSI related data into a structThomas Gleixner2021-12-161-2/+2
| |/
* | dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross2021-12-131-1/+1
* | dmaengine: idxd: fix missed completion on abort pathDave Jiang2021-12-131-1/+17
* | dmaengine: ti: k3-udma: Fix smatch warningsVignesh Raghavendra2021-12-131-50/+107
* | dmaengine: idxd: fix calling wq quiesce inside spinlockDave Jiang2021-11-221-1/+1
* | dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()Christophe JAILLET2021-11-221-9/+1
* | dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_sta...Tim Gardner2021-11-221-2/+2
|/
* Merge tag 'dmaengine-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-1042-328/+488
|\
| * dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request failKishon Vijay Abraham I2021-11-091-4/+20
| * dmaengine: ti: k3-udma: Set bchan to NULL if a channel request failKishon Vijay Abraham I2021-11-091-2/+6
| * dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_widthArnd Bergmann2021-11-091-3/+3
| * dmaengine: fsl-edma: support edma memcpyJoy Zou2021-10-283-0/+42
| * dmaengine: idxd: fix resource leak on dmaengine driver disableDave Jiang2021-10-281-2/+1
| * dmaengine: idxd: cleanup completion record allocationDave Jiang2021-10-282-19/+5
| * dmaengine: zynqmp_dma: Correctly handle descriptor callbacksLars-Peter Clausen2021-10-281-6/+4
| * dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacksLars-Peter Clausen2021-10-281-6/+4
| * dmaengine: altera-msgdma: Correctly handle descriptor callbacksLars-Peter Clausen2021-10-281-6/+4
| * dmaengine: at_xdmac: fix compilation warningClaudiu Beznea2021-10-281-1/+1
| * dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()Geert Uytterhoeven2021-10-281-3/+2
| * dmaengine: qcom: bam_dma: Add "powered remotely" modeStephan Gerhold2021-10-281-33/+57
| * dmaengine: sa11x0: Mark PM functions as __maybe_unusedCai Huoqing2021-10-261-2/+2
| * dmaengine: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-8/+2
| * dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-8/+2
| * dmaengine: hsu: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-5/+1
| * dmaengine: hisi_dma: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-5/+1
| * dmaengine: dw: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-5/+1
| * dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' APIWang Qing2021-10-261-13/+4
| * dmaengine: sh: make array ds_lut staticColin Ian King2021-10-251-1/+1
| * dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probeXin Xiong2021-10-251-0/+1
| * dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmeticLen Baker2021-10-251-1/+1
| * dmaengine: xilinx_dma: Fix kernel-doc warningsShravya Kumbham2021-10-251-2/+2
| * dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()Cai Huoqing2021-10-251-6/+1
| * dmaengine: idxd: reconfig device after device reset commandDave Jiang2021-10-251-0/+2
| * dmaengine: idxd: add halt interrupt supportDave Jiang2021-10-252-0/+6
| * dmaengine: fsl-edma: fix for missing dmamux moduleAngelo Dureghello2021-10-251-1/+3
| * dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tailBixuan Cui2021-10-251-2/+1
| * dmaengine: remove debugfs #ifdefArnd Bergmann2021-10-251-14/+1