Hello Linus Please pull to receive the soundwire subsystem updates for this cycle. Bunch of driver changes in this cycle. The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-7.3-rc1 for you to fetch changes up to 5b08a3afd2995e5312c4c47ffea9d21b651e8e13: soundwire: dmi-quirks: Disable ghost Realtek on Asus ROG Zephyrus Duo (2026-08-12 17:38:37 +0530) ---------------------------------------------------------------- soundwire updates for 7.3 - Bunch of Intel dmi quirks ghost list handling for Asus Zenbook Duo, Asus ROG Zephyrus Duo and Asus Expertbook. Intel Peripheral bra_block_alignment handling - Cadence library BRA_NumBytes[8] support - Qualcomm SCP address paging, bus mclk_freq support. Increase of data ports to 17 and driver improvements. ---------------------------------------------------------------- Bard Liao (5): soundwire: dmi-quirks: add a global ghost list soundwire: cadence_master: add BRA_NumBytes[8] support soundwire: intel: handle Peripheral bra_block_alignment soundwire: get mipi-sdw-bra-mode-max-data-per-frame property soundwire: intel_ace2x: handle the max_data_per_frame property Charles Keepax (4): soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook soundwire: intel_auxdevice: Add cs42l44 to wake_capable_list soundwire: dmi-quirks: Disable ghost Realtek on Asus Zenbook Duo soundwire: dmi-quirks: Disable ghost Realtek on Asus ROG Zephyrus Duo Eric Wu (1): soundwire: stream: validate slave port properties Jorijn van der Graaf (3): soundwire: qcom: add SCP address paging support soundwire: qcom: set the bus mclk_freq property soundwire: honor clock_reg_supported in the clock scaling check Randy Dunlap (1): soundwire: bus.h: repair kernel-doc comments Richard Fitzgerald (1): soundwire: Add bra_block_alignment property support Sibi Sankar (1): dt-bindings: soundwire: qcom: Increase max data ports to 17 Srinivas Kandagatla (2): soundwire: qcom: Fix port exhaustion check in stream_alloc_ports soundwire: qcom: Allocate sruntime array dynamically .../bindings/soundwire/qcom,soundwire.yaml | 20 +++++------ drivers/soundwire/bus.c | 7 ++-- drivers/soundwire/bus.h | 10 +++--- drivers/soundwire/cadence_master.c | 35 ++++++++++++++---- drivers/soundwire/cadence_master.h | 1 + drivers/soundwire/dmi-quirks.c | 42 +++++++++++++++++++++- drivers/soundwire/intel_ace2x.c | 20 +++++++++-- drivers/soundwire/intel_auxdevice.c | 1 + drivers/soundwire/mipi_disco.c | 6 ++++ drivers/soundwire/qcom.c | 24 +++++++++++-- drivers/soundwire/stream.c | 17 ++++++--- include/linux/soundwire/sdw.h | 14 ++++++++ 12 files changed, 164 insertions(+), 33 deletions(-) -- ~Vinod