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+renesas@verge.net.au>
Mon, 16 Jun 2014 10:50:54 +0000 (19:50 +0900)
commit06e32c91dbce3c24ccbe84e3af2a35199662bca0
tree839fea4adc5298aafaab8ddac50bcc6b9d356cff
parent7171511eaec5bf23fb06078f59784a3a0626b38f
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>
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/cpufreq.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/common.h