]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3+: reset: Create a common reset layer.
authorSRICHARAN R <r.sricharan@ti.com>
Mon, 12 Mar 2012 19:49:32 +0000 (19:49 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:25 +0000 (08:31 +0200)
commitd417d1db5f9092d125ddea882ced77eaa5f3d236
treeec72ff4c943c45f439a8bfb0949294387da50dbd
parent328aecaf3dbca4eea31632a5bfddf38b63204227
OMAP3+: reset: Create a common reset layer.

The reset.S has the function to do a warm reset on OMAP
based socs. Moving this to a reset.c file so that this
acts a common layer to add any reset related functionality
for the future.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/cpu/armv7/omap-common/reset.c [moved from arch/arm/cpu/armv7/omap-common/reset.S with 70% similarity]
arch/arm/include/asm/arch-omap3/cpu.h
arch/arm/include/asm/arch-omap4/cpu.h
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/arch-omap5/cpu.h
arch/arm/include/asm/arch-omap5/omap.h