05 Jan, 2012
40 commits
-
Conflicts:
arch/arm/mach-exynos/cpu.cThe changes to arch/arm/mach-exynos/cpu.c were moved to
mach-exynos/common.c. -
Conflicts:
arch/arm/kernel/setup.c
arch/arm/mach-shmobile/board-kota2.c -
BUILD_BUG_ON is defined in linux/kernel.h but that is not included by the
asm/bug.h header which uses it. This causes a build error:...include/linux/mtd/map.h: In function 'inline_map_read':
...include/linux/mtd/map.h:408:3: error: implicit declaration of function
'BUILD_BUG_ON' [-Werror=implicit-function-declaration]The check is not essential and is not present for other architectures, so
just remove it.Signed-off-by: Simon Glass
Signed-off-by: Russell King -
Fixed up a simple typo in the runtime sched_clock conversion
so we compile again.Cc: Kristoffer Ericson
Acked-by: Marc Zyngier
Signed-off-by: Linus Walleij
Signed-off-by: Russell King -
The restart support was missed from the initial imx6q submission.
The mxc_restart() does not work for imx6q. Instead, this patch adds
the restart for imx6q.Signed-off-by: Shawn Guo
Signed-off-by: Russell King -
Remove the now empty arch_reset() from all the mach/system.h includes,
and remove its callsite. Remove arm_machine_restart() as this function
no longer does anything useful.For samsung platforms, remove the include of mach/system-reset.h and
plat/system-reset.h from their respective mach/system.h headers as these
just define their arch_reset functions. As a result, the s3c2410 and
plat-samsung system-reset.h files are no longer referenced, so remove
these files entirely.Acked-by: Nicolas Pitre
Acked-by: H Hartley Sweeten
Acked-by: Jamie Iles
Acked-by: Tony Lindgren
Acked-by: Linus Walleij
Signed-off-by: Russell King -
arch_reset() is deprecated; systems should hook into system restart via
the 'restart' method in the platforms machine description record.Acked-by: Nicolas Pitre
Acked-by: Jamie Iles
Acked-by: Tony Lindgren
Signed-off-by: Russell King -
Remove the:
KERN_CRIT "RESET: Rebooting system\n" (lpc32xx)
KERN_CRIT "RESET: shutting down/rebooting system\n" (u300)printk from the restart handler; we already print such a message from
kernel_restart() in kernel/sys.c:KERN_EMERG "Restarting system.\n"
so this is unnecessary.
Acked-by: Linus Walleij
Signed-off-by: Russell King -
Now that s5p_reset_hook is unused, we can get rid of plat/reset.h and
the s5p_reset_hook code in plat/system-reset.h.Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook the Versatile Express platform restart code into the new restart
hook.Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Linus Walleij
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Viresh Kumar
Signed-off-by: Russell King -
Hook the Shark restart code into the new restart hook rather than
using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().[kgene.kim@samsung.com: according to local header, updated]
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Cc: Ben Dooks
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Cc: Ben Dooks
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Cc: Ben Dooks
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
And adds local header file, common.h in arch/arm/mach-s3c2410/ and
arch/arm/mach-s3c2440/ directories.Cc: Ben Dooks
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
S3C2412/S3C2416/S3C2443 use a special register to signal the reset to
the processor and used therefore the s3c24xx_reset_hook mechanism in the
s3c24xx-specific arch reset.This patch introduces restart functions for these architectures,
moves the board files to them and removes the s3c24xx_reset_hook
infrastructure, as all users are gone.Signed-off-by: Heiko Stuebner
Signed-off-by: Kukjin Kim
Signed-off-by: Russell King -
Hook the RiscPC restart code into the new restart hook.
Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Richard Purdie
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Reviewed-by: Barry Song
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather than
using arch_reset().In addition, convert calls to arm_machine_restart() to orion5x_restart()
to ensure that they continue to work as intended.Acked-by: Nicolas Pitre
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Tony Lindgren
Signed-off-by: Russell King -
Hook the Nomadik NHK platform restart code into the new restart hook.
Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Shawn Guo
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Sascha Hauer
Signed-off-by: Russell King -
Hook these platforms restart code into the new restart hook rather than
using arch_reset().Acked-by: Nicolas pitre
Signed-off-by: Russell King -
Hook the Shark restart code into the new restart hook rather than
using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the arm_pm_restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Signed-off-by: Russell King
-
Hook these platforms restart code into the new restart hook rather than
using arch_reset().Acked-by: Nicolas Pitre
Signed-off-by: Russell King