mbox series

[0/3] mmc: core: A couple of fixes for UHS-II card

Message ID 20241029131752.226764-1-ulf.hansson@linaro.org
Headers show
Series mmc: core: A couple of fixes for UHS-II card | expand

Message

Ulf Hansson Oct. 29, 2024, 1:17 p.m. UTC
The recently introduced UHS-II support to the mmc core has a few problems,
during the card initialization and re-initialization. This series intends to
addresses some these problems.

Ulf Hansson (3):
  mmc: core: Simplify sd_uhs2_power_up()
  mmc: core: Add error handling of sd_uhs2_power_up()
  mmc: core: Fix error paths for UHS-II card init and re-init

 drivers/mmc/core/sd_uhs2.c | 65 +++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 36 deletions(-)