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 7791937F73E for ; Sun, 26 Jul 2026 16:05:35 +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=1785081936; cv=none; b=BEM0iOhd1oDAt3np2taHX8Bx42x5LaB0N9/PsWGVE+OZa1mS+FZin5RVP6/R4tOjqsK6oGVEdmSz66qi+N9O6moECbo/bkWta05EEHODm9tJb9OU82fv0O+2h9C4W6iM1AnWsgvGtxPabMqQZ5llFf3hJqFg0YrjZZ+eNkV4lUo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785081936; c=relaxed/simple; bh=fkQcsQMTxGLZxASiQ9ItjkMcmtp4yaN+QuTmSqfVq0s=; h=Message-ID:From:To:Cc:Subject:Date; b=X0t2W1BZU+wy5w4vLM3P7jD3zldHv0Ia4d3ffO9NnU45rUZKH+9Hd4NvN/4Yx/Wa9Qarsyv3HVW91EMocKTHLo/+v02kOlofpAN2kWdHpupKprr/Amuea6CNufjuRBgUJPZhlGt5PzsrypfvaCA8fbW8yddR88G/aywpxzTOEio= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hLA3U8oa; 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="hLA3U8oa" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 81F3C1F000E9; Sun, 26 Jul 2026 16:05:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785081935; bh=8rZXLnSLYlURlf7orwc5df+/ZSsshibs7W1jnUIvWuc=; h=From:To:Cc:Subject:Date; b=hLA3U8oaADmXM/Af7+5+ojedbmx0u6vh1Se+nBn77g6nesk0Sb1GMYntBwoxjFqYm qRdV4sVovbHu43mcuL8yunHtMvCGj5R1UNKb9OSSMbY5DzCCGBteagbVtJXJARUFdG KF1kS+1Fao2/n01IKK3VF+rIF/BGLSYlv6UnwNYEUWrYoObs9XnLYpBukkBfd6L4I2 +IIoh3XsvCNTjYHKPoFfICNv5yNLJ7/LA7qTkqdsSc7LI81cS+Hen6r+SOCR4eLnnV yGfzRXuDSEtrwA7uwab9p2Ffgw7HR5zS2P+728xqpMdd6VkTfdjLH5XvlZ0vWRKxZF GWZM5lBUATy7A== Message-ID: <5bfdeeaf106a7a913edd36e9ef9ca02c@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.2-rc4 Date: Sun, 26 Jul 2026 17:05:21 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 1590cf0329716306e948a8fc29f1d3ee87d3989f: Linux 7.2-rc4 (2026-07-19 13:54:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.2-rc4 for you to fetch changes up to a45cc646a3aa83eb4ab4c7ed2685785ea51dc5e6: regulator: core: clamp voltage constraints before applying apply_uV (2026-07-21 22:35:08 +0100) ---------------------------------------------------------------- regulator: Fixes for v7.2 One driver specific fix where one of the MediaTek drivers duplicated some core code buggily, and a core fix for an ordering issue on startup where we could end up configuring a voltage outside of constraints due to the order in which we applied constraints. ---------------------------------------------------------------- Daniel Golle (1): regulator: mt6358: use regmap helper to read fixed LDO calibration Kamal Wadhwa (1): regulator: core: clamp voltage constraints before applying apply_uV drivers/regulator/core.c | 163 +++++++++++++++++++---------------- drivers/regulator/mt6358-regulator.c | 2 +- 2 files changed, 91 insertions(+), 74 deletions(-)