Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-20 Thread Pi-Cheng Chen
On 20 January 2015 at 15:39, Viresh Kumar wrote: > On 20 January 2015 at 13:03, Pi-Cheng Chen wrote: >> I will also try to add intermediate frequency support in next version. > > Sure > >> BTW, do you think it's a good idea to add a new device tree binding like >> intermediate_clock = < MAINPLL>

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-20 Thread Pi-Cheng Chen
On 20 January 2015 at 15:39, Viresh Kumar viresh.ku...@linaro.org wrote: On 20 January 2015 at 13:03, Pi-Cheng Chen pi-cheng.c...@linaro.org wrote: I will also try to add intermediate frequency support in next version. Sure BTW, do you think it's a good idea to add a new device tree binding

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Viresh Kumar
On 20 January 2015 at 13:03, Pi-Cheng Chen wrote: > I will also try to add intermediate frequency support in next version. Sure > BTW, do you think it's a good idea to add a new device tree binding like > intermediate_clock = < MAINPLL> > and so that cpufreq-dt could get the intermediate clock?

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Pi-Cheng Chen
Hi Viresh, Thanks for reviewing. On 19 January 2015 at 16:00, Viresh Kumar wrote: > On 9 January 2015 at 15:24, pi-cheng.chen wrote: >> Currently the DT based cpufreq driver is missing some way to check which >> CPUs share clocks. In the 1st patch, CPU clock/power domain information is >>

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Viresh Kumar
On 9 January 2015 at 15:24, pi-cheng.chen wrote: > Currently the DT based cpufreq driver is missing some way to check which > CPUs share clocks. In the 1st patch, CPU clock/power domain information is > added to the platform_data of cpufreq-dt so that cpufreq-dt driver could > check which CPUs

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Viresh Kumar
On 9 January 2015 at 15:24, pi-cheng.chen pi-cheng.c...@linaro.org wrote: Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU clock/power domain information is added to the platform_data of cpufreq-dt so that cpufreq-dt driver could

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Pi-Cheng Chen
Hi Viresh, Thanks for reviewing. On 19 January 2015 at 16:00, Viresh Kumar viresh.ku...@linaro.org wrote: On 9 January 2015 at 15:24, pi-cheng.chen pi-cheng.c...@linaro.org wrote: Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Viresh Kumar
On 20 January 2015 at 13:03, Pi-Cheng Chen pi-cheng.c...@linaro.org wrote: I will also try to add intermediate frequency support in next version. Sure BTW, do you think it's a good idea to add a new device tree binding like intermediate_clock = clksys MAINPLL and so that cpufreq-dt could get

[PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-09 Thread pi-cheng.chen
Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU clock/power domain information is added to the platform_data of cpufreq-dt so that cpufreq-dt driver could check which CPUs share clock/power. Signed-off-by: pi-cheng.chen ---

[PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-09 Thread pi-cheng.chen
Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU clock/power domain information is added to the platform_data of cpufreq-dt so that cpufreq-dt driver could check which CPUs share clock/power. Signed-off-by: pi-cheng.chen