[GIT,PULL] regulator fixes for v6.5-rc6

Message ID 20230815164701.4451BC433C7@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regulator fixes for v6.5-rc6 |

Pull-request

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

Message

Mark Brown Aug. 15, 2023, 4:46 p.m. UTC
  The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7cdf55462c5533a1c78ae13ab8563558e30e4130:

  regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 (2023-08-07 15:13:27 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.5

A couple of small, driver specific fixes - one incorrect definition for
one of the Qualcomm regulators and better handling of poorly formed DTs
in the DA9063 driver.

----------------------------------------------------------------
Abel Vesa (1):
      regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550

Martin Fuzzey (1):
      regulator: da9063: better fix null deref with partial DT

 drivers/regulator/da9063-regulator.c    | 12 ++++++------
 drivers/regulator/qcom-rpmh-regulator.c |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 15, 2023, 7:37 p.m. UTC | #1
The pull request you sent on Tue, 15 Aug 2023 17:46:50 +0100:

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

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

Thank you!