Re: [PATCH 5/7] mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private struct

2015-02-05 Thread Kevin Hao
On Thu, Feb 05, 2015 at 09:51:17PM -0800, Ray Jui wrote: > > @@ -265,19 +264,19 @@ static int sdhci_bcm_kona_probe(struct > > platform_device *pdev) > > } > > > > /* Get and enable the external clock */ > > Would you mind changing the above comment to "/* Get and enable the core > clock

Re: [PATCH 5/7] mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private struct

2015-02-05 Thread Ray Jui
On 2/5/2015 7:15 PM, Kevin Hao wrote: > Actually we can use the "clk" in the struct sdhci_pltfm_host. > > Signed-off-by: Kevin Hao > --- > drivers/mmc/host/sdhci-bcm-kona.c | 16 +++- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-bcm-kon

[PATCH 5/7] mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private struct

2015-02-05 Thread Kevin Hao
Actually we can use the "clk" in the struct sdhci_pltfm_host. Signed-off-by: Kevin Hao --- drivers/mmc/host/sdhci-bcm-kona.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/drivers/mmc/host/sdhci-bcm-kona.c b/drivers/mmc/host/sdhci-bcm-kona.c index 34bb8f925