Re: [PATCH 35/38] mmc: dw_mmc: call mmc_of_parse to fill in common options

2014-04-24 Thread Russell King - ARM Linux
On Thu, Apr 24, 2014 at 09:31:54AM +0900, Jaehoon Chung wrote: > Dear, Russell. > > I didn't know which version you have checked. As I said in the cover, this series is based on v3.15-rc1. It's based there because it's part of a much larger set of patches that need to be based on a common point

Re: [PATCH 35/38] mmc: dw_mmc: call mmc_of_parse to fill in common options

2014-04-23 Thread Jaehoon Chung
Dear, Russell. I didn't know which version you have checked. But I have known that mmc_of_parse() have already included at mmc-next repository. commit 6ca5c60605dde3420ce7fee6f93ec4a7c7924848 Author: Jaehoon Chung Date: Mon Mar 3 11:36:41 2014 +0900 mmc: dw_mmc: use the mmc_of_parse() in

[PATCH 35/38] mmc: dw_mmc: call mmc_of_parse to fill in common options

2014-04-23 Thread Russell King
From: Olof Johansson The shared of parse function fills in common options for capabilities, etc, but it needs to be called from each driver that wants to make use of it. dw_mmc was missing the call. Signed-off-by: Olof Johansson Signed-off-by: Russell King --- drivers/mmc/host/dw_mmc.c | 2 ++