Re: [PATCH v2 3/4] cpufreq: tegra: Re-model Tegra cpufreq driver

2013-09-13 Thread Bill Huang
On Sat, 2013-09-14 at 06:26 +0800, Stephen Warren wrote: > On 09/12/2013 05:24 AM, Bill Huang wrote: > > Re-model Tegra cpufreq driver to support all Tegra series of SoCs. > > > > * Make tegra-cpufreq.c a generic Tegra cpufreq driver. > > * Move Tegra20 specific codes into tegra20-cpufreq.c. > > *

Re: [PATCH v2 3/4] cpufreq: tegra: Re-model Tegra cpufreq driver

2013-09-13 Thread Stephen Warren
On 09/12/2013 05:24 AM, Bill Huang wrote: > Re-model Tegra cpufreq driver to support all Tegra series of SoCs. > > * Make tegra-cpufreq.c a generic Tegra cpufreq driver. > * Move Tegra20 specific codes into tegra20-cpufreq.c. > * Bind Tegra cpufreq dirver with a fake device so defer probe would wo

[PATCH v2 3/4] cpufreq: tegra: Re-model Tegra cpufreq driver

2013-09-12 Thread Bill Huang
Re-model Tegra cpufreq driver to support all Tegra series of SoCs. * Make tegra-cpufreq.c a generic Tegra cpufreq driver. * Move Tegra20 specific codes into tegra20-cpufreq.c. * Bind Tegra cpufreq dirver with a fake device so defer probe would work when we're going to get regulator in the driver