Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbeAPTFA (ORCPT + 1 other); Tue, 16 Jan 2018 14:05:00 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35216 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbeAPTE5 (ORCPT ); Tue, 16 Jan 2018 14:04:57 -0500 X-Google-Smtp-Source: ACJfBosLY2y9R5QLq0hqjmPo/9ldolosbSrvQVTnewV2P6V2xD41C4Mjf0rAT3ThCO2ZL2SRG0U2xA== From: srinivas.kandagatla@linaro.org To: Vinod Koul , Andy Gross , dmaengine@vger.kernel.org Cc: Rob Herring , Mark Rutland , David Brown , Dan Williams , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, yanhe@quicinc.com, ramkri@qti.qualcomm.com, sdharia@quicinc.com, Srinivas Kandagatla Subject: [PATCH 0/4] dmaengine: qcom: bam_dma: fixes for remotely controlled bam Date: Tue, 16 Jan 2018 19:02:32 +0000 Message-Id: <20180116190236.14558-1-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Srinivas Kandagatla 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 Srinivas Kandagatla (4): dmaengine: qcom: bam_dma: make bam clk optional dmaengine: qcom: bam_dma: add num-channels binding for remotely controlled dmaengine: qcom: bam_dma: do not write to global regs in remote mode dmaengine: qcom: bam_dma: Add num-ees dt binding for remotely controlled .../devicetree/bindings/dma/qcom_bam_dma.txt | 4 ++ drivers/dma/qcom/bam_dma.c | 56 +++++++++++++++------- 2 files changed, 43 insertions(+), 17 deletions(-) -- 2.15.1