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

Message ID 20230331161139.398CBC4339E@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regulator fixes for v6.3-rc4 |

Pull-request

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

Message

Mark Brown March 31, 2023, 4:11 p.m. UTC
  The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -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-rc4

for you to fetch changes up to 02bcba0b9f9da706d5bd1e8cbeb83493863e17b5:

  regulator: Handle deferred clk (2023-03-27 01:42:01 +0100)

----------------------------------------------------------------
regulator: Deferred probe fix for v6.3

This fixes a rarely triggered issue where we would treat probe
deferral for clocks as a fatal error in the fixed regulator,
causing it to fail to retry when it should.

----------------------------------------------------------------
Christophe JAILLET (1):
      regulator: Handle deferred clk

 drivers/regulator/fixed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org March 31, 2023, 8:14 p.m. UTC | #1
The pull request you sent on Fri, 31 Mar 2023 17:11:21 +0100:

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

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

Thank you!