Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cf1f697acb04d2e06c117436cc55e52760f1ea7c
/
drivers
/
dma
/
qcom
2996148
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
e6f81f3
Merge branch 'topic/qcom' into for-linus
by Vinod Koul
· 7 years ago
9c3655c
dmaengine: qcom: bam_dma: fix some doc warnings.
by Srinivas Kandagatla
· 7 years ago
5c63de1
dmaengine: qcom: bam_dma: fix invalid assignment warning
by Srinivas Kandagatla
· 7 years ago
dbad41e
dmaengine: qcom: bam_dma: check if the runtime pm enabled
by Srinivas Kandagatla
· 7 years ago
3d6ce86
drivers: remove force dma flag from buses
by Christoph Hellwig
· 7 years ago
6af6c37
dmaengine: qcom: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
5b4a689
dmaengine: qcom: bam_dma: disable runtime pm on remote controlled
by Srinivas Kandagatla
· 7 years ago
54eb5e2
dmaengine: qcom: bam_dma: do not write to global regs in remote mode
by Srinivas Kandagatla
· 7 years ago
48d163b
dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
by Srinivas Kandagatla
· 7 years ago
9d31821
dmaengine: qcom: bam_dma: make bam clk optional
by Srinivas Kandagatla
· 7 years ago
2cb1800
Merge branch 'topic/qcom_hidma' into for-linus
by Vinod Koul
· 7 years ago
37fa490
dmaengine: qcom_hidma: simplify DT resource parsing
by Rob Herring
· 7 years ago
b5419ad
dmaengine: qcom_hidma: Add identity register support
by Sinan Kaya
· 7 years ago
95fbfb7
dmaengine: qcom_hidma: Add support for the new revision
by Sinan Kaya
· 7 years ago
38680bc
dmaengine: qcom_hidma: check pending interrupts
by Sinan Kaya
· 7 years ago
23c2587
Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6b4faea
dmaengine: qcom-bam: Process multiple pending descriptors
by Sricharan R
· 7 years ago
749d0d4
dmaengine: qcom: bam_dma: add command descriptor flag
by Abhishek Sahu
· 7 years ago
a63efea
dmaengine: qcom_hidma: avoid freeing an uninitialized pointer
by Anton Vasilyev
· 7 years ago
8e73417
dmaengine: qcom_hidma: correct channel QOS register offset
by Sinan Kaya
· 7 years ago
0217ccc
dmaengine: qcom_hidma: correct overriding message
by Sinan Kaya
· 7 years ago
5e2db08
dmaengine: qcom_hidma: introduce memset support
by Sinan Kaya
· 8 years ago
99efdb3
dmaengine: qcom_hidma: correct API violation for submit
by Sinan Kaya
· 8 years ago
13058e3
dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden
by Sinan Kaya
· 8 years ago
dc7c733
dmaengine: qcom_hidma: pause the channel on shutdown
by Sinan Kaya
· 8 years ago
c3a4528
dmaengine: qcom_hidma: disable/enable IRQs on pause/resume
by Sinan Kaya
· 8 years ago
75ff766
dmaengine: qcom_hidma: autoload while probing ACPI
by Sinan Kaya
· 8 years ago
c6e4584
dmaengine: qcom_hidma: cleanup sysfs entries during remove
by Sinan Kaya
· 8 years ago
8cc12b2
dmaengine: qcom_hidma: hide MSI handler when unused
by Arnd Bergmann
· 8 years ago
87ffcea
dmaengine: qcom_hidma: remove unneeded of_node_put()
by Wei Yongjun
· 8 years ago
1c0e3e8
dmaengine: qcom_hidma: add MSI support for interrupts
by Sinan Kaya
· 8 years ago
0e858f8
dmaengine: qcom_hidma: protect common data structures
by Sinan Kaya
· 8 years ago
9483d9a
dmaengine: qcom_hidma: bring out interrupt cause
by Sinan Kaya
· 8 years ago
bdcfddf
dmaengine: qcom_hidma: make pending_tre_count atomic
by Sinan Kaya
· 8 years ago
fc73796
dmaengine: qcom_hidma: break completion processing on error
by Sinan Kaya
· 8 years ago
d3eab50
dmaengine: qcom_hidma: add a common API to setup the interrupt
by Sinan Kaya
· 8 years ago
9da0be8
dmaengine: qcom_hidma: configure DMA and MSI for OF
by Sinan Kaya
· 8 years ago
b5b8095
dmaengine: qcom_hidma: remove useless debugfs file removal
by Sinan Kaya
· 8 years ago
7dcec75
dmaengine: qcom_hidma: prevent disable in error
by Sinan Kaya
· 8 years ago
793ae66
dmaengine: qcom_hidma: add error reporting for tx_status
by Sinan Kaya
· 8 years ago
55c370e
dmaengine: qcom_hidma: report transfer errors with new interface
by Sinan Kaya
· 8 years ago
8a31f8b5
dmaengine: qcom_hidma: release the descriptor before the callback
by Sinan Kaya
· 8 years ago
5ade668
dmaengine: qcom_hidma: convert callback to helper function
by Dave Jiang
· 8 years ago
4bb0439
Merge branch 'topic/dmaengine_cleanups' into for-linus
by Vinod Koul
· 8 years ago
d8cc38d
dmaengine: qcom_hidma: use for_each_matching_node() macro
by Wei Yongjun
· 8 years ago
4cad91b
dmaengine: qcom_hidma_lli: kill the tasklets upon exit
by Vinod Koul
· 8 years ago
bd16934
dmaengine: qcom_hidma: kill the tasklets upon exit
by Vinod Koul
· 8 years ago
69fa54a
Merge branch 'topic/bam' into for-linus
by Vinod Koul
· 8 years ago
6a2cf55
dmaengine: qcom_hidma: fix return value check in hidma_mgmt_of_populate_channels()
by Wei Yongjun
· 8 years ago
184f337
dmaengine: qcom-bam-dma: add __maybe_unused annotations for PM
by Arnd Bergmann
· 9 years ago
7d25455
dmaengine: qcom-bam-dma: Add pm_runtime support
by Pramod Gurav
· 9 years ago
42d236f
dmaengine: qcom_hidma: add support for object hierarchy
by Sinan Kaya
· 9 years ago
570d017
dmaengine: qcom_hidma: add debugfs hooks
by Sinan Kaya
· 9 years ago
d1615ca
dmaengine: qcom_hidma: implement lower level hardware interface
by Sinan Kaya
· 9 years ago
5ad3f29
dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define
by Stanimir Varbanov
· 9 years ago
2a663ed
dmaengine: qcom: bam_dma: use correct pipe FIFO size
by Stanimir Varbanov
· 9 years ago
5172c9e
dmaengine: qcom: bam_dma: add controlled-remotely dt property
by Stanimir Varbanov
· 9 years ago
f89117c
dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised
by Stanimir Varbanov
· 9 years ago
f139f97
dmaengine: qcom: bam_dma: fix dma free memory on remove
by Stanimir Varbanov
· 9 years ago
b5b131c
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
67a2003
dmaengine: add Qualcomm Technologies HIDMA channel driver
by Sinan Kaya
· 9 years ago
7f8f209
dmaengine: add Qualcomm Technologies HIDMA management driver
by Sinan Kaya
· 9 years ago
d9b31ef
dmaengine: qcom_bam_dma: move to qcom directory
by Sinan Kaya
· 9 years ago