[GIT,PULL] regulator fixes for v6.3-rc7

Message ID 20230419202440.9B2BCC433D2@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regulator fixes for v6.3-rc7 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.3-rc7

Message

Mark Brown April 19, 2023, 8:24 p.m. UTC
  The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.3-rc7

for you to fetch changes up to 7c7504067c709905fc188c61ac3072d6022d1209:

  regulator: sm5703: Fix missing n_voltages for fixed regulators (2023-04-11 12:41:59 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.3

A few driver specific fixes, one build coverage issue and a couple of
"someone typed in the wrong number" style errors in describing devices
to the subsystem.

----------------------------------------------------------------
Axel Lin (1):
      regulator: sm5703: Fix missing n_voltages for fixed regulators

Cristian Ciocaltea (2):
      regulator: fan53555: Explicitly include bits header
      regulator: fan53555: Fix wrong TCS_SLEW_MASK

 drivers/regulator/fan53555.c         | 13 +++++++------
 drivers/regulator/sm5703-regulator.c |  2 ++
 2 files changed, 9 insertions(+), 6 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 19, 2023, 8:52 p.m. UTC | #1
The pull request you sent on Wed, 19 Apr 2023 21:24:31 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.3-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/72b4fb4c883d5deac74f5267e486f5dee1bffd5f

Thank you!