summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+3
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-648/+720
2020-08-07Merge branch 'topic/xilinx' into fixesVinod Koul-0/+1546
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+1544
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas-2/+2
2020-08-05Merge branch 'for-linus' into fixesVinod Koul-647/+717
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-52/+24
2020-07-27Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-52/+24
2020-07-27dmaengine: Actions: Add support for S700 DMA engineAmit Singh Tomar-15/+42
2020-07-27dmaengine: Actions: get rid of bit fields from dma descriptorAmit Singh Tomar-42/+56
2020-07-27dmaengine: dw: Initialize max_sg_burst capabilitySerge Semin-0/+12
2020-07-27dmaengine: dw: Introduce max burst length hw configSerge Semin-0/+23
2020-07-27dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin-0/+2
2020-07-27dmaengine: dw: Set DMA device max segment size parameterSerge Semin-0/+7
2020-07-27dmaengine: dw: Take HC_LLP flag into account for noLLP auto-configSerge Semin-1/+11
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin-0/+10
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin-0/+1
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin-0/+1
2020-07-27dmaengine: ti: k3-udma: Query throughput level information from hardwarePeter Ujfalusi-29/+30
2020-07-27dmaengine: ti: k3-udma: Use defines for capabilities register parsingPeter Ujfalusi-6/+12
2020-07-24dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pairPeter Ujfalusi-52/+24
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie-59/+124
2020-07-23Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media in...Dave Airlie-0/+1544
2020-07-22dmaengine: xilinx: dpdma: Fix kerneldoc warningLaurent Pinchart-0/+1
2020-07-22dmaengine: xilinx: dpdma: add missing kernel docVinod Koul-0/+1
2020-07-22dmaengine: xilinx: dpdma: remove comparison of unsigned expressionVinod Koul-1/+1
2020-07-17dmaengine: Extend NXP QDMA driver to check transmission errorsKoehrer Mathias (ETAS/EES-SL)-6/+57
2020-07-17dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driverHyun Kwon-0/+1544
2020-07-15Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-59/+124
2020-07-15dmaengine: ioat: Fix some parameter misspelling and provide description for p...Lee Jones-3/+4
2020-07-15dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelLee Jones-1/+1
2020-07-15dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...Lee Jones-1/+5
2020-07-15dmaengine: xgene-dma: Provide descriptions for 'dev' and 'clk' in device's ddataLee Jones-0/+2
2020-07-15dmaengine: nbpfaxi: Provide some missing attribute docs and split out slave infoLee Jones-3/+10
2020-07-15dmaengine: iop-adma: Function parameter documentation must adhere to correct ...Lee Jones-2/+1
2020-07-15dmaengine: imx-sdma: Correct formatting issue and provide 2 new descriptionsLee Jones-1/+3
2020-07-15dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issueLee Jones-1/+1
2020-07-15dmaengine: sun4i-dma: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones-6/+6
2020-07-15dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc he...Lee Jones-3/+3
2020-07-15dmaengine: altera-msgdma: Fix struct documentation blocksLee Jones-2/+4
2020-07-15dmaengine: ste_dma40: Supply 2 missing struct attribute descriptionsLee Jones-0/+2
2020-07-15dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment blockLee Jones-1/+1
2020-07-15dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones-3/+3
2020-07-15dmaengine: ep93xx_dma: Provide some missing struct attribute documentationLee Jones-0/+2
2020-07-15dmaengine: of-dma: Fix misspellings/formatting issues in some function headersLee Jones-4/+4
2020-07-15dmaengine: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' do...Lee Jones-4/+4
2020-07-15dmaengine: ti: k3-udma: Use struct_size() in kzalloc()Gustavo A. R. Silva-2/+2
2020-07-15dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functionsPeter Ujfalusi-85/+78
2020-07-15dmaengine: ti: k3-udma-private: Use udma_read/write for register accessPeter Ujfalusi-2/+6