mbox series

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

Message ID 20241029131752.226764-1-ulf.hansson@linaro.org (mailing list archive)
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(-)

Comments

Adrian Hunter Oct. 29, 2024, 2:59 p.m. UTC | #1
On 29/10/24 15:17, Ulf Hansson wrote:
> 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(-)

Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Ulf Hansson Oct. 30, 2024, 11:07 a.m. UTC | #2
On Tue, 29 Oct 2024 at 16:00, Adrian Hunter <adrian.hunter@intel.com> wrote:
>
> On 29/10/24 15:17, Ulf Hansson wrote:
> > 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(-)
>
> Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>

Thanks for reviewing!

I have queued up the series for next.

Kind regards
Uffe