On 4 November 2014 09:30, Jaehoon Chung <[email protected]> wrote:
> Recommend to use "mmc-cap-highspeed" or "sd-cap-highspeed" instead of
> "supports-highspeed".
> Although "supports-highspeed" supports, devloper can use
> "mmc-cap-highspeed" or "sd-cap-highspeed" through this message.
>
> Signed-off-by: Jaehoon Chung <[email protected]>
This one has checkpatch warnings. Please send an updated version.
Kind regards
Uffe
> ---
> drivers/mmc/host/dw_mmc.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index bb46b1b..7075d33 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -2434,8 +2434,11 @@ static struct dw_mci_board *dw_mci_parse_dt(struct
> dw_mci *host)
> return ERR_PTR(ret);
> }
>
> - if (of_find_property(np, "supports-highspeed", NULL))
> + if (of_find_property(np, "supports-highspeed", NULL)) {
> + dev_warn(dev, "supports-highspeed is deprecated. "
> + "Use cap-mmc-highspeed or
> cap-sd-highspeed.\n");
> pdata->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
> + }
>
> return pdata;
> }
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html