summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | dmaengine: pl330: Improve transfer efficiency for the dregsSugar Zhang2020-07-151-11/+21
| | * | | dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'Sugar Zhang2020-07-151-8/+2
| | * | | dmaengine: idxd: move idxd interrupt handling to mask instead of ignoreDave Jiang2020-07-133-46/+13
| | * | | dmaengine: idxd: add work queue drain supportDave Jiang2020-07-136-132/+112
| | * | | dmaengine: pl330: Make sure the debug is idle before doing DMAGOSugar Zhang2020-06-241-6/+6
| | * | | dmaengine: idxd: move submission to sbitmap_queueDave Jiang2020-06-245-70/+46
| | * | | dmaengine: acpi: Drop double check for ACPI companion deviceAndy Shevchenko2020-06-241-11/+6
| | * | | dmaengine: hisilicon: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-06-241-4/+1
| | * | | dmaengine: cookie bypass for out of order completionDave Jiang2020-06-172-2/+12
| | * | | dmaengine: mmp_tdma: share the IRQ lineLubomir Rintel2020-06-161-1/+1
| | * | | dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chansLubomir Rintel2020-06-161-1/+1
| | * | | dmaengine: dw: Replace 'objs' by 'y'Andy Shevchenko2020-06-161-2/+2
| | * | | dmaengine: dw: Register ACPI DMA controller for PCI that has companionAndy Shevchenko2020-06-163-1/+7
| | | |/ | | |/|
* | | | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-063-0/+1544
|\ \ \ \
| * \ \ \ Merge v5.8-rc6 into drm-nextDave Airlie2020-07-2418-59/+124
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media in...Dave Airlie2020-07-233-0/+1544
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driverHyun Kwon2020-07-173-0/+1544
| | | |_|/ | | |/| |
* | | | | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-042-52/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2020-07-272-52/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pairPeter Ujfalusi2020-07-242-52/+24
| | |/ /
* | | | Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-1618-59/+124
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich2020-07-062-2/+12
| * | dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpuAngelo Dureghello2020-07-061-12/+14
| * | dmaengine: dmatest: stop completed threads when running without set channelPeter Ujfalusi2020-07-061-0/+2
| * | dmaengine: fsl-edma-common: correct DSIZE_32BYTERobin Gong2020-07-061-1/+1
| * | dmaengine: dw: Initialize channel before each transferAndy Shevchenko2020-07-061-12/+0
| * | dmaengine: idxd: fix misc interrupt handler thread unmaskingDave Jiang2020-07-021-1/+2
| * | dmaengine: idxd: cleanup workqueue config after disablingDave Jiang2020-07-023-0/+31
| * | dmaengine: tegra210-adma: Fix runtime PM imbalance on errorDinghao Liu2020-06-241-1/+4
| * | dmaengine: mcf-edma: Fix NULL pointer exception in mcf_edma_tx_handlerKrzysztof Kozlowski2020-06-241-0/+7
| * | dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski2020-06-241-0/+7
| * | dmaengine: fsl-edma: Add lockdep assert for exported functionKrzysztof Kozlowski2020-06-241-0/+2
| * | dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get()Yu Kuai2020-06-241-0/+1
| * | dmaengine: sh: usb-dmac: set tx_result parametersYoshihiro Shimoda2020-06-241-0/+2
| * | dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaroundPeter Ujfalusi2020-06-241-3/+1
| * | dmaengine: idxd: fix cdev locking for open and releaseNikhil Rao2020-06-241-3/+16
| * | dmaengine: imx-sdma: Fix: Remove 'always true' comparisonFabio Estevam2020-06-241-7/+4
| * | dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resourcesPeter Ujfalusi2020-06-161-1/+1
| * | dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resourcesPeter Ujfalusi2020-06-161-15/+16
| * | dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype"Peter Ujfalusi2020-06-161-1/+1
| |/
* | dmaengine: tegra-apb: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
* | dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-166-6/+6
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-133-7/+7
* Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-06-1021-184/+272
|\
| * dmaengine: imx-sdma: initialize all script addressesSascha Hauer2020-05-151-1/+1
| * dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resourcesPeter Ujfalusi2020-05-151-0/+1
| * dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cntPeter Ujfalusi2020-05-151-15/+1
| * dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptorPeter Ujfalusi2020-05-151-0/+3
| * dmaengine: at_xdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * dmaengine: at_hdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1