From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2DAF836A027 for ; Fri, 17 Apr 2026 08:42:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776415327; cv=none; b=iEkRv7E+g1loP5wBZOg5Crftyl+qigQYp8NL2WXbaTrSKNCcJSKOwbwE/QdkqxZuTASFFb2SDg+FihaTlt7o/7ieJOeVCLvuLnv/HFqvzMEPVI2JR+sGFfxDCcnmBH1x+ZHCxxX4/WTCNk2N6xUxBv16p2jzPPcFDD+he4zjYX8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776415327; c=relaxed/simple; bh=IqSLxaKQ6hGDwwIUXSGgUBFWzIF3bQ+Qw6zvI+pGqhE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=XdjtUvl3i/uECmINARoBYkkAMbtlDegWvhz6DCC/C2Znw1lcjaEoi0qv/n8TdygoSFiJniDqzpyFt1hEqOXurLoC/Ycujcpke06emxlgKdxCqTOK/T/tAd75V+70YC8Uw3kyfWvpYDF97zyadBKdXvtuoTdDmUM/l3gmxElCwPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CmVv2l62; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CmVv2l62" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 470DFC19425; Fri, 17 Apr 2026 08:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776415326; bh=IqSLxaKQ6hGDwwIUXSGgUBFWzIF3bQ+Qw6zvI+pGqhE=; h=Date:From:To:Cc:Subject:From; b=CmVv2l623dAxe2x4lyUzrXrmwSmBFmXhs1HbgieYlXRplzXavYLJS/jiZz3ES6fCo iWFeJFrZmAy4mXblyLZi1Pd32Hm1ZXRDxKLtST5MdgqXxHJYsTRBJYyYNloa3vxgmv OT+FWgKpmp5wE0YdZr++wgiJBRxe/m8HA/mpCYkYoDXhCwae3/+f9NJDVF305D8N7W wtT85ejhFQ4TfXHnPIvA5RCSFdM35q5cmCYNzAf+lp0vbHiknQmXs3rkuOC8Nk+Zar r92hysvl2zmCo8bKLQkoDoqbX8QiMNJu9kRzTr9awkt6wW7OFaZnjzBBTp+JX0Bafa /YYuN9KqfC+ZQ== Date: Fri, 17 Apr 2026 14:12:03 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: soundwire updates for v7.1 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="K2wdyQF4TWIJBUl+" Content-Disposition: inline --K2wdyQF4TWIJBUl+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Linus, Please pull to receive soundwire subsystem updates for this cycle. Couple of driver updates in this cycle The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/so= undwire-7.1-rc1 for you to fetch changes up to b8f2d65fec19f3866905ac6ae3deb5c0c9faf162: soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list (2026-03-17 = 15:21:57 +0530) ---------------------------------------------------------------- soundwire updates for 7.1 - Core: DP prepare polling for avoiding interrupt deadlock - AMD clock init and bandwidth refactoring - Intel more codecs to wake list, clear message on before signaling waitin= g thread ---------------------------------------------------------------- Bard Liao (1): soundwire: Intel: test bus.bpt_stream before assigning it Charles Keepax (2): soundwire: slave: Don't register devices that are disabled in ACPI soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list Cole Leavitt (1): soundwire: bus: demote UNATTACHED state warnings to dev_dbg() Randy Dunlap (1): soundwire: sdw.h: repair names and format of kernel-doc comments Richard Fitzgerald (3): soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list soundwire: stream: Poll for DP prepare to avoid interrupt deadlock soundwire: cadence: Clear message complete before signaling waiting t= hread Vijendar Mukunda (2): soundwire: amd: add clock init control function soundwire: amd: refactor bandwidth calculation logic drivers/soundwire/amd_manager.c | 100 ++++++++++++++++++++++++++++++++= ---- drivers/soundwire/amd_manager.h | 4 -- drivers/soundwire/bus.c | 8 +-- drivers/soundwire/cadence_master.c | 8 +++ drivers/soundwire/intel_ace2x.c | 5 ++ drivers/soundwire/intel_auxdevice.c | 2 + drivers/soundwire/slave.c | 3 ++ drivers/soundwire/stream.c | 22 +++++--- include/linux/soundwire/sdw.h | 18 +++---- include/linux/soundwire/sdw_amd.h | 4 ++ 10 files changed, 138 insertions(+), 36 deletions(-) --=20 ~Vinod --K2wdyQF4TWIJBUl+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmnh8lsACgkQfBQHDyUj g0e6Zw/9Eb8m9j57in4vXe1H8nKsx5Sqt28dePzGkgwny/LhB/UfjdIREWwyTLgK UP1XjAnME6b4TqupYndRdXJh4YE1nlTcccBIU9lTs4SXOCM5FpuO2zBOdKciPoHM Mgn/yOw+E0WZL2+EPxFkTo4BGz0xxbsSmR8KfUkhHXRel/IwaHbJnLsZqeMctpZI V5wcDmth/dbUJhYYulMl6Y6+gal+QiczIbAKJjO+Wz4mgm0N7nDIPqf28RGoib9i wSIHHbtt4GTfirmLvDQc+DE9wHkVLt2prKYwzaMSsZ9oVq6t0Yio3bf2GbciYodB kNJYWhcJhjQBOKswLOnPPOgrp7teVqhqOmIch4hAJe53C/5J81NQPghXS8XdusTU Fu2D3x2RD5ADMuI/IK05PVbfG9Rg3WK4cXleXZA0CP5KP6I5Qow0Qp73nVA6WuHc Nn2IDVD3G2beX+HNfTi/SU0f/3jvAapSos/lE+bEds8OyXZrGHnjSg+7zPEoknMe KkoK5CqBlDYF1NmWBGWWrsmd4A9Tw5TeVEAXFSMNsOFZejCeIomQgJyVjH/r8Ppk iz8nejxOkne8i0jOWW1Q+kOuy8150751hmYMfbnMgbhwlMvM5FGWAye3grmN7C7p 4C14LGhpIcR4XEbbo7/ZJjQSFR3RPaAu/DAnHDmA2C+U+gyCyjo= =iYsU -----END PGP SIGNATURE----- --K2wdyQF4TWIJBUl+--