From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0D2CD30F815 for ; Tue, 23 Jun 2026 16:26:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782232000; cv=none; b=eQ6bK3v36yjR/EDYD4uOssuB0gj1ao+eHcBZhRhFakuIJoJxuul/dlaG3HvC2MgEK5n8pW8yOlNRe0nor7G3unDAPVYU3Dw9dBql/u+E7D34hxef9fNx8f9667Ayv/stA14M8HUBJFD0LXcqkhg9LxMttzuPhzeqdapO+mBQU0o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782232000; c=relaxed/simple; bh=lNiMDcCdJmaIJC+i7oZ7OyiWcD8pGMSQnAQHUiUBSwk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Uf6UOH0QUONUm3tUFYggD9wo5/d2zNVDCGyeVSlZ+mWIMjYqtiVUc/SL/7TX8FDvZYvPyTYc5Oio2dVxCbfSFSTRSADT1518pp5GWA+p76KgAp63B0GDZguAE87FJMvJ2aA6S+Ujb9blhQ98gp12xm/45ymdskBRUwBvrynreOE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lhBtG+pB; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lhBtG+pB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 775401F000E9; Tue, 23 Jun 2026 16:26:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782231998; bh=do+r1GfWdUnTgyKpfsNXJwTrG+n+IId/S/B2v7LJBXw=; h=Date:From:To:Cc:Subject; b=lhBtG+pBC75YQD3TzfuDThivMEv89X8kC/kJLzul4bdBdUsmTI9Ovpmr7y+k7HCf3 LiPRTZbLSqKd2WGpxMTuos14bx774k1C27q1KL+hGCsdb6H0hCfQVaALjM/VPWXU1B YOH+Ui+S8nqF50H7HPwZIwsHsf0Tf1rIaKNjpzrq+jYSMqxAaP+iHr/CxZaWobGsgR 3P9gSgs4SFOMpUKNbrQLKWvdEg8jKwFdOaaqpDk1Z4lkPBbEVeJOWZ8ct8gtmJzHrg tp4qvDkD0nauMLJ11t2yzxXyCRUtO4FsvOx+XmH/u+CqrxdRyBL73cgYz8Ts8yMwbw DxOPYwf2ypqiw== Date: Tue, 23 Jun 2026 18:26:36 +0200 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Soundwire updates for v7.2 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello Linus, It was good to hear from you in OSS-India. Lots of developers were happy to see you first time f2f. Thanks for coming over. Here is the first in the queue for soundwire subsystem with bunch of driver and core updates The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-7.2-rc1 for you to fetch changes up to 4dab2b904414fac53535c4e4cdad808132f4cdc2: soundwire: dmi-quirks: Disable ghost Realtek devices (2026-05-29 12:03:13 +0530) ---------------------------------------------------------------- soundwire updates for 7.2 - Improvements in handling of soundwire groups - Additional checks flagged by various tools - Intel driver updates for ghost Realtek device handling in firmware and adding devices to wake lists ---------------------------------------------------------------- Baoli.Zhang (3): soundwire: fix bug in sdw_add_element_group_count found by syzkaller soundwire: increase group->max_size after allocation soundwire: use krealloc_array to prevent integer overflow Bard Liao (3): soundwire: don't program SDW_SCP_BUSCLOCK_SCALE on a unattached Peripheral soundwire: intel_ace2x: release bpt_stream when close it soundwire: only handle alert events when the peripheral is attached Charles Keepax (2): soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list soundwire: dmi-quirks: Disable ghost Realtek devices Pengpeng Hou (1): soundwire: validate DT compatible before parsing it Peter Ujfalusi (1): soundwire: intel: Move suspend tracking from trigger to pm suspend Richard Fitzgerald (1): soundwire: stream: sdw_stream_remove_slave(): Check stream is valid Zhang Yi (1): soundwire: intel_auxdevice: Add es9356 to wake_capable_list drivers/soundwire/bus.c | 4 ++ drivers/soundwire/dmi-quirks.c | 35 +++++++++++++++ drivers/soundwire/generic_bandwidth_allocation.c | 56 +++++++++++------------- drivers/soundwire/intel.c | 31 +++---------- drivers/soundwire/intel_ace2x.c | 40 +++++++++++------ drivers/soundwire/intel_auxdevice.c | 3 ++ drivers/soundwire/slave.c | 4 +- drivers/soundwire/stream.c | 13 +++++- 8 files changed, 116 insertions(+), 70 deletions(-) -- ~Vinod