soundwire: qcom: add support for SoundWire controller
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 13 Jan 2020 13:21:53 +0000 (13:21 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 14 Jan 2020 06:27:47 +0000 (11:57 +0530)
commit02efb49aa805cee643a643ab61a1118c2fd08b80
tree72490b17cdd70d07835cf7a76e2f9902c0555fe1
parentbbd8e6672f05af28032312a1a2ed260040c17fbf
soundwire: qcom: add support for SoundWire controller

Qualcomm SoundWire Master controller is present in most Qualcomm SoCs
either integrated as part of WCD audio codecs via slimbus or
as part of SOC I/O.

This patchset adds support to a very basic controller which has been
tested with WCD934x SoundWire controller connected to WSA881x smart
speaker amplifiers.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200113132153.27239-3-srinivas.kandagatla@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/Kconfig
drivers/soundwire/Makefile
drivers/soundwire/qcom.c [new file with mode: 0644]