Re: [PATCH V8 02/23] mmc: core: Prepare to support SD UHS-II cards

From: Victor Shih
Date: Fri Jul 21 2023 - 06:11:33 EST


On Mon, Jul 10, 2023 at 2:43 PM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>
> On 21/06/23 13:01, Victor Shih wrote:
> > From: Victor Shih <victor.shih@xxxxxxxxxxxxxxxxxxx>
> >
> > Updates in V7:
> > - Drop sd_uhs2_set_ios function.
> > - Used ->uhs2_control() callback for uhs2_set_ios in sd_uhs2_power_up().
> > - Used ->uhs2_control() callback for uhs2_set_ios in sd_uhs2_power_off().
> > - Drop MMC_TIMING_SD_UHS2 in favor of MMC_TIMING_UHS2_SPEED_A.
> > - Modify sd_uhs2_legacy_init to avoid sd_uhs2_reinit cycle issue.
>
> This patch does not compile because it depends on definitions
> that are in patch 5.
>

Hi, Adrian

I will fix it in the V9 version.

Thanks, Victor Shih