summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET2020-04-271-1/+0
* dmaengine: mmp_tdma: Validate the transfer directionLubomir Rintel2020-04-271-0/+5
* dmaengine: dw-edma: Check MSI descriptor before copyingAlan Mikhak2020-04-271-7/+10
* dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich2020-04-231-0/+9
* dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich2020-04-231-9/+16
* dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich2020-04-231-26/+19
* dmaengine: mmp_tdma: Remove the MMP_SRAM dependencyLubomir Rintel2020-04-231-2/+0
* dmaengine: mmp_tdma: Fill in slave capabilitiesLubomir Rintel2020-04-231-0/+11
* dmaengine: mmp_tdma: Log an error if channel is in wrong stateLubomir Rintel2020-04-231-1/+3
* dmaengine: mmp_tdma: Drop "mmp_tdma: from error messagesLubomir Rintel2020-04-231-3/+3
* dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich2020-04-171-1/+1
* dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich2020-04-173-11/+15
* dmaengine: Fix misspelling of "Analog Devices"Geert Uytterhoeven2020-04-171-1/+1
* dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak2020-04-173-9/+34
* dmaengine: idxd: export hw version through sysfsDave Jiang2020-04-151-0/+11
* dmaengine: ti: k3-udma: Disable memcopy via MCU NAVSS on am654Peter Ujfalusi2020-04-151-1/+1
* dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for nowPeter Ujfalusi2020-04-151-2/+2
* Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-112-8/+0
|\
| * drm/i915: remove always-defined CONFIG_AS_MOVNTDQAMasahiro Yamada2020-04-082-8/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-1116-24/+23
|\ \
| * | drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot2020-04-111-1/+0
| * | change email address for Pali RohárPali Rohár2020-04-1114-22/+22
| * | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
* | | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-1113-107/+125
|\ \ \
| * | | xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross2020-04-071-5/+12
| * | | xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-0712-102/+113
* | | | Merge tag 'pwm/for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-1014-233/+518
|\ \ \ \
| * | | | pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck2020-04-031-37/+48
| * | | | pwm: Make pwm_apply_state_debug() staticJason Yan2020-04-031-2/+2
| * | | | pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King2020-04-031-1/+1
| * | | | pwm: jz4740: Allow selection of PWM channels 0 and 1Paul Cercueil2020-03-301-5/+14