Re: [PATCH v2 10/14] ARM: at91: pm: find and remap the pmc

2015-10-28 Thread Yang, Wenyou
Hi Alexandre, Trivial comments. On 2015/10/12 22:28, Alexandre Belloni wrote: To avoid relying on at91_pmc_read(), find the pmc node and remap it locally. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/pm.c | 32 ++-- 1 file changed, 26 insertions(+), 6

[PATCH v2 10/14] ARM: at91: pm: find and remap the pmc

2015-10-12 Thread Alexandre Belloni
To avoid relying on at91_pmc_read(), find the pmc node and remap it locally. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/pm.c | 32 ++-- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index