| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-11 | dmaengine: qcom: Unify user-visible "Qualcomm" name | Krzysztof Kozlowski | 1 | -4/+4 |
| 2026-06-11 | dmaengine: qcom: hidma: use sysfs_emit() in sysfs show callbacks | Hungyu Lin | 2 | -15/+10 |
| 2026-06-08 | dmaengine: qcom: gpi: set DMA_PRIVATE capability | Icenowy Zheng | 1 | -0/+1 |
| 2026-05-19 | dmaengine: qcom: bam_dma: Add support for BAM v2.0.0 | Kuldeep Singh | 1 | -0/+30 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -5/+4 |
| 2026-02-17 | Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -94/+74 |
| 2026-01-11 | dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() | Miaoqian Lin | 1 | -2/+4 |
| 2026-01-09 | dmaengine: qcom: bam_dma: use sg_nents_for_dma() helper | Andy Shevchenko | 1 | -7/+2 |
| 2026-01-09 | dmaengine: qcom: adm: use sg_nents_for_dma() helper | Andy Shevchenko | 1 | -5/+4 |
| 2025-12-16 | dmaengine: qcom: bam_dma: use lock guards | Bartosz Golaszewski | 1 | -69/+55 |
| 2025-12-16 | dmaengine: qcom: bam_dma: order includes alphabetically | Bartosz Golaszewski | 1 | -13/+13 |
| 2025-10-16 | dmaengine: qcom: gpi: Add GPI Block event interrupt support | Jyothi Kumar Seerapu | 1 | -2/+9 |
| 2025-08-11 | dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees | Stephan Gerhold | 1 | -2/+6 |
| 2025-06-26 | dmaengine: qcom: gpi: Drop unused gpi_write_reg_field() | Krzysztof Kozlowski | 1 | -11/+0 |
| 2025-02-27 | dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" | Caleb Connolly | 1 | -16/+8 |
| 2024-12-24 | dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocol | Jyothi Kumar Seerapu | 1 | -6/+25 |
| 2024-12-24 | dmaengine: qcom: bam_dma: Avoid writing unavailable register | Md Sadre Alam | 1 | -8/+16 |
| 2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 3 | -3/+3 |
| 2024-09-23 | Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -4/+4 |
| 2024-09-02 | dmaengine: Fix spelling mistakes | Amit Vadhavana | 3 | -4/+4 |
| 2024-08-29 | dma-mapping: don't return errors from dma_set_max_seg_size | Christoph Hellwig | 1 | -5/+1 |
| 2024-06-11 | dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan() | Dan Carpenter | 1 | -3/+2 |
| 2024-06-11 | dmaengine: qcom: gpi: remove unused struct 'reg_info' | Dr. David Alan Gilbert | 1 | -6/+0 |
| 2024-06-07 | dmaengine: qcom: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2024-04-25 | dmaengine: qcom: Drop hidma DT support | Rob Herring (Arm) | 2 | -119/+1 |
| 2024-02-15 | irqchip: Convert all platform MSI users to the new API | Thomas Gleixner | 1 | -3/+3 |
| 2023-10-04 | dmaengine: qcom: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-09-28 | dmaengine: qcom: bam_dma: Annotate struct bam_async_desc with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-09-28 | dmaengine: qcom: qcom_adm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-28 | dmaengine: qcom: hidma: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-28 | dmaengine: qcom: bam_dma: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-01 | dmaengine: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-07-12 | dmaengine: qcom: hidma_mgmt: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -3/+2 |
| 2023-07-12 | dmaengine: qcom_hidma: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -7/+5 |
| 2023-07-12 | dmaengine: qcom: gpi: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-05-24 | dmaengine: hidma: Don't set chancnt | Jisheng Zhang | 1 | -1/+0 |
| 2023-05-24 | dmaengine: qcom: bam_dma: allow omitting num-{channels,ees} | Stephan Gerhold | 1 | -9/+9 |
| 2023-05-18 | dmaengine: make QCOM_HIDMA depend on HAS_IOMEM | Baoquan He | 1 | -0/+1 |
| 2023-04-12 | dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includes | Rob Herring | 1 | -0/+2 |
| 2023-04-12 | dma: gpi: remove spurious unlock in gpi_ch_init | Dmitry Baryshkov | 1 | -1/+0 |
| 2023-02-24 | Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+1 |
| 2023-01-18 | dmaengine: drivers: Use devm_platform_ioremap_resource() | Tudor Ambarus | 1 | -3/+1 |
| 2022-12-28 | dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation | Vijaya Krishna Nivarthi | 1 | -0/+1 |
| 2022-12-19 | Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+6 |
| 2022-11-17 | genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN | Thomas Gleixner | 1 | -4/+4 |
| 2022-10-19 | dmaengine: qcom: gpi: Document preferred SM6350 binding | Krzysztof Kozlowski | 1 | -3/+4 |
| 2022-10-19 | dmaengine: qcom: deprecate redundant of_device_id entries | Richard Acayan | 1 | -0/+4 |
| 2022-09-29 | dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg | Christian Marangi | 1 | -7/+13 |
| 2022-09-29 | dmaengine: qcom-adm: fix wrong sizeof config in slave_config | Christian Marangi | 1 | -1/+1 |
| 2022-09-29 | dmaengine: qcom: gpi: move read_lock_bh to read_lock in tasklet | Tuo Cao | 1 | -3/+3 |
| 2022-09-04 | dmaengine: qcom: gpi: Add SM6350 support | Luca Weiss | 1 | -0/+1 |
| 2022-07-01 | dmaengine: qcom: bam_dma: fix runtime PM underflow | Caleb Connolly | 1 | -28/+11 |
| 2022-05-19 | dmaengine: qcom: gpi: Add support for sc7280 | Vinod Koul | 1 | -0/+1 |
| 2022-04-20 | dmaengine: hidma: In hidma_prep_dma_memset treat value as a single byte | Ben Walker | 1 | -1/+12 |
| 2022-04-13 | dmaengine: qcom: gpi: Add SM8350 support | Bjorn Andersson | 1 | -0/+1 |
| 2022-04-13 | dmaengine: qcom: gpi: Add support for ee_offset | Vinod Koul | 1 | -3/+8 |
| 2022-04-13 | dmaengine: qcom: gpi: set chain and link flag for duplex | Vinod Koul | 1 | -2/+6 |
| 2022-03-11 | dmaengine: qcom_hidma: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -3/+1 |
| 2022-01-18 | Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+1 |
| 2022-01-14 | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -7/+49 |
| 2021-12-17 | Merge tag 'dmaengine_topic_slave_id_removal_5.17' into next | Vinod Koul | 1 | -7/+49 |
| 2021-12-17 | dmaengine: qcom-adm: stop abusing slave_id config | Arnd Bergmann | 1 | -7/+49 |
| 2021-12-16 | dmaengine: qcom_hidma: Cleanup MSI handling | Thomas Gleixner | 1 | -24/+18 |
| 2021-12-16 | platform-msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -2/+2 |
| 2021-11-22 | dmaengine: qcom: gpi: Remove unnecessary print function dev_err() | Xu Wang | 1 | -3/+1 |
| 2021-10-28 | dmaengine: qcom: bam_dma: Add "powered remotely" mode | Stephan Gerhold | 1 | -33/+57 |
| 2021-07-05 | Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2021-06-16 | Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2021-06-16 | dmaengine: qcom: gpi: Add SM8250 compatible | Konrad Dybcio | 1 | -0/+1 |
| 2021-05-31 | dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM | Randy Dunlap | 1 | -0/+1 |
| 2021-05-13 | dmaengine: qcom_hidma: comment platform_driver_register call | Phillip Potter | 1 | -0/+14 |
| 2021-05-13 | Revert "dmaengine: qcom_hidma: Check for driver register failure" | Greg Kroah-Hartman | 1 | -1/+2 |
| 2021-04-20 | dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150 | Felipe Balbi | 1 | -0/+1 |
| 2021-04-12 | dmaengine: qcom_hidma: remove unused code | Jiapeng Chong | 1 | -6/+0 |
| 2021-02-23 | Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -16/+17 |
| 2021-01-27 | dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is set | Thara Gopinath | 1 | -14/+15 |
| 2021-01-17 | dmaengine: qcom: gpi: Remove unneeded semicolon | Xu Wang | 1 | -1/+1 |
| 2021-01-13 | dmaengine: qcom: Always inline gpi_update_reg | Nathan Chancellor | 1 | -1/+1 |
| 2021-01-04 | dmaengine: qcom: fix gpi undefined behavior | Arnd Bergmann | 1 | -1/+1 |
| 2020-12-29 | qcom: bam_dma: Delete useless kfree code | Zheng Yongjun | 1 | -5/+1 |
| 2020-12-29 | dmaengine: qcom: gpi: Fixes a format mismatch | Xiaoming Ni | 1 | -4/+4 |
| 2020-12-11 | dmaengine: bam_dma: fix return of bam_dma_irq() | Parth Y Shah | 1 | -1/+1 |
| 2020-12-11 | dmaengine: qcom: Fix ADM driver kerneldoc markup | Jonathan McDowell | 1 | -3/+5 |
| 2020-11-24 | dmaengine: qcom: Add GPI dma driver | Vinod Koul | 3 | -0/+2316 |
| 2020-11-24 | dmaengine: qcom: Add ADM driver | Jonathan McDowell | 3 | -0/+915 |
| 2020-10-08 | dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet | Vinod Koul | 1 | -1/+1 |
| 2020-09-18 | dmaengine: qcom: convert tasklets to use new tasklet_setup() API | Allen Pais | 3 | -9/+9 |
| 2020-09-11 | dmaengine: qcom: bam_dma: Drop local dma_parms | Robin Murphy | 1 | -2/+0 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-05-13 | dmaengine: qcom: bam_dma: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-13 | dmaengine: qcom_hidma: use true,false for bool variable | Jason Yan | 1 | -1/+1 |
| 2020-04-27 | dmaengine: qcom_hidma: Simplify error handling path in hidma_probe | Christophe JAILLET | 1 | -1/+0 |
| 2019-10-18 | dmaengine: qcom: bam_dma: Fix resource leak | Jeffrey Hugo | 1 | -0/+19 |
| 2019-08-08 | dmaengine: qcom: hidma_mgmt: Add of_node_put() before goto | Nishka Dasgupta | 1 | -2/+6 |
| 2019-08-08 | dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherent | Fuqian Huang | 1 | -2/+0 |
| 2019-07-31 | dmaengine: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -1/+0 |
| 2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -34/+8 |
| 2019-07-05 | dmaengine: qcom: bam_dma: Fix completed descriptors count | Sricharan R | 1 | -0/+3 |
| 2019-06-14 | dmaengine: qcom: hidma: no need to check return value of debugfs_create funct... | Greg Kroah-Hartman | 2 | -34/+8 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 | Thomas Gleixner | 7 | -64/+7 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-01-20 | dmaengine: qcom_hidma: assign channel cookie correctly | Shunyong Yang | 1 | -8/+9 |
| 2019-01-20 | dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_* | Shunyong Yang | 1 | -0/+2 |
| 2019-01-07 | dmaengine: qcom: bam_dma: use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+2 |
| 2019-01-07 | dmaengine: qcom_hidma: Check for driver register failure | Aditya Pakki | 1 | -2/+1 |
| 2018-12-17 | dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -27/+6 |
| 2018-06-08 | Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -10/+9 |
| 2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2018-06-04 | Merge branch 'topic/qcom' into for-linus | Vinod Koul | 2 | -6/+3 |
| 2018-05-17 | dmaengine: qcom: bam_dma: fix some doc warnings. | Srinivas Kandagatla | 1 | -2/+3 |
| 2018-05-17 | dmaengine: qcom: bam_dma: fix invalid assignment warning | Srinivas Kandagatla | 1 | -2/+3 |
| 2018-05-17 | dmaengine: qcom: bam_dma: check if the runtime pm enabled | Srinivas Kandagatla | 1 | -5/+13 |
| 2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -1/+1 |
| 2018-04-22 | dmaengine: qcom: simplify getting .drvdata | Wolfram Sang | 2 | -6/+3 |
| 2018-03-01 | dmaengine: qcom: bam_dma: disable runtime pm on remote controlled | Srinivas Kandagatla | 1 | -2/+9 |
| 2018-03-01 | dmaengine: qcom: bam_dma: do not write to global regs in remote mode | Srinivas Kandagatla | 1 | -5/+8 |
| 2018-03-01 | dmaengine: qcom: bam_dma: get num-channels and num-ees from dt | Srinivas Kandagatla | 1 | -5/+22 |
| 2018-03-01 | dmaengine: qcom: bam_dma: make bam clk optional | Srinivas Kandagatla | 1 | -2/+6 |
| 2018-01-31 | Merge branch 'topic/qcom_hidma' into for-linus | Vinod Koul | 1 | -46/+15 |
| 2018-01-08 | dmaengine: qcom_hidma: simplify DT resource parsing | Rob Herring | 1 | -46/+15 |
| 2017-12-13 | dmaengine: qcom_hidma: Add identity register support | Sinan Kaya | 1 | -3/+8 |
| 2017-12-13 | dmaengine: qcom_hidma: Add support for the new revision | Sinan Kaya | 1 | -21/+13 |
| 2017-12-12 | dmaengine: qcom_hidma: check pending interrupts | Sinan Kaya | 1 | -3/+6 |
| 2017-11-14 | Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -60/+109 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-25 | dmaengine: qcom-bam: Process multiple pending descriptors | Sricharan R | 1 | -60/+109 |
| 2017-08-28 | dmaengine: qcom: bam_dma: add command descriptor flag | Abhishek Sahu | 1 | -1/+5 |
| 2017-08-21 | dmaengine: qcom_hidma: avoid freeing an uninitialized pointer | Anton Vasilyev | 1 | -1/+1 |
| 2017-07-19 | dmaengine: qcom_hidma: correct channel QOS register offset | Sinan Kaya | 1 | -1/+1 |
| 2017-07-19 | dmaengine: qcom_hidma: correct overriding message | Sinan Kaya | 1 | -4/+8 |
| 2017-07-19 | dmaengine: qcom_hidma: introduce memset support | Sinan Kaya | 3 | -9/+46 |
| 2017-07-03 | dmaengine: qcom_hidma: correct API violation for submit | Sinan Kaya | 2 | -3/+13 |
| 2017-06-26 | dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden | Sinan Kaya | 2 | -3/+51 |
| 2017-03-27 | dmaengine: qcom_hidma: pause the channel on shutdown | Sinan Kaya | 1 | -0/+15 |
| 2017-03-27 | dmaengine: qcom_hidma: disable/enable IRQs on pause/resume | Sinan Kaya | 1 | -0/+6 |
| 2016-11-23 | dmaengine: qcom_hidma: autoload while probing ACPI | Sinan Kaya | 2 | -0/+2 |
| 2016-11-15 | dmaengine: qcom_hidma: cleanup sysfs entries during remove | Sinan Kaya | 2 | -6/+24 |
| 2016-11-14 | dmaengine: qcom_hidma: hide MSI handler when unused | Arnd Bergmann | 1 | -0/+2 |
| 2016-11-14 | dmaengine: qcom_hidma: remove unneeded of_node_put() | Wei Yongjun | 1 | -1/+0 |
| 2016-11-03 | dmaengine: qcom_hidma: add MSI support for interrupts | Sinan Kaya | 3 | -6/+147 |
| 2016-11-03 | dmaengine: qcom_hidma: protect common data structures | Sinan Kaya | 1 | -33/+11 |
| 2016-11-03 | dmaengine: qcom_hidma: bring out interrupt cause | Sinan Kaya | 1 | -29/+33 |
| 2016-11-03 | dmaengine: qcom_hidma: make pending_tre_count atomic | Sinan Kaya | 3 | -9/+9 |
| 2016-10-19 | dmaengine: qcom_hidma: break completion processing on error | Sinan Kaya | 1 | -0/+7 |
| 2016-10-19 | dmaengine: qcom_hidma: add a common API to setup the interrupt | Sinan Kaya | 2 | -4/+25 |
| 2016-10-19 | dmaengine: qcom_hidma: configure DMA and MSI for OF | Sinan Kaya | 1 | -1/+8 |
| 2016-10-19 | dmaengine: qcom_hidma: remove useless debugfs file removal | Sinan Kaya | 1 | -1/+0 |
| 2016-10-18 | dmaengine: qcom_hidma: prevent disable in error | Sinan Kaya | 1 | -13/+2 |
| 2016-08-31 | dmaengine: qcom_hidma: add error reporting for tx_status | Sinan Kaya | 3 | -31/+33 |
| 2016-08-31 | dmaengine: qcom_hidma: report transfer errors with new interface | Sinan Kaya | 1 | -2/+8 |
| 2016-08-31 | dmaengine: qcom_hidma: release the descriptor before the callback | Sinan Kaya | 1 | -8/+10 |
| 2016-08-08 | dmaengine: qcom_hidma: convert callback to helper function | Dave Jiang | 1 | -8/+3 |
| 2016-07-28 | Merge branch 'topic/dmaengine_cleanups' into for-linus | Vinod Koul | 2 | -0/+2 |
| 2016-07-24 | dmaengine: qcom_hidma: use for_each_matching_node() macro | Wei Yongjun | 1 | -2/+1 |
| 2016-07-23 | dmaengine: qcom_hidma_lli: kill the tasklets upon exit | Vinod Koul | 1 | -0/+1 |
| 2016-07-23 | dmaengine: qcom_hidma: kill the tasklets upon exit | Vinod Koul | 1 | -0/+1 |
| 2016-07-16 | Merge branch 'topic/bam' into for-linus | Vinod Koul | 1 | -1/+108 |
| 2016-07-12 | dmaengine: qcom_hidma: fix return value check in hidma_mgmt_of_populate_chann... | Wei Yongjun | 1 | -2/+2 |
| 2016-07-06 | dmaengine: qcom-bam-dma: add __maybe_unused annotations for PM | Arnd Bergmann | 1 | -6/+5 |
| 2016-06-30 | dmaengine: qcom-bam-dma: Add pm_runtime support | Pramod Gurav | 1 | -1/+109 |
| 2016-05-14 | dmaengine: qcom_hidma: add support for object hierarchy | Sinan Kaya | 2 | -5/+147 |
| 2016-05-14 | dmaengine: qcom_hidma: add debugfs hooks | Sinan Kaya | 4 | -2/+224 |
| 2016-05-14 | dmaengine: qcom_hidma: implement lower level hardware interface | Sinan Kaya | 4 | -25/+895 |
| 2016-04-19 | dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define | Stanimir Varbanov | 1 | -8/+8 |
| 2016-04-19 | dmaengine: qcom: bam_dma: use correct pipe FIFO size | Stanimir Varbanov | 1 | -1/+1 |
| 2016-04-19 | dmaengine: qcom: bam_dma: add controlled-remotely dt property | Stanimir Varbanov | 1 | -0/+7 |
| 2016-04-19 | dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised | Stanimir Varbanov | 1 | -4/+8 |
| 2016-04-19 | dmaengine: qcom: bam_dma: fix dma free memory on remove | Stanimir Varbanov | 1 | -0/+3 |
| 2016-03-17 | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 8 | -0/+2796 |
| 2016-03-11 | dmaengine: add Qualcomm Technologies HIDMA channel driver | Sinan Kaya | 3 | -0/+876 |
| 2016-03-11 | dmaengine: add Qualcomm Technologies HIDMA management driver | Sinan Kaya | 5 | -0/+649 |
| 2016-03-11 | dmaengine: qcom_bam_dma: move to qcom directory | Sinan Kaya | 3 | -0/+1271 |