[GIT,PULL] regulator fixes for v6.4-rc3

Message ID 20230524101308.17016C433EF@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regulator fixes for v6.4-rc3 |

Pull-request

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

Message

Mark Brown May 24, 2023, 10:12 a.m. UTC
  The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a511637502b1caa135046d0f8fdabd55a31af8ef:

  regulator: mt6359: add read check for PMIC MT6359 (2023-05-18 19:24:47 +0900)

----------------------------------------------------------------
regulator: Fixes for v6.4

Some fixes that came in since the merge window, nothing terribly
exciting - a couple of driver specific fixes and a fix for the error
handling when setting up the debugfs for the devices.

----------------------------------------------------------------
Alexander Stein (1):
      regulator: pca9450: Fix BUCK2 enable_mask

Osama Muhammad (1):
      regulator: Fix error checking for debugfs_create_dir

Sen Chu (1):
      regulator: mt6359: add read check for PMIC MT6359

 drivers/regulator/core.c              | 4 ++--
 drivers/regulator/mt6359-regulator.c  | 7 +++++--
 drivers/regulator/pca9450-regulator.c | 4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)
  

Comments

pr-tracker-bot@kernel.org May 24, 2023, 6:48 p.m. UTC | #1
The pull request you sent on Wed, 24 May 2023 11:12:57 +0100:

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

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

Thank you!