devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] dmaengine: qcom: bam_dma: fixes for remotely controlled bam
@ 2018-02-15 12:25 srinivas.kandagatla
  2018-02-15 12:25 ` [PATCH v3 1/5] dmaengine: qcom: bam_dma: make bam clk optional srinivas.kandagatla
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: srinivas.kandagatla @ 2018-02-15 12:25 UTC (permalink / raw)
  To: vinod.koul, andy.gross, dmaengine
  Cc: robh+dt, mark.rutland, david.brown, dan.j.williams, devicetree,
	linux-arm-msm, linux-kernel, linux-soc, yanhe, ramkri, sdharia,
	Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Hi Andy,

I did hit few issues while trying out SLIMBus BAM on DB820c, this BAM instance
is remotely controlled and powered up after ADSP is booted using QMI commands.

Firstly some of the master registers are written even when the BAM is remotely
controlled, and secondly reading registers when bam is not ready yet.

These 4 patches address these issues, there are few more issues like doing PM
in simillar usecase, these will be addressed soon.

Thanks,
Srini

Changes since v2:
	return clk error in default case, suggested by Bjorn

Srinivas Kandagatla (5):
  dmaengine: qcom: bam_dma: make bam clk optional
  dt-bindings: dmaengine: bam_dma: add remote controlled bindings
  dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
  dmaengine: qcom: bam_dma: do not write to global regs in remote mode
  dmaengine: qcom: bam_dma: disable runtime pm on remote controlled

 .../devicetree/bindings/dma/qcom_bam_dma.txt       |  4 ++
 drivers/dma/qcom/bam_dma.c                         | 59 +++++++++++++++++-----
 2 files changed, 49 insertions(+), 14 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-01  8:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 12:25 [PATCH v3 0/5] dmaengine: qcom: bam_dma: fixes for remotely controlled bam srinivas.kandagatla
2018-02-15 12:25 ` [PATCH v3 1/5] dmaengine: qcom: bam_dma: make bam clk optional srinivas.kandagatla
2018-02-15 12:25 ` [PATCH v3 2/5] dt-bindings: dmaengine: bam_dma: add remote controlled bindings srinivas.kandagatla
2018-02-19 14:35   ` Rob Herring
     [not found] ` <20180215122511.13517-1-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2018-02-15 12:25   ` [PATCH v3 3/5] dmaengine: qcom: bam_dma: get num-channels and num-ees from dt srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A
2018-02-15 12:25 ` [PATCH v3 4/5] dmaengine: qcom: bam_dma: do not write to global regs in remote mode srinivas.kandagatla
2018-02-15 12:25 ` [PATCH v3 5/5] dmaengine: qcom: bam_dma: disable runtime pm on remote controlled srinivas.kandagatla
2018-03-01  8:44 ` [PATCH v3 0/5] dmaengine: qcom: bam_dma: fixes for remotely controlled bam Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).