ARM: shmobile: add cpufreq-cpu0 driver for common SH-Mobile
authorGaku Inami <gaku.inami.xw@bp.renesas.com>
Tue, 3 Jun 2014 12:02:45 +0000 (21:02 +0900)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:24:38 +0000 (09:24 +0900)
commitc56b4ec3e43300445bec0421971c64d3244021a8
tree1be2ad545e0c98f169cda78d20ee2da3366942a8
parent3ce79a1a55877da73fdfd37f91b46c9ef0554a6d
ARM: shmobile: add cpufreq-cpu0 driver for common SH-Mobile

I add a new file(cpufreq.c) for the following reasons.
- Registration of platform_device must be unified in SH-Mobile.
- We can't create a node of cpufreq drivers into device tree.
  (Because cpufreq driver is virtual device.)

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 06e32c91dbce3c24ccbe84e3af2a35199662bca0)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/cpufreq.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/common.h