summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-053-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-032-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-1518-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-151-1/+1
* | dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-156-6/+6
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-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
| * dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou2020-05-131-9/+3
| * dmaengine: moxart-dma: Drop pointless static qualifier in moxart_probe()YueHaibing2020-05-131-1/+1
| * dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'Christophe JAILLET2020-05-131-18/+7
| * dmaengine: qcom_hidma: use true,false for bool variableJason Yan2020-05-131-1/+1
| * dmaengine: dw-edma: support local dma device transfer semanticsAlan Mikhak2020-05-041-7/+20
| * dmaengine: Fix doc strings to satisfy validation scriptAndy Shevchenko2020-05-041-46/+50
| * dmaengine: Include dmaengine.h into dmaengine.cAndy Shevchenko2020-05-041-0/+2
| * dmaengine: dmatest: Describe members of struct dmatest_infoAndy Shevchenko2020-04-271-0/+3
| * dmaengine: dmatest: Describe members of struct dmatest_paramsAndy Shevchenko2020-04-271-4/+9
| * dmaengine: dmatest: Allow negative timeout value to specify infinite waitAndy Shevchenko2020-04-271-1/+1
| * Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"Andy Shevchenko2020-04-271-3/+3
| * dmaengine: stm32-dma: direct mode support through device treeAmelie Delaunay2020-04-271-10/+31