linux/arch/arm/mach-prima2
Arnd Bergmann 48352e5286 ARM: prima2: build reset code standalone
The prima2 platform code currently depends on the rstc
implementation and that in turn depends on the reset
controller framework. This removes the platform dependency
by letting the driver access arm_pm_restart directly
to turn the driver into a standalone entity, and also
removes the dependency on the reset controller framework
by using "if (IS_ENABLED(CONFIG_RESET_CONTROLLER))". This
will cause all code that is used for the reset controller
to be dropped by the compiler if the framework is disabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2014-03-17 19:46:12 +01:00
..
common.c ARM: prima2: build reset code standalone 2014-03-17 19:46:12 +01:00
common.h ARM: prima2: build reset code standalone 2014-03-17 19:46:12 +01:00
headsmp.S arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
hotplug.c ARM: cpu hotplug: remove majority of cache flushing from platforms 2013-04-18 20:08:04 +01:00
Kconfig ARM: sirf: machine update for 3.15 2014-03-09 11:51:29 -07:00
l2x0.c ARM: prima2: l2x0: fix checkpatch issues 2014-03-05 10:20:25 +08:00
lluart.c ARM: sirf: enable multiplatform support 2013-03-25 12:29:42 +01:00
Makefile ARM: sirf: enable multiplatform support 2013-03-25 12:29:42 +01:00
Makefile.boot ARM: dtb: move all dtb targets to common Makefile 2012-09-20 22:58:17 -07:00
platsmp.c ARM: prima2: platsmp: fix checkpatch issues 2014-03-05 10:21:20 +08:00
pm.c ARM: prima2: pm: drop redundant postcore_initcall 2013-08-14 11:09:45 -07:00
pm.h ARM: CSR: PM: add sleep entry for SiRFprimaII 2011-09-21 23:25:59 +08:00
rstc.c ARM: prima2: build reset code standalone 2014-03-17 19:46:12 +01:00
rtciobrg.c ARM: prima2: rtciobrg: fix the typo about license 2014-03-05 10:30:23 +08:00
sleep.S ARM: CSR: PM: add sleep entry for SiRFprimaII 2011-09-21 23:25:59 +08:00