aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus1-6/+0
2022-01-05dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang1-27/+118
2022-01-05dmaengine: idxd: change bandwidth token to read buffersDave Jiang5-50/+49
2022-01-05dmaengine: idxd: fix wq settings post wq disableDave Jiang1-2/+10
2022-01-05dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang5-185/+131
2022-01-05dmaengine: idxd: fix descriptor flushing lockingDave Jiang1-14/+15
2022-01-05dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang6-99/+79
2022-01-05dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-05Merge branch 'fixes' into nextVinod Koul6-64/+129
2022-01-03dmaengine: uniphier-xdmac: Fix type of address variablesKunihiko Hayashi1-2/+3
2022-01-03dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay1-1/+1
2022-01-03dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda1-7/+10
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul12-53/+92
2021-12-17dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-12-17dmaengine: stm32-mdma: Use bitfield helpersGeert Uytterhoeven1-51/+23
2021-12-17dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdescColin Ian King1-1/+1
2021-12-17dmaengine: idxd: add knob for enqcmds retriesDave Jiang6-8/+68
2021-12-17dmaengine: idxd: set defaults for wq configsDave Jiang3-10/+11
2021-12-17dmaengine: jz4780: Support bidirectional I/O on one channelPaul Cercueil1-16/+32
2021-12-17dmaengine: jz4780: Replace uint32_t with u32Paul Cercueil1-19/+19
2021-12-17dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)Paul Cercueil1-0/+28
2021-12-17dmaengine: jz4780: Work around hardware bug on JZ4760 SoCsPaul Cercueil1-0/+8
2021-12-17drivers: dma: ti: k3-psil: Add support for J721S2Aswath Govindraju4-1/+171
2021-12-17dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoCAswath Govindraju1-0/+1
2021-12-17dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+4
2021-12-17dmaengine: xilinx: Handle IRQ mapping errorsLars-Peter Clausen1-3/+8
2021-12-17dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2-8/+18
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann3-11/+74
2021-12-17dmaengine: sprd: stop referencing config->slave_idArnd Bergmann1-3/+0
2021-12-17dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2-13/+0
2021-12-17dmaengine: shdma: remove legacy slave_id parsingArnd Bergmann1-8/+0
2021-12-17mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann1-2/+0
2021-12-17spi: pic32: stop setting dma_config->slave_idArnd Bergmann1-2/+0
2021-12-17dmaengine: tegra20-apb: stop checking config->slave_idArnd Bergmann1-6/+0
2021-12-13dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-12-13dmaengine: idxd: fix missed completion on abort pathDave Jiang1-1/+17
2021-12-13dmaengine: ti: k3-udma: Fix smatch warningsVignesh Raghavendra1-50/+107
2021-11-25dmaengine: ppc4xx: remove unused variable `rval'Jason Wang1-2/+1
2021-11-22dmaengine: idxd: fix calling wq quiesce inside spinlockDave Jiang1-1/+1
2021-11-22dmaengine: qcom: gpi: Remove unnecessary print function dev_err()Xu Wang1-3/+1
2021-11-22dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()Christophe JAILLET1-9/+1
2021-11-22dmaengine: Add consumer for the new DMA_MEMCPY_SG API function.Adrian Larumbe1-0/+122
2021-11-22dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe1-0/+7
2021-11-22dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start()Tim Gardner1-2/+2
2021-11-22dmaengine: idxd: handle interrupt handle revoked eventDave Jiang6-4/+152
2021-11-22dmaengine: idxd: handle invalid interrupt handle descriptorsDave Jiang3-4/+61
2021-11-22dmaengine: idxd: create locked version of idxd_quiesce() callDave Jiang3-3/+12
2021-11-22dmaengine: idxd: add helper for per interrupt handle drainDave Jiang1-0/+39
2021-11-22dmaengine: idxd: move interrupt handle assignmentDave Jiang1-9/+5
2021-11-22dmaengine: idxd: int handle management refactoringDave Jiang5-47/+64