[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0dc812a2-8b80-03cf-b253-58f7f45ab72b@rock-chips.com>
Date: Fri, 29 Jul 2016 10:44:27 +0800
From: Shawn Lin <shawn.lin@...k-chips.com>
To: Jaehoon Chung <jh80.chung@...sung.com>, linux-mmc@...r.kernel.org
Cc: shawn.lin@...k-chips.com, ulf.hansson@...aro.org,
linux-kernel@...r.kernel.org, Rob Herrin <robh+dt@...nel.org>,
mark.rutland@....com, devicetree@...r.kernel.org
Subject: Re: [PATCH 2/2] mmc: dw_mmc: remove the deprecated
"supports-highspeed" property
在 2016/7/28 17:55, Jaehoon Chung 写道:
> Remvoe the deprecated "supports-highspeed" property.
> DWMMC controller will not use this property anymore.
>
We had set up a flag day to remove these deprecated property
long time agao.
It doesn't *break* old dtb which may(not ?) still boot up new
kernel code as we just make it suffer from lower speed, then
I think it's time for them to migrate to the new property anyway.
So,
Reviewed-by: Shawn Lin <shawn.lin@...k-chips.com>
> Signed-off-by: Jaehoon Chung <jh80.chung@...sung.com>
> ---
> drivers/mmc/host/dw_mmc.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index 1b719a6..e9faedd 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -2890,11 +2890,6 @@ 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)) {
> - dev_info(dev, "supports-highspeed property is deprecated.\n");
> - pdata->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
> - }
> -
> return pdata;
> }
>
>
--
Best Regards
Shawn Lin
Powered by blists - more mailing lists