summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1751-549/+6584
|\
| * dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMAVignesh Raghavendra2020-12-113-38/+281
| * dmaengine: ti: k3-udma: Initial support for K3 PKTDMAPeter Ujfalusi2020-12-113-25/+533
| * dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handlingPeter Ujfalusi2020-12-112-38/+85
| * dmaengine: ti: k3-udma: Initial support for K3 BCDMAPeter Ujfalusi2020-12-112-91/+1185
| * dmaengine: ti: k3-psil: Add initial map for AM64Peter Ujfalusi2020-12-114-1/+162
| * dmaengine: dmatest: Use dmaengine_get_dma_devicePeter Ujfalusi2020-12-111-5/+8
| * dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi2020-12-111-0/+10
| * dmaengine: ti: k3-udma-glue: Configure the dma_dev for ringsPeter Ujfalusi2020-12-111-0/+8
| * dmaengine: ti: k3-udma-glue: Get the ringacc from udma_devPeter Ujfalusi2020-12-113-5/+8
| * dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA APIPeter Ujfalusi2020-12-113-0/+21
| * dmaengine: ti: k3-udma: Add support for second resource range from sysfwPeter Ujfalusi2020-12-111-24/+31
| * dmaengine: ti: k3-udma: Wait for peer teardown completion if supportedPeter Ujfalusi2020-12-111-2/+10
| * dmaengine: ti: k3-udma: Correct normal channel offset when uchan_cnt is not 0Peter Ujfalusi2020-12-111-2/+1
| * dmaengine: stm32-mdma: rework interrupt handlerAmelie Delaunay2020-12-111-30/+34
| * dmaengine: stm32-dma: take address into account when computing max widthAmelie Delaunay2020-12-111-5/+14
| * dmaengine: stm32-dma: clean channel configuration when channel is freedAmelie Delaunay2020-12-111-0/+2
| * dmaengine: stm32-dma: rework irq handler to manage error before xfer eventsAmelie Delaunay2020-12-111-11/+15
| * dmaengine: bam_dma: fix return of bam_dma_irq()Parth Y Shah2020-12-111-1/+1
| * dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang2020-12-117-17/+108
| * dmaengine: qcom: Fix ADM driver kerneldoc markupJonathan McDowell2020-12-111-3/+5
| * dmaengine: idxd: add ATS disable knob for work queuesDave Jiang2020-12-104-2/+42
| * dmaengine: ti: drop of_match_ptr and mark of_device_id table as maybe unusedKrzysztof Kozlowski2020-11-241-3/+3
| * dmaengine: stm32: mark of_device_id table as maybe unusedKrzysztof Kozlowski2020-11-241-1/+1
| * dmaengine: sf: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
| * dmaengine: mv_xor: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
| * dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
| * dmaengine: jz4780: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
| * dmaengine: mxs-dma: Remove the unused .id_tableFabio Estevam2020-11-241-32/+5
| * dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()Zhihao Cheng2020-11-241-1/+3
| * dmaengine: imx-dma: Remove unused .id_tableFabio Estevam2020-11-241-29/+4
| * dmaengine: qcom: Add GPI dma driverVinod Koul2020-11-243-0/+2316
| * dmaengine: qcom: Add ADM driverJonathan McDowell2020-11-243-0/+915
| * dmaengine: imx-sdma: Remove unused .id_table supportFabio Estevam2020-11-181-37/+1
| * dmaengine: sun6i: Add support for A100 DMAYangtao Li2020-11-181-0/+25
| * dmaengine: pxa_dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: ste_dma40: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: moxart-dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: hisi_dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: k3dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-5/+4
| * dmaengine: milbeaut-xdmac: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: tegra210-adma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-4/+3
| * dmaengine: sf-pdma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-6/+4
| * dmaengine: ti: k3-udma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-6/+4
| * dmaengine: ipu_idmac: remove redundant irqsave and restore in hardIRQBarry Song2020-11-091-6/+5
| * dmaengine: ti: k3-udma-glue: move psi-l pairing in channel en/dis functionsGrygorii Strashko2020-11-091-26/+38
| * dmaengine: idma64: Switch to use __maybe_unused instead of ifdefferyAndy Shevchenko2020-11-091-6/+2
| * dmaengine: dw: Enable runtime PMAndy Shevchenko2020-11-091-0/+6
| * dmaengine: idxd: define table offset multiplierDave Jiang2020-11-092-10/+9
| * dmaengine: idxd: Update calculation of group offset to be more readableDave Jiang2020-11-092-7/+23