1
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
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
Makefile
Makefile.boot
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
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