RE: [PATCH v2] ARM: Exynos4: read initial state of power domain from hw registers

2012-05-10 Thread Kukjin Kim
Marek Szyprowski wrote: Some bootloaders disable unused power domains, so kernel code should read the actual state from the hardware registers instead of assuming that their initial state is 'on'. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park

RE: [PATCH v2] ARM: Exynos4: read initial state of power domain from hw registers

2012-05-10 Thread Marek Szyprowski
Hello, On Thursday, May 10, 2012 11:09 AM Kukjin Kim wrote: Marek Szyprowski wrote: Some bootloaders disable unused power domains, so kernel code should read the actual state from the hardware registers instead of assuming that their initial state is 'on'. Signed-off-by: Marek