summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | dmaengine: ste_dma40: Supply 2 missing struct attribute descriptionsLee Jones2020-07-151-0/+2
| | * | | dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment blockLee Jones2020-07-151-1/+1
| | * | | dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-151-3/+3
| | * | | dmaengine: ep93xx_dma: Provide some missing struct attribute documentationLee Jones2020-07-151-0/+2
| | * | | dmaengine: of-dma: Fix misspellings/formatting issues in some function headersLee Jones2020-07-151-4/+4
| | * | | dmaengine: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' do...Lee Jones2020-07-151-4/+4
| | * | | dmaengine: ti: k3-udma: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-07-151-2/+2
| | * | | dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functionsPeter Ujfalusi2020-07-151-85/+78
| | * | | dmaengine: ti: k3-udma-private: Use udma_read/write for register accessPeter Ujfalusi2020-07-151-2/+6
| | * | | dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registersPeter Ujfalusi2020-07-153-139/+115
| | * | | dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ringPeter Ujfalusi2020-07-151-15/+13
| | * | | dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptorsPeter Ujfalusi2020-07-151-35/+2
| | * | | dmaengine: idxd: fix PCI_MSI build errorsRandy Dunlap2020-07-151-0/+1
| | * | | dmaengine: pl330: Add quirk 'arm,pl330-periph-burst'Sugar Zhang2020-07-151-1/+9
| | * | | 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