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 ADA6786353 for ; Fri, 20 Feb 2026 19:10:02 +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=1771614602; cv=none; b=jqFndduu396D8LzkPCCJApVavgyd70EDcc6dKbsNN4DIsKkVOZhfP8Nyvo9Df4JseWUAvYFIPIfG/RjFpg+vN7L+i1xgvU/LrTAPJx6b11J9kjuBpbeH/zDWEpg+bjEWr5gbRCmguD1F4cQYGg/rKfIX2tifa0EJxfF0yG8xv9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771614602; c=relaxed/simple; bh=ivXg9m1c1MGxaeyMBsEp7JSs9tQO37S5IPxBsgs5xSk=; h=Message-ID:From:To:Cc:Subject:Date; b=AQ1nuhVM4QWCjHrAVafh26Rq+KRcIjsf3ldp7H15Y0HHThviFDys9wGGIeNNoRBjpmTC9s9YWxZnSAM9u75V4yAs/aAg/IGH0DWK/ZAlFDkEUqh/6A8EoNRi3Bpkw4FU6LxVi/8+C76V7BN+wGFvFXYfJ9HLVklA7+PjrNge8Aw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JATsrzdB; 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="JATsrzdB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D60C4C116C6; Fri, 20 Feb 2026 19:10:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771614602; bh=ivXg9m1c1MGxaeyMBsEp7JSs9tQO37S5IPxBsgs5xSk=; h=From:To:Cc:Subject:Date:From; b=JATsrzdB3KLME2ilSXwY34fhTHRA7ALCJul1T3ZzUn4P3hKVYzITUasAf712NRcJA tosGAQ6SiJ3HVfX+9ItcAdS9E7Eet90WoA89NbbJjH/63PAW8QPGsjM9Mh7KRpJtbM t7uHcyXwbUY++VgUb6h1wRtI344JYOae5GkXbRfJR2mHxL5XUBpyfL1AFbjYfNkqrz knqTdIfybEp8vE3Iu2scYeFAexHNIJnKWanX+fS8ccORg6+gI5NOV4hrjDkAPUb7I9 RPMk4eyqcIkRrQMOTp+8715UduzNJXaZIyN6ciZOLaW2ADs5D8zD9cKjh1qScK9E8U 31uqEaourKj0w== Message-ID: <8179f730937cbdbefa2e604dfd26cd30@kernel.org> From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regulator fixes for v7.0-merge-window Date: Fri, 20 Feb 2026 19:09:51 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 914809c666d6c96d130da4755daa5bb0a57f0e12: Samsung S2MPG10 regulator and S2MPG11 PMIC drivers (2026-02-05 00:07:58 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.0-merge-window for you to fetch changes up to 09ad01a530bb6ad260bda4fa56bab84619d90968: regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb() (2026-02-16 16:30:47 +0000) ---------------------------------------------------------------- regulator: Fixes from the v7.0 merge window A few driver specific fixes, plus a patch from Bjorn which removes a fixed limit on regulator names that was breaking some Qualcomm systems. ---------------------------------------------------------------- Adam Ford (1): regulator: mt6363: Fix interrmittent timeout André Draszik (2): regulator: s2mps11: drop redundant sanity checks in s2mpg10_of_parse_cb() regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb() Bjorn Andersson (1): regulator: core: Remove regulator supply_name length limit drivers/regulator/core.c | 12 +----------- drivers/regulator/mt6363-regulator.c | 9 ++++++++- drivers/regulator/s2mps11.c | 22 +++++++++------------- 3 files changed, 18 insertions(+), 25 deletions(-)