summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ipu: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: iop_adma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+4
* dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-183-7/+5
* dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: ep93xx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: coh901318: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: at_xdmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: sf-pdma: remove unused 'desc'Vinod Koul2020-09-141-1/+0
* dmaengine: Kconfig: Update description for RCAR_DMAC configLad Prabhakar2020-09-111-2/+2
* dmaengine: ti: k3-udma: Use soc_device_match() for SoC dependent parametersPeter Ujfalusi2020-09-111-7/+35
* Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-1116-77/+97
|\
| * Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-049-49/+73
| |\
| | * dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0Peter Ujfalusi2020-09-031-2/+2
| | * drivers/dma/dma-jz4780: Fix race condition between probe and irq handlerMadhuparna Bhowmik2020-08-251-19/+19
| | * dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel2020-08-251-5/+6
| | * dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sgPeter Ujfalusi2020-08-251-3/+3
| | * dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-08-251-1/+1
| | * dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai2020-08-191-0/+1
| | * dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Yu Kuai2020-08-191-2/+6
| | * dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai2020-08-191-0/+2
| | * dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi2020-08-171-4/+4
| | * dmaengine: idxd: reset states after device disable or resetDave Jiang2020-08-172-12/+26
| | * dmaengine: acpi: Put the CSRT table after using itHanjun Guo2020-08-171-1/+3
| * | fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds2020-08-291-6/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-22/+18
| |/
* | dmaengine: dmatest: Print error codes as signed valueAndy Shevchenko2020-09-111-2/+8
* | dmaengine: pl330: Drop local dma_parmsRobin Murphy2020-09-111-5/+0
* | dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
* | dmaengine: ste_dma40: Drop local dma_parmsRobin Murphy2020-09-111-3/+0
* | dmaengine: rcar-dmac: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
* | dmaengine: mxs: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
* | dmaengine: imx-sdma: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
* | dmaengine: imx-dma: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
* | dmaengine: bcm2835: Drop local dma_parmsRobin Murphy2020-09-111-3/+0
* | dmaengine: axi-dmac: Drop local dma_parmsRobin Murphy2020-09-111-3/+0
* | dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim2020-09-111-5/+5
* | dmaengine: idxd: add command status to idxd sysfs attributeDave Jiang2020-09-033-1/+16
* | dmaengine: idxd: add support for configurable max wq batch sizeDave Jiang2020-09-034-7/+54
* | dmaengine: idxd: add support for configurable max wq xfer sizeDave Jiang2020-09-034-1/+43
* | dmaengine: xilinx: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-28/+8
* | dmaengine: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-033-18/+8
* | dmaengine: pl330: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+3
* | dmaengine: Save few bytes and increase readability of dma_request_chan()Andy Shevchenko2020-09-031-2/+4
* | dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi2020-09-031-18/+0
* | dmaengine: axi-dmac: add support for reading bus attributes from registersAlexandru Ardelean2020-08-251-3/+63
* | dmaengine: axi-dmac: wrap channel parameter adjust into functionAlexandru Ardelean2020-08-251-10/+15
* | dmaengine: axi-dmac: wrap entire dt parse in a functionAlexandru Ardelean2020-08-251-16/+24