From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-1?q?St=FCbner?= Subject: Re: [PATCH V2 1/4] cpufreq: add arm soc generic cpufreq driver Date: Fri, 16 Dec 2011 12:26:03 +0100 Message-ID: <201112161226.04092.heiko@sntech.de> References: <1324031462-24961-1-git-send-email-richard.zhao@linaro.org> <1324031462-24961-2-git-send-email-richard.zhao@linaro.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1324031462-24961-2-git-send-email-richard.zhao@linaro.org> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: linux-arm-kernel@lists.infradead.org Cc: Richard Zhao , cpufreq@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux@arm.linux.org.uk, mark.langsdorf@calxeda.com, patches@linaro.org, eric.miao@linaro.org, kernel@pengutronix.de, davej@redhat.com, linaro-dev@lists.linaro.org, shawn.guo@linaro.org 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 > --- > 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. Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?iso-8859-1?q?St=FCbner?=) Date: Fri, 16 Dec 2011 12:26:03 +0100 Subject: [PATCH V2 1/4] cpufreq: add arm soc generic cpufreq driver In-Reply-To: <1324031462-24961-2-git-send-email-richard.zhao@linaro.org> References: <1324031462-24961-1-git-send-email-richard.zhao@linaro.org> <1324031462-24961-2-git-send-email-richard.zhao@linaro.org> Message-ID: <201112161226.04092.heiko@sntech.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > --- > 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. Heiko