Searched hist:"7 a09b28e8a48cfde98c25d91f64554ddf061a31b" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | omap-mpuss-lowpower.c | diff 7a09b28e8a48cfde98c25d91f64554ddf061a31b Sat Apr 05 11:57:44 CEST 2014 Russell King <rmk+kernel@arm.linux.org.uk> ARM: l2c: omap2: avoid reading directly from the L2 registers in platform code
Avoid reading directly from the L2 registers in platform code. The L2 code will have already saved the register values itself into the l2x0_saved_regs structure, so platform code should just move these values to where they're required.
This is safe because the L2x0 will have been initialised by an early initcall, whereas the OMAP4 PM code is initialised late.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|