public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] slimbus: Add QCOM SLIMBus NGD driver
@ 2018-05-25 11:15 Srinivas Kandagatla
  2018-05-25 11:15 ` [PATCH v2 1/2] slimbus: ngd: dt-bindings: Add slim ngd dt bindings Srinivas Kandagatla
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2018-05-25 11:15 UTC (permalink / raw)
  To: gregkh, robh+dt
  Cc: kramasub, sdharia, girishm, linux-kernel, mark.rutland, bgoswami,
	devicetree, broonie, linux-arm-msm, alsa-devel,
	srinivas.kandagatla

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

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

end of thread, other threads:[~2018-06-01  5:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH v2 0/2] slimbus: Add QCOM " Craig Tatlor
2018-06-01  5:14 ` Vinod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox