]> git.baikalelectronics.ru Git - kernel.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)
commita3e5a148c538878647f8248b26090c51b5609150
treebdb7e00364892e1c71c184f94451e2d2efc53930
parentef0c7b4f569246240f46b7f78c3bb8f7f68364be
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]