Hello Greg,
Here are the updates for soundwire for v5.6-rc1. I have also shared tag 'sdw_interfaces_2_5.6' to ASoC folks, they might be merging that for cross tree dependency of ASoC drivers (soundwire slaves)
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.6-rc1
for you to fetch changes up to 5098cae1f79cc0580dc2741ce250307a60451eca:
dt-bindings: soundwire: fix example (2020-01-16 17:36:40 +0530)
---------------------------------------------------------------- soundwire updates for v5.6-rc1
This round we have bunch of updates to interfaces for ASoC (audio) subsystem by Intel and a new Qualcomm controller driver
Details - Updates for sdw_slave interfaces for ASoC - Updates to cadence library and intel driver - New Soundwire controller for Qualcomm masters - Rework of device number assignment
---------------------------------------------------------------- Bard Liao (4): soundwire: intel: update headers for interrupts soundwire: intel: add link_list to handle interrupts with a single thread soundwire: intel: fix factor of two in MCLK handling soundwire: intel: report slave_ids for each link to SOF driver
Pierre-Louis Bossart (16): soundwire: sdw_slave: add probe_complete structure and new fields soundwire: sdw_slave: add enumeration_complete structure soundwire: sdw_slave: add initialization_complete definition soundwire: sdw_slave: track unattach_request to handle all init sequences soundwire: intel: update interfaces between ASoC and SoundWire soundwire: intel: add mutex for shared SHIM register access soundwire: intel: add clock stop quirks soundwire: stream: remove redundant pr_err traces soundwire: cadence_master: filter out bad interrupts soundwire: cadence_master: log more useful information during timeouts soundwire: cadence_master: handle multiple status reports per Slave soundwire: bus: check first if Slaves become UNATTACHED soundwire: cadence: update kernel-doc parameter descriptions soundwire: cadence: remove useless variable incrementation soundwire: bus: fix device number leak on errors soundwire: cadence: fix kernel-doc parameter descriptions
Rander Wang (4): soundwire: intel: update stream callbacks for hwparams/free stream operations soundwire: intel: add prototype for WAKEEN interrupt processing soundwire: cadence_master: clear interrupt status before enabling interrupt soundwire: cadence_master: remove config update for interrupt setting
Srinivas Kandagatla (3): dt-bindings: soundwire: add bindings for Qcom controller soundwire: qcom: add support for SoundWire controller dt-bindings: soundwire: fix example
Vinod Koul (1): Merge branch 'topic/sdw_intel' into next
.../devicetree/bindings/soundwire/qcom,sdw.txt | 167 ++++ .../bindings/soundwire/soundwire-controller.yaml | 2 + drivers/soundwire/Kconfig | 9 + drivers/soundwire/Makefile | 4 + drivers/soundwire/bus.c | 55 +- drivers/soundwire/cadence_master.c | 66 +- drivers/soundwire/intel.c | 23 +- drivers/soundwire/intel.h | 13 +- drivers/soundwire/intel_init.c | 32 +- drivers/soundwire/qcom.c | 861 +++++++++++++++++++++ drivers/soundwire/stream.c | 8 - include/linux/soundwire/sdw.h | 23 +- include/linux/soundwire/sdw_intel.h | 167 +++- 13 files changed, 1351 insertions(+), 79 deletions(-) create mode 100644 Documentation/devicetree/bindings/soundwire/qcom,sdw.txt create mode 100644 drivers/soundwire/qcom.c
Thanks