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

2015-02-27 Thread Ray Jui
Hi Kevin, On 2/26/2015 11:47 PM, Kevin Hao wrote: > Actually we can use the "clk" in the struct sdhci_pltfm_host. Also > change the "external clock" to "core clock" and kill two redundant > private functions in this driver as suggested by Ray Jui. > > Signed-off-by: Kevin Hao > --- > v2: > - s

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

2015-02-26 Thread Kevin Hao
Actually we can use the "clk" in the struct sdhci_pltfm_host. Also change the "external clock" to "core clock" and kill two redundant private functions in this driver as suggested by Ray Jui. Signed-off-by: Kevin Hao --- v2: - s/external clock/core clock/ - kill the private functions sdhci_bc