[PATCH V2 1/4] cpufreq: add arm soc generic cpufreq driver
Richard Zhao
richard.zhao at linaro.org
Sat Dec 17 02:57:34 EST 2011
On Fri, Dec 16, 2011 at 12:26:03PM +0100, Heiko Stübner wrote:
> Am Freitag, 16. Dezember 2011, 11:30:59 schrieb Richard Zhao:
> > It support single core and multi-core ARM SoCs. But it assume
> > all cores share the same frequency and voltage.
> >
> > Signed-off-by: Richard Zhao <richard.zhao at linaro.org>
> > ---
> > drivers/cpufreq/Kconfig.arm | 8 ++
> > drivers/cpufreq/Makefile | 1 +
> > drivers/cpufreq/arm-cpufreq.c | 269
> > +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 278
> > insertions(+), 0 deletions(-)
> > create mode 100644 drivers/cpufreq/arm-cpufreq.c
>
> looks quite cool, but should also provide a description of the devicetree
> bindings (i.e. like the rest in Documentation/devicetree/bindings/...) for
> future reference.
Yes, Thanks for your remind.
>
> Heiko
>
More information about the linux-arm-kernel
mailing list