Re: [PATCH 2/2] ARM: OMAP4: PRCM: Fix incorrect read of reset sources

2012-12-17 Thread Paul Walmsley
Hi On Mon, 17 Dec 2012, Ivan Khoronzhuk wrote: > The address of PRM_RSTST register and flag mask are incorrect, > so fix it. > > Signed-off-by: Ivan Khoronzhuk arch/arm/mach-omap2/prcm.c no longer exists in current mainline; please rebase this against Linus' current tree. - Paul -- To unsubs

[PATCH 2/2] ARM: OMAP4: PRCM: Fix incorrect read of reset sources

2012-12-17 Thread Ivan Khoronzhuk
The address of PRM_RSTST register and flag mask are incorrect, so fix it. Signed-off-by: Ivan Khoronzhuk --- arch/arm/mach-omap2/prcm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-omap2/prcm.c index dc45156..02f27f2 100644