Re: [PATCH v3 0/2] Remodel Tegra cpufreq drivers to support Tegra series SoC

2013-12-17 Thread Viresh Kumar
On 17 December 2013 16:17, bilhuang wrote: > OK thanks, is it branch pm-cpufreq? Rebase on linux-next.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.ht

Re: [PATCH v3 0/2] Remodel Tegra cpufreq drivers to support Tegra series SoC

2013-12-17 Thread bilhuang
On 12/17/2013 02:26 PM, Viresh Kumar wrote: On 5 December 2013 13:14, Bill Huang wrote: This patch series remodel Tegra cpufreq driver to make it more easy to add new SoC support, in addition to that, adding probe function in the driver to let probe defer can be used to control init sequence wh

Re: [PATCH v3 0/2] Remodel Tegra cpufreq drivers to support Tegra series SoC

2013-12-16 Thread Viresh Kumar
On 5 December 2013 13:14, Bill Huang wrote: > This patch series remodel Tegra cpufreq driver to make it more easy to > add new SoC support, in addition to that, adding probe function in the > driver to let probe defer can be used to control init sequence when we > are going to support DVFS. > > Ch

[PATCH v3 0/2] Remodel Tegra cpufreq drivers to support Tegra series SoC

2013-12-04 Thread Bill Huang
This patch series remodel Tegra cpufreq driver to make it more easy to add new SoC support, in addition to that, adding probe function in the driver to let probe defer can be used to control init sequence when we are going to support DVFS. Changes since v2: - Fix Kconfig. - Rebase on top of branc