]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: add imx6q-cpufreq driver
authorShawn Guo <shawn.guo@linaro.org>
Mon, 4 Feb 2013 05:46:29 +0000 (05:46 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 Feb 2013 00:18:13 +0000 (01:18 +0100)
commit1dd538f072f0b7ba327613253d41ebb329c6d490
treebdb7e00364892e1c71c184f94451e2d2efc53930
parent73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5
cpufreq: add imx6q-cpufreq driver

Add an imx6q-cpufreq driver for Freescale i.MX6Q SoC to handle the
hardware specific frequency and voltage scaling requirements.

The driver supports module build and is instantiated by the platform
device/driver mechanism, so that it will not be instantiated on other
platforms, as IMX is built with multiplatform support.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/imx6q-cpufreq.c [new file with mode: 0644]