[PATCH v5] cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs

2013-06-05 Thread Yuantian.Tang
From: Tang Yuantian Add cpufreq driver for Freescale e500mc, e5500 and e6500 SoCs which are capable of changing the CPU frequency dynamically Signed-off-by: Tang Yuantian Signed-off-by: Li Yang --- v5: - enhance the CPU hotplug case - mask the disallowed CPU frequencies

Re: [PATCH v5] cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs

2013-06-05 Thread Viresh Kumar
On 5 June 2013 15:00, wrote: > From: Tang Yuantian > > Add cpufreq driver for Freescale e500mc, e5500 and e6500 SoCs > which are capable of changing the CPU frequency dynamically > > Signed-off-by: Tang Yuantian > Signed-off-by: Li Yang > --- > v5: > - enhance the CPU hotplug case >

Re: [PATCH v5] cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs

2013-06-05 Thread Rafael J. Wysocki
On Wednesday, June 05, 2013 04:06:29 PM Viresh Kumar wrote: > On 5 June 2013 15:00, wrote: > > From: Tang Yuantian > > > > Add cpufreq driver for Freescale e500mc, e5500 and e6500 SoCs > > which are capable of changing the CPU frequency dynamically > > > > Signed-off-by: Tang Yuantian > > Signe