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 461293E024F for ; Fri, 24 Apr 2026 14:59:10 +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=1777042751; cv=none; b=OonnGELPsn4FEk1Y6/4VjkvDtZzTkBeKWBW5T1ocpLdRr+RcWLTRDouk8p/dTF0kZkUWbiQL01elEi/16bJRHx52HU7IYUFDl3YjSROe06RGhz4H0qo8mqBAyOoS8fliQpVCP8VpMN9n2JdiS4HhymPXyMebg/c1sGK4hH3hUhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777042751; c=relaxed/simple; bh=ybz8fs5tFrjiT128/4Wb5EqpnvTrkkhESLK1WUsdtRk=; h=Message-ID:From:To:Cc:Subject:Date; b=oYkGyT0lm49TtpnjKi+yZJUzIud5xHjwteddQjq5dJkg+YBzJ/dXtaGo3pHwPsCeTOMlLCRZhO1Tq+0mbFqZuf30lxJG+fXUxc4DM42WUtS45Xs1PCuZhlgTutXIP2tp09Ghohno1955gKEBopi4pGsd82nm8pl3v4h/VTfM3Jw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cSlDIfJo; 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="cSlDIfJo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 849D2C19425; Fri, 24 Apr 2026 14:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777042750; bh=ybz8fs5tFrjiT128/4Wb5EqpnvTrkkhESLK1WUsdtRk=; h=From:To:Cc:Subject:Date:From; b=cSlDIfJoMAl+TBt3reOOdxB2COcYTubVfr3BCEAh30QKmQLQuYLtBVbmtjq2L22q2 gfeiN5pnU3VhFwHZW6FkOpPQvAChrezjOo07+bXtMO56oaHTvlz0OpL9sWEkJ/egu4 MUmC3Dcon6Q3Ut180Qshn30y9ITnYlQTAVMiOpTWOss1/ovz8NjTXbobs7M9/V3Rnl kctmR6UkK+t1QwtIkjiLMjrqXlv9OoMpmjw+fuX8OTN0XMLqSGSbOHSy0ZEVQGHWB1 pwGRVuU7hkVj83VCayO9RBDd7Q2SMkpR/2rrCjQZrlGD3dO93sxsVz5zZCzcSlL437 j2vvgIQG28nTA== Message-ID: <2ff8c5eda05df6460917985d94298d9d@kernel.org> From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap fixes for v7.1-merge-window Date: Fri, 24 Apr 2026 15:58:55 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 8ad7f3b265a87cd4e5052677545f90f14c855b10: regmap: i3c: Add non-devm regmap_init_i3c() helper (2026-04-10 11:46:15 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v7.1-merge-window for you to fetch changes up to 7e555fcae40ab2ba91fd5cd54a5a83096414957f: regmap: ram: fix memory leaks in __regmap_init_ram() on error (2026-04-17 12:07:31 +0100) ---------------------------------------------------------------- regmap: Fixes for v7.1 There's couple of patches here that came in since my pull request: - What is effectively a quirk for shoehorning support for a wider range of I2C regmaps on weirdly restricted SMBus controllers. - One minor fix for a memory leak on in error handling in the dummy driver used by the KUnit tests. ---------------------------------------------------------------- Nishanth Sampath Kumar (1): regmap-i2c: add SMBus byte/word reg16 bus for adapters lacking I2C_FUNC_I2C Yuho Choi (1): regmap: ram: fix memory leaks in __regmap_init_ram() on error drivers/base/regmap/regmap-i2c.c | 49 ++++++++++++++++++++++++++++++++++++++++ drivers/base/regmap/regmap-ram.c | 8 ++++++- 2 files changed, 56 insertions(+), 1 deletion(-)