aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2021-10-25dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-10-25dmaengine: xilinx_dma: Fix kernel-doc warningsShravya Kumbham1-2/+2
2021-10-25dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()Cai Huoqing1-6/+1
2021-10-25dmaengine: idxd: reconfig device after device reset commandDave Jiang1-0/+2
2021-10-25dmaengine: idxd: add halt interrupt supportDave Jiang2-0/+6
2021-10-25dmaengine: fsl-edma: fix for missing dmamux moduleAngelo Dureghello1-1/+3
2021-10-25dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tailBixuan Cui1-2/+1
2021-10-25dmaengine: remove debugfs #ifdefArnd Bergmann1-14/+1
2021-10-25dmanegine: idxd: fix resource free ordering on driver removalDave Jiang1-3/+11
2021-10-25dmaengine: idxd: remove kernel wq type set when load configurationDave Jiang1-2/+0
2021-10-25dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_removeDongliang Mu1-1/+0
2021-10-25dmaengine: tegra210-adma: fix pm runtime unbalanceDongliang Mu1-1/+1
2021-10-25dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probeDongliang Mu1-6/+7
2021-10-25dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`Lars-Peter Clausen1-1/+1
2021-10-20dmaengine: pxa_dma: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2021-10-18dmaengine: imx-sdma: remove space after sizeofFlavio Suligoi1-3/+3
2021-10-18dmaengine: imx-sdma: align statement to open parenthesisFlavio Suligoi1-8/+8
2021-10-18dmaengine: imx-sdma: add missed bracesFlavio Suligoi1-1/+2
2021-10-18dmaengine: imx-sdma: remove useless bracesFlavio Suligoi1-2/+1
2021-10-18dmaengine: dw-axi-dmac: set coherent maskPandith N1-0/+4
2021-10-18dmaengine: dw-axi-dmac: Hardware handshake configurationPandith N1-0/+4
2021-10-18dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8Pandith N2-31/+109
2021-10-18dmaengine: stm32-dma: fix burst in case of unaligned memory addressAmelie Delaunay1-4/+16
2021-10-18dmaengine: stm32-dma: fix stm32_dma_get_max_widthAmelie Delaunay1-2/+1
2021-10-18dmaengine: stm32-dma: mark pending descriptor complete in terminate_allAmelie Delaunay1-0/+1
2021-10-18dmaengine: dw-edma: Remove an unused variableChristophe JAILLET1-1/+0
2021-10-18dmaengine: jz4780: Set max number of SGs per burstArtur Rojek1-0/+1
2021-10-18dmaengine: sh: rz-dmac: Add DMA clock handlingBiju Das1-0/+14
2021-10-18dmaengine: idxd: remove gen cap field per spec 1.2 updateDave Jiang1-2/+1
2021-10-18dmaengine: idxd: check GENCAP config support for gencfg registerDave Jiang1-1/+1
2021-10-18dmaengine: bestcomm: fix system boot lockupsAnatolij Gustschin4-16/+16
2021-10-18dmaengine: at_xdmac: use pm_ptr()Claudiu Beznea1-1/+1
2021-10-18dmaengine: at_xdmac: use __maybe_unused for pm functionsClaudiu Beznea1-9/+3
2021-10-18dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea1-1/+1
2021-10-18dmaengine: at_xdmac: call at_xdmac_axi_config() on resume pathClaudiu Beznea1-24/+27
2021-10-18dmaengine: Remove redundant initialization of variable errColin Ian King1-2/+1
2021-10-18dmaengine: tegra210-adma: Override ADMA FIFO sizeSameer Pujar1-14/+34
2021-10-18dmaengine: tegra210-adma: Add description for 'adma_get_burst_config'Sameer Pujar1-0/+1
2021-10-18dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' memberSameer Pujar1-3/+3
2021-10-01dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submissionDave Jiang2-1/+2
2021-10-01dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva1-1/+2
2021-10-01dmaengine: zynqmp_dma: fix lockdep warning in taskletMichael Tretter1-2/+2
2021-10-01dmaengine: zynqmp_dma: refine dma descriptor lockingMichael Tretter1-14/+21
2021-10-01dmaengine: zynqmp_dma: cleanup after completing all descriptorsMichael Tretter1-1/+2
2021-10-01dmaengine: zynqmp_dma: cleanup includesMichael Tretter1-4/+1
2021-10-01dmaengine: zynqmp_dma: enable COMPILE_TESTMichael Tretter1-1/+1
2021-10-01dmaengine: zynqmp_dma: drop message on probe successMichael Tretter1-2/+0
2021-10-01dmaengine: zynqmp_dma: simplify with dev_err_probeMichael Tretter1-10/+8
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds45-917/+3882
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-23/+70