Hello Greg, Please pull to receive the soundwire subsystem updates for this cycle. The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.14-rc1 for you to fetch changes up to 3d3e88e336338834086278236d42039f3cde50e1: soundwire: stream: Fix test for DP prepare complete (2021-06-20 16:46:18 +0530) ---------------------------------------------------------------- soundwire updates for 5.14-rc1 Updates for v5.14-rc1 are: - Core has odd updates including improving clock stop codes, write api, handling ENODATA etc - Drivers has Big move of Intel driver to be aux dev and minor updates to Intel/cadence driver ---------------------------------------------------------------- Pierre-Louis Bossart (9): soundwire/ASoC: add leading zeroes in peripheral device name soundwire: bandwidth allocation: improve error messages soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions soundwire: add missing kernel-doc description soundwire: bus: handle -ENODATA errors in clock stop/start sequences soundwire: bus: add missing \n in dynamic debug soundwire: cadence_master: always set CMD_ACCEPT soundwire: dmi-quirks: remove duplicate initialization soundwire: intel: move to auxiliary bus Richard Fitzgerald (2): soundwire: bus: Make sdw_nwrite() data pointer argument const soundwire: stream: Fix test for DP prepare complete Shaokun Zhang (1): soundwire: cadence: remove the repeated declaration drivers/soundwire/Kconfig | 1 + drivers/soundwire/bus.c | 163 +++++++--------- drivers/soundwire/cadence_master.c | 21 +- drivers/soundwire/cadence_master.h | 3 - drivers/soundwire/dmi-quirks.c | 2 +- drivers/soundwire/generic_bandwidth_allocation.c | 14 +- drivers/soundwire/intel.c | 56 +++--- drivers/soundwire/intel.h | 14 +- drivers/soundwire/intel_init.c | 232 +++++++++++++++-------- drivers/soundwire/slave.c | 4 +- drivers/soundwire/stream.c | 13 +- include/linux/soundwire/sdw.h | 5 +- include/linux/soundwire/sdw_intel.h | 6 +- sound/soc/intel/boards/sof_sdw.c | 4 +- 14 files changed, 299 insertions(+), 239 deletions(-) Thanks -- ~Vinod