Re: [PATCHv2 02/19] ARM: OMAP4: Add SAR ROM base address

2012-05-21 Thread Tero Kristo
On Wed, 2012-05-16 at 11:28 -0700, Kevin Hilman wrote: > Tero Kristo writes: > > > Added in preparation for device off mode. SAR ROM contains the mapping > > from SAR RAM to IO registers, and this will eventually be parsed during > > init time to do the reverse before device off. > > > > Signed-o

Re: [PATCHv2 02/19] ARM: OMAP4: Add SAR ROM base address

2012-05-16 Thread Kevin Hilman
Tero Kristo writes: > Added in preparation for device off mode. SAR ROM contains the mapping > from SAR RAM to IO registers, and this will eventually be parsed during > init time to do the reverse before device off. > > Signed-off-by: Tero Kristo This should be combined with the patch that uses

[PATCHv2 02/19] ARM: OMAP4: Add SAR ROM base address

2012-05-14 Thread Tero Kristo
Added in preparation for device off mode. SAR ROM contains the mapping from SAR RAM to IO registers, and this will eventually be parsed during init time to do the reverse before device off. Signed-off-by: Tero Kristo --- arch/arm/plat-omap/include/plat/omap44xx.h |1 + 1 files changed, 1 ins