Re: [PATCH 2/3] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs

2017-02-06 Thread Markus Mayer
On 2 February 2017 at 20:28, Viresh Kumar wrote: > You must be a cpufreq driver expert by now. What's the count? Is this the 3rd > one you have written ? :) Indeed. This is #3. We should be done now, though. We have ARM, legacy ARM and BMIPS covered. :-) > On 01-02-17, 17:06, Markus Mayer wrote:

Re: [PATCH 2/3] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs

2017-02-02 Thread Viresh Kumar
You must be a cpufreq driver expert by now. What's the count? Is this the 3rd one you have written ? :) On 01-02-17, 17:06, Markus Mayer wrote: > diff --git a/drivers/cpufreq/bmips-cpufreq.c b/drivers/cpufreq/bmips-cpufreq.c > +static struct cpufreq_frequency_table * > +bmips_cpufreq_get_freq_tabl

[PATCH 2/3] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs

2017-02-01 Thread Markus Mayer
From: Markus Mayer Add the MIPS CPUfreq driver. This driver currently supports CPUfreq on BMIPS5xxx-based SoCs. Signed-off-by: Markus Mayer --- drivers/cpufreq/Kconfig | 10 ++ drivers/cpufreq/Makefile| 1 + drivers/cpufreq/bmips-cpufreq.c | 205 +