mbox series

[GIT,PULL] MMC fixes for v6.15-rc5

Message ID 20250429204600.176542-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.15-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.15-rc1

Message

Ulf Hansson April 29, 2025, 8:46 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.15-rc5. Details about the
highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.15-rc1

for you to fetch changes up to 77183db6b8dbd8c352816030b328dd55993dc330:

  mmc: renesas_sdhi: disable clocks if registering regulator failed (2025-04-07 17:58:41 +0200)

----------------------------------------------------------------
MMC host:
 - renesas_sdhi: Fix error-paths in probe
 - renesas_sdhi: Fix build-error when CONFIG_REGULATOR is unset

----------------------------------------------------------------
Arnd Bergmann (1):
      mmc: renesas_sdhi: add regulator dependency

Ruslan Piasetskyi (1):
      mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe

Wolfram Sang (1):
      mmc: renesas_sdhi: disable clocks if registering regulator failed

 drivers/mmc/host/Kconfig             |  2 +-
 drivers/mmc/host/renesas_sdhi_core.c | 12 +++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org April 29, 2025, 10:36 p.m. UTC | #1
The pull request you sent on Tue, 29 Apr 2025 22:46:00 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.15-rc1

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

Thank you!