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

From: Adrian Hunter
Date: Mon Jul 10 2023 - 02:43:36 EST


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.