summaryrefslogtreecommitdiffstats
path: root/drivers/dma/qcom
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* dmaengine: qcom_hidma: use true,false for bool variableJason Yan2020-05-131-1/+1
* dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET2020-04-271-1/+0
* dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo2019-10-181-0/+19
* dmaengine: qcom: hidma_mgmt: Add of_node_put() before gotoNishka Dasgupta2019-08-081-2/+6
* dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-08-081-2/+0
* dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-1/+0
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-172-34/+8
|\
| * dmaengine: qcom: hidma: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-06-142-34/+8
* | dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R2019-07-051-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-057-64/+7
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang2019-01-201-8/+9
* dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang2019-01-201-0/+2
* dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+2
* dmaengine: qcom_hidma: Check for driver register failureAditya Pakki2019-01-071-2/+1
* dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-27/+6
* Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-06-083-10/+9
|\
| * Merge branch 'topic/qcom' into for-linusVinod Koul2018-06-042-6/+3
| |\
| | * dmaengine: qcom: simplify getting .drvdataWolfram Sang2018-04-222-6/+3
| * | dmaengine: qcom: bam_dma: fix some doc warnings.Srinivas Kandagatla2018-05-171-2/+3
| * | dmaengine: qcom: bam_dma: fix invalid assignment warningSrinivas Kandagatla2018-05-171-2/+3
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-1/+1
|\ \
| * | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-1/+1
| |/
* / dmaengine: qcom: bam_dma: check if the runtime pm enabledSrinivas Kandagatla2018-05-171-5/+13
|/
* dmaengine: qcom: bam_dma: disable runtime pm on remote controlledSrinivas Kandagatla2018-03-011-2/+9
* dmaengine: qcom: bam_dma: do not write to global regs in remote modeSrinivas Kandagatla2018-03-011-5/+8
* dmaengine: qcom: bam_dma: get num-channels and num-ees from dtSrinivas Kandagatla2018-03-011-5/+22
* dmaengine: qcom: bam_dma: make bam clk optionalSrinivas Kandagatla2018-03-011-2/+6
* Merge branch 'topic/qcom_hidma' into for-linusVinod Koul2018-01-311-46/+15
|\
| * dmaengine: qcom_hidma: simplify DT resource parsingRob Herring2018-01-081-46/+15
* | dmaengine: qcom_hidma: Add identity register supportSinan Kaya2017-12-131-3/+8
* | dmaengine: qcom_hidma: Add support for the new revisionSinan Kaya2017-12-131-21/+13
|/
* dmaengine: qcom_hidma: check pending interruptsSinan Kaya2017-12-121-3/+6
* Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-11-141-60/+109
|\
| * dmaengine: qcom-bam: Process multiple pending descriptorsSricharan R2017-09-251-60/+109
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* dmaengine: qcom: bam_dma: add command descriptor flagAbhishek Sahu2017-08-281-1/+5
* dmaengine: qcom_hidma: avoid freeing an uninitialized pointerAnton Vasilyev2017-08-211-1/+1
* dmaengine: qcom_hidma: correct channel QOS register offsetSinan Kaya2017-07-191-1/+1
* dmaengine: qcom_hidma: correct overriding messageSinan Kaya2017-07-191-4/+8
* dmaengine: qcom_hidma: introduce memset supportSinan Kaya2017-07-193-9/+46
* dmaengine: qcom_hidma: correct API violation for submitSinan Kaya2017-07-032-3/+13
* dmaengine: qcom_hidma: allow ACPI/DT parameters to be overriddenSinan Kaya2017-06-262-3/+51
* dmaengine: qcom_hidma: pause the channel on shutdownSinan Kaya2017-03-271-0/+15
* dmaengine: qcom_hidma: disable/enable IRQs on pause/resumeSinan Kaya2017-03-271-0/+6
* dmaengine: qcom_hidma: autoload while probing ACPISinan Kaya2016-11-232-0/+2
* dmaengine: qcom_hidma: cleanup sysfs entries during removeSinan Kaya2016-11-152-6/+24
* dmaengine: qcom_hidma: hide MSI handler when unusedArnd Bergmann2016-11-141-0/+2