On 24 May 2018 at 05:38, Yinbo Zhu <yinbo.zhu@xxxxxxx> wrote: > Add a new define for the sd default speed 25MHz case > > Signed-off-by: Yinbo Zhu <yinbo.zhu@xxxxxxx> As Adrian pointed out, this should have been a part of a series with "mmc: sdhci-of-esdhc: modify the sd clock in soc_device_match way". However, this time I decided to apply $subject patch as is, for next, and trust you to proceed with the patch mentioned above. Thanks and kind regards Uffe > --- > Change in v3: > Modify the commit information that replace macro with define > and remove cleanup string and change the full speed as default speed > > include/linux/mmc/card.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h > index 279b390..f5be8c7 100644 > --- a/include/linux/mmc/card.h > +++ b/include/linux/mmc/card.h > @@ -156,6 +156,7 @@ struct sd_switch_caps { > #define UHS_DDR50_MAX_DTR 50000000 > #define UHS_SDR25_MAX_DTR UHS_DDR50_MAX_DTR > #define UHS_SDR12_MAX_DTR 25000000 > +#define DEFAULT_SPEED_MAX_DTR UHS_SDR12_MAX_DTR > unsigned int sd3_bus_mode; > #define UHS_SDR12_BUS_SPEED 0 > #define HIGH_SPEED_BUS_SPEED 1 > -- > 1.7.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html