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 D9B6448CD49 for ; Fri, 14 Aug 2026 17:55:02 +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=1786730104; cv=none; b=q8dFNNN5oMcPopHC2Xb2xk9BGOMnHDZWcQm9ya+DwVEVIqgZ7CCnJzfNflQ20R361rAivGM5yEGM61NfjRlaQce1qzq5syyTjVlK5RKaBS7v8jv3yZpDVtzqfhVJK5wq3NWUWwlK7oZwfMT7FrQG6Swv26h+i4+IwcBD4bhK5bg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786730104; c=relaxed/simple; bh=AeQgm3N2DRjXra8aRTL3+rxtXniYyEAKTv7YDFd1VWY=; h=Message-ID:From:To:Cc:Subject:Date; b=o1txQqvFhrJK8ewP5fC7UtMh1wbmFEjSGHJh/Wr0W/Q9JiNfAmzeYK9YfzIAshCDRbXWe7jnNGex5JeLG7tpq+FXzcGnE+Goku8LsYLFJf1XnD+i+i7XkFufWA3kEgAl1ZcY6LreiP3l4ZBDCyWSvDAozqTYTaHjEO8fglv8jKA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IVg2+ogt; 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="IVg2+ogt" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id AF9691F00A3E; Fri, 14 Aug 2026 17:55:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786730102; bh=HaXnn6uQdiYJJ5IL3fQiALF3FAyXQykBLFLdy1Wo/BM=; h=From:To:Cc:Subject:Date; b=IVg2+ogtDv5Tic6tTWhkXO0ibcFz2EldDUOiU9SGAYgZZzwQ7Z9Ls52BdjdYJWzJS KVOiTul6NTvyb4wg9LDT1d2AB5DUsWJH3cEclmbocpjhqH1nQ0onaxoldBh9G3J3f1 PQtrm0OG2F/JZeEbnf+b6wLPCada9hqwYtfp1/CRCLXq5FR7Yx8vetL5LSbsxUOS1/ ewDVBerhNMFJE4yFfgrygIKm9mV5hJlxdVW25OgxfILnvzbFrXxHCZajptrPL4FZtU MN496c3Iv9FGhsxzniUE+/oBG0KpI/H80BMXRUPD+j2M4/g+syEV4tGGo5KpHI4UeO UtdWqgt+7WJsA== Message-ID: From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap fixes for v7.2-rc7-2 Date: Fri, 14 Aug 2026 18:54:50 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 4b05ccb17f92268384d483221a577fccfc291c7a: regcache: Sort the local copy of an unsorted reg_defaults array (2026-08-06 13:01:39 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v7.2-rc7-2 for you to fetch changes up to 00268f9452d2a0d660aa9c1bb0ca07a994af6a4f: regmap: sdw-mbq: don't call an unset readable_reg callback (2026-08-12 18:08:48 +0100) ---------------------------------------------------------------- regmap: Final fixes for v7.2 A couple more fixes for regmap, this time for the SoundWire MBQ support. - Several drivers omit the readable_reg callback and it's generally optional in regmap but the MBQ code had an assumption that one was present added in one of the APIs, remove that. - The timeout and retry intervals were swapped in read_poll_timeout() for soundwire-mbq. ---------------------------------------------------------------- Andrey Golovko (1): regmap: sdw-mbq: don't call an unset readable_reg callback Charles Keepax (1): regmap: sdw-mbq: Fix swap of timeout and retry times drivers/base/regmap/regmap-sdw-mbq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)