summaryrefslogtreecommitdiffstats
path: root/drivers/dma/qcom
AgeCommit message (Expand)AuthorLines
2022-04-13dmaengine: qcom: gpi: Add SM8350 supportBjorn Andersson-0/+1
2022-04-13dmaengine: qcom: gpi: Add support for ee_offsetVinod Koul-3/+8
2022-04-13dmaengine: qcom: gpi: set chain and link flag for duplexVinod Koul-2/+6
2022-03-11dmaengine: qcom_hidma: Remove useless DMA-32 fallback configurationChristophe JAILLET-3/+1
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+1
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-7/+49
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul-7/+49
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann-7/+49
2021-12-16dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner-24/+18
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner-2/+2
2021-11-22dmaengine: qcom: gpi: Remove unnecessary print function dev_err()Xu Wang-3/+1
2021-10-28dmaengine: qcom: bam_dma: Add "powered remotely" modeStephan Gerhold-33/+57
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2021-06-16dmaengine: qcom: gpi: Add SM8250 compatibleKonrad Dybcio-0/+1
2021-05-31dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap-0/+1
2021-05-13dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter-0/+14
2021-05-13Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman-1/+2
2021-04-20dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150Felipe Balbi-0/+1
2021-04-12dmaengine: qcom_hidma: remove unused codeJiapeng Chong-6/+0
2021-02-23Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+17
2021-01-27dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is setThara Gopinath-14/+15
2021-01-17dmaengine: qcom: gpi: Remove unneeded semicolonXu Wang-1/+1
2021-01-13dmaengine: qcom: Always inline gpi_update_regNathan Chancellor-1/+1
2021-01-04dmaengine: qcom: fix gpi undefined behaviorArnd Bergmann-1/+1
2020-12-29qcom: bam_dma: Delete useless kfree codeZheng Yongjun-5/+1
2020-12-29dmaengine: qcom: gpi: Fixes a format mismatchXiaoming Ni-4/+4
2020-12-11dmaengine: bam_dma: fix return of bam_dma_irq()Parth Y Shah-1/+1
2020-12-11dmaengine: qcom: Fix ADM driver kerneldoc markupJonathan McDowell-3/+5
2020-11-24dmaengine: qcom: Add GPI dma driverVinod Koul-0/+2316
2020-11-24dmaengine: qcom: Add ADM driverJonathan McDowell-0/+915
2020-10-08dmaengine: qcom: bam_dma: fix kernel-doc style for taskletVinod Koul-1/+1
2020-09-18dmaengine: qcom: convert tasklets to use new tasklet_setup() APIAllen Pais-9/+9
2020-09-11dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy-2/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-13dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-13dmaengine: qcom_hidma: use true,false for bool variableJason Yan-1/+1
2020-04-27dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET-1/+0
2019-10-18dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo-0/+19
2019-08-08dmaengine: qcom: hidma_mgmt: Add of_node_put() before gotoNishka Dasgupta-2/+6
2019-08-08dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherentFuqian Huang-2/+0
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd-1/+0
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-34/+8
2019-07-05dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R-0/+3
2019-06-14dmaengine: qcom: hidma: no need to check return value of debugfs_create funct...Greg Kroah-Hartman-34/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-64/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-01-20dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang-8/+9
2019-01-20dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang-0/+2
2019-01-07dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva-2/+2