]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP3+: Detect reset type
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 29 May 2012 19:26:41 +0000 (19:26 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:34 +0000 (14:07 +0200)
commit702395073fa746f0dcfe6f16f781b4d84645fc40
tree652a81818ad8afb7a9eee7e84c3df5ea6db15c66
parentf8b9d1d30ece82abccefac3c860c06f8b7da8fbb
ARM: OMAP3+: Detect reset type

Certain modules are not affected by means of
a warm reset and need not be configured again.
Adding an API to detect the reset reason warm/cold.

This will be used to skip the module configurations
that are retained across a warm reset.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/cpu/armv7/omap-common/reset.c
arch/arm/include/asm/arch-am33xx/cpu.h
arch/arm/include/asm/arch-omap3/cpu.h
arch/arm/include/asm/arch-omap3/sys_proto.h
arch/arm/include/asm/arch-omap4/cpu.h
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/cpu.h
arch/arm/include/asm/arch-omap5/sys_proto.h