From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Tue, 13 Dec 2011 20:19:42 +0800 Subject: [PATCH V2 7/7] arm/imx6q: add cpufreq support In-Reply-To: <1323757530-19402-8-git-send-email-richard.zhao@linaro.org> References: <1323757530-19402-1-git-send-email-richard.zhao@linaro.org> <1323757530-19402-8-git-send-email-richard.zhao@linaro.org> Message-ID: <20111213121940.GC10022@S2101-09.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 13, 2011 at 02:25:30PM +0800, Richard Zhao wrote: > use cpu0 node property clock-frequency to check max frequency. > > Signed-off-by: Richard Zhao > --- > arch/arm/mach-imx/Kconfig | 1 + > arch/arm/mach-imx/Makefile | 2 +- > arch/arm/mach-imx/cpu_op-imx6q.c | 69 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 71 insertions(+), 1 deletions(-) > create mode 100644 arch/arm/mach-imx/cpu_op-imx6q.c > NAK. We really need to push people to help with cleanup and consolidation effort rather than accepting patches on top of something that needs to be cleaned up and consolidated, which will make the effort later more difficult. -- Regards, Shawn