ARM: AM33xx: PRM: move global warm reset implementation to driver
authorTero Kristo <t-kristo@ti.com>
Mon, 27 Oct 2014 15:39:25 +0000 (08:39 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Oct 2014 15:39:25 +0000 (08:39 -0700)
commit840b7eb8342a64ad6fc6a2140262c3fed3676bd4
tree9444929b8739b9ad6f5f7f05ea1591f67243a94f
parent88f9474f18b4f235b7e9a91d76810fd616fe611a
ARM: AM33xx: PRM: move global warm reset implementation to driver

Moved the implementation from am33xx-restart.c to the prm33xx.c file to
isolate the PRM register accesses to be private for PRM driver.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/am33xx-restart.c
arch/arm/mach-omap2/prm33xx.c