summaryrefslogtreecommitdiff
path: root/drivers/dma/qcom
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includesRob Herring2023-04-121-0/+2
* dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov2023-04-121-1/+0
* Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-3/+1
|\
| * dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* | dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operationVijaya Krishna Nivarthi2022-12-281-0/+1
|/
* Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-191-1/+6
|\
| * dmaengine: qcom: gpi: Document preferred SM6350 bindingKrzysztof Kozlowski2022-10-191-3/+4
| * dmaengine: qcom: deprecate redundant of_device_id entriesRichard Acayan2022-10-191-0/+4
* | genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-4/+4
|/
* dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sgChristian Marangi2022-09-291-7/+13
* dmaengine: qcom-adm: fix wrong sizeof config in slave_configChristian Marangi2022-09-291-1/+1
* dmaengine: qcom: gpi: move read_lock_bh to read_lock in taskletTuo Cao2022-09-291-3/+3
* dmaengine: qcom: gpi: Add SM6350 supportLuca Weiss2022-09-041-0/+1
* dmaengine: qcom: bam_dma: fix runtime PM underflowCaleb Connolly2022-07-011-28/+11
* dmaengine: qcom: gpi: Add support for sc7280Vinod Koul2022-05-191-0/+1
* dmaengine: hidma: In hidma_prep_dma_memset treat value as a single byteBen Walker2022-04-201-1/+12
* dmaengine: qcom: gpi: Add SM8350 supportBjorn Andersson2022-04-131-0/+1
* dmaengine: qcom: gpi: Add support for ee_offsetVinod Koul2022-04-131-3/+8
* dmaengine: qcom: gpi: set chain and link flag for duplexVinod Koul2022-04-131-2/+6
* dmaengine: qcom_hidma: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-03-111-3/+1
* Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-181-3/+1
|\
| * Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul2021-12-171-7/+49
| |\
| * | dmaengine: qcom: gpi: Remove unnecessary print function dev_err()Xu Wang2021-11-221-3/+1
* | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-7/+49
|\ \ \ | | |/ | |/|
| * | dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-171-7/+49
| |/
* | dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner2021-12-161-24/+18
* | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
|/
* dmaengine: qcom: bam_dma: Add "powered remotely" modeStephan Gerhold2021-10-281-33/+57
* Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-0/+1
|\
| * dmaengine: qcom: gpi: Add SM8250 compatibleKonrad Dybcio2021-06-161-0/+1
* | Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-161-0/+1
|\ \
| * | dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap2021-05-311-0/+1
| |/
* | dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter2021-05-131-0/+14
* | Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman2021-05-131-1/+2
|/
* dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150Felipe Balbi2021-04-201-0/+1
* dmaengine: qcom_hidma: remove unused codeJiapeng Chong2021-04-121-6/+0
* Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-232-16/+17
|\
| * dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is setThara Gopinath2021-01-271-14/+15
| * dmaengine: qcom: gpi: Remove unneeded semicolonXu Wang2021-01-171-1/+1
| * dmaengine: qcom: Always inline gpi_update_regNathan Chancellor2021-01-131-1/+1
* | dmaengine: qcom: fix gpi undefined behaviorArnd Bergmann2021-01-041-1/+1
* | qcom: bam_dma: Delete useless kfree codeZheng Yongjun2020-12-291-5/+1
* | dmaengine: qcom: gpi: Fixes a format mismatchXiaoming Ni2020-12-291-4/+4
|/
* dmaengine: bam_dma: fix return of bam_dma_irq()Parth Y Shah2020-12-111-1/+1
* dmaengine: qcom: Fix ADM driver kerneldoc markupJonathan McDowell2020-12-111-3/+5
* dmaengine: qcom: Add GPI dma driverVinod Koul2020-11-243-0/+2316
* dmaengine: qcom: Add ADM driverJonathan McDowell2020-11-243-0/+915
* dmaengine: qcom: bam_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* dmaengine: qcom: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-183-9/+9
* dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy2020-09-111-2/+0