OMAP3: control/PRCM: add omap3_ctrl_write_boot_mode()
commit166353bd75587a2158d713af1b9489a79e0ce297
authorPaul Walmsley <paul@pwsan.com>
Wed, 22 Dec 2010 03:01:21 +0000 (21 20:01 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 22 Dec 2010 03:01:21 +0000 (21 20:01 -0700)
treef7bda5c2c53d7c3ab253db9ddcb49c147afaaf42
parentdc0b3a701499bb7727314d7a9c764f7486db4802
OMAP3: control/PRCM: add omap3_ctrl_write_boot_mode()

Get rid of the open-coded scratchpad write in mach-omap2/prcm.c and
replace it with an actual API, omap3_ctrl_write_boot_mode().  While
there, get rid of the gratuitous omap_writel().

There's not much documentation available for what should wind up in
the scratchpad here, so more documentation would be appreciated.
Also, at some point, we should formalize our treatment of the scratchpad;
right now, accesses to the scratchpad are not well-documented.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com>
Tested-by: Kevin Hilman <khilman@deeprootsystems.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/control.c
arch/arm/mach-omap2/control.h
arch/arm/mach-omap2/prcm.c