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 |
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>
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