From: Craig Tatlor <ctatlor97@gmail.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: gregkh@linuxfoundation.org, robh+dt@kernel.org,
kramasub@codeaurora.org, sdharia@quicinc.com,
girishm@quicinc.com, linux-kernel@vger.kernel.org,
mark.rutland@arm.com, bgoswami@codeaurora.org,
devicetree@vger.kernel.org, broonie@kernel.org,
linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v2 0/2] slimbus: Add QCOM SLIMBus NGD driver
Date: Thu, 31 May 2018 18:06:02 +0100 [thread overview]
Message-ID: <20180531170222.GA9629@arch> (raw)
In-Reply-To: <20180525111547.18556-1-srinivas.kandagatla@linaro.org>
Tested on msm8974 with wcd9320 codec.
Tested-by: Craig Tatlor <ctatlor97@gmail.com>
On Fri, May 25, 2018 at 12:15:45PM +0100, Srinivas Kandagatla wrote:
> This patchset adds support to basic version of Qualcomm NGD SLIMBus
> controller driver found SoCs from B family.
>
> This controller is light-weight SLIMBus controller driver responsible for
> communicating with slave HW directly over the bus using messaging
> interface, and communicating with master component residing on ADSP
> for bandwidth and data-channel management.
>
> Tested this patchset on DB820c with WCD9335 codec.
> I have pushed my working branch to [1] incase someone want to try.
>
> This patch has dependency on https://lkml.org/lkml/2018/5/17/251
>
> Changes sinc v1 (https://lwn.net/Articles/754679):
> - Fixed DT binding making NGD slave of the slim controller.
> - Fixed few typos spotted by Vinod.
> - Removed unnessary dmaengine_slave_config suggested by Vinod
> - Removed few unnessary initializations.
> - fixed commit log to remove reference to B family suggested by Trilok
>
> Thanks,
> srini
>
> [1] https://git.linaro.org/people/srinivas.kandagatla/linux.git/log/?h=slimbus-ngd
>
> Srinivas Kandagatla (2):
> slimbus: ngd: dt-bindings: Add slim ngd dt bindings
> slimbus: ngd: Add qcom SLIMBus NGD driver
>
> .../bindings/slimbus/slim-ngd-qcom-ctrl.txt | 84 ++
> drivers/slimbus/Kconfig | 11 +
> drivers/slimbus/Makefile | 3 +
> drivers/slimbus/qcom-ngd-ctrl.c | 1342 ++++++++++++++++++++
> drivers/slimbus/slimbus.h | 8 +
> 5 files changed, 1448 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/slimbus/slim-ngd-qcom-ctrl.txt
> create mode 100644 drivers/slimbus/qcom-ngd-ctrl.c
>
> --
> 2.16.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2018-05-31 17:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 11:15 [PATCH v2 0/2] slimbus: Add QCOM SLIMBus NGD driver Srinivas Kandagatla
2018-05-25 11:15 ` [PATCH v2 1/2] slimbus: ngd: dt-bindings: Add slim ngd dt bindings Srinivas Kandagatla
2018-05-31 3:32 ` Rob Herring
2018-05-25 11:15 ` [PATCH v2 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver Srinivas Kandagatla
2018-05-31 17:06 ` Craig Tatlor [this message]
2018-06-01 5:14 ` [PATCH v2 0/2] slimbus: Add QCOM " Vinod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180531170222.GA9629@arch \
--to=ctatlor97@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=bgoswami@codeaurora.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=girishm@quicinc.com \
--cc=gregkh@linuxfoundation.org \
--cc=kramasub@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sdharia@quicinc.com \
--cc=srinivas.kandagatla@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox