Re: [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-06-03 Thread Mark Rutland
On Fri, May 30, 2014 at 09:01:16AM +0100, Ulf Hansson wrote: > On 28 May 2014 07:35, Jaehoon Chung wrote: > > Removed the parser for "supports-highspeed". > > It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at > > mmc_of_parse(). > > > > Signed-off-by: Jaehoon Chung > > --- > > dr

RE: [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-05-30 Thread Seungwon Jeon
On Wed, May 28, 2014, Jaehoon Chung wrote: > Removed the parser for "supports-highspeed". > It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at > mmc_of_parse(). > > Signed-off-by: Jaehoon Chung Acked-by: Seungwon Jeon Tahnks, Seungwon Jeon > --- > drivers/mmc/host/dw_mmc.c |

RE: [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-05-30 Thread Seungwon Jeon
On Fri, May 30, 2014, Jaehoon Chung wrote: > Hi, Ulf. > > On 05/30/2014 05:01 PM, Ulf Hansson wrote: > > On 28 May 2014 07:35, Jaehoon Chung wrote: > >> Removed the parser for "supports-highspeed". > >> It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at > >> mmc_of_parse(). > >> >

Re: [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-05-30 Thread Jaehoon Chung
Hi, Ulf. On 05/30/2014 05:01 PM, Ulf Hansson wrote: > On 28 May 2014 07:35, Jaehoon Chung wrote: >> Removed the parser for "supports-highspeed". >> It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at >> mmc_of_parse(). >> >> Signed-off-by: Jaehoon Chung >> --- >> drivers/mmc/host/

Re: [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-05-30 Thread Ulf Hansson
On 28 May 2014 07:35, Jaehoon Chung wrote: > Removed the parser for "supports-highspeed". > It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at > mmc_of_parse(). > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/host/dw_mmc.c |3 --- > 1 file changed, 3 deletions(-) > > diff

[PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property.

2014-05-27 Thread Jaehoon Chung
Removed the parser for "supports-highspeed". It can be parsed with "cap-mmc-highsped" or "cap-sd-highspeed" at mmc_of_parse(). Signed-off-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.c |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c