Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Krzysztof Kozlowski
On Wed, Aug 24, 2016 at 12:57:29PM -0500, Rob Herring wrote: > On Wed, Aug 24, 2016 at 12:44 PM, Krzysztof Kozlowski wrote: > > On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: > >> The Exynos PMU node is an interrupt, clock and PMU (Power Management

Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Krzysztof Kozlowski
On Wed, Aug 24, 2016 at 12:57:29PM -0500, Rob Herring wrote: > On Wed, Aug 24, 2016 at 12:44 PM, Krzysztof Kozlowski wrote: > > On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: > >> The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) > >>

Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Rob Herring
On Wed, Aug 24, 2016 at 12:44 PM, Krzysztof Kozlowski wrote: > On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: >> The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) >> controller, and these functionalities are supported by

Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Rob Herring
On Wed, Aug 24, 2016 at 12:44 PM, Krzysztof Kozlowski wrote: > On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: >> The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) >> controller, and these functionalities are supported by different drivers >>

Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Krzysztof Kozlowski
On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: > The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) > controller, and these functionalities are supported by different drivers > that matches the same compatible strings. > > Since commit

Re: [PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-24 Thread Krzysztof Kozlowski
On Sun, Aug 21, 2016 at 03:27:45AM -0400, Javier Martinez Canillas wrote: > The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) > controller, and these functionalities are supported by different drivers > that matches the same compatible strings. > > Since commit

[PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-21 Thread Javier Martinez Canillas
The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) controller, and these functionalities are supported by different drivers that matches the same compatible strings. Since commit 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated") the OF core flags

[PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

2016-08-21 Thread Javier Martinez Canillas
The Exynos PMU node is an interrupt, clock and PMU (Power Management Unit) controller, and these functionalities are supported by different drivers that matches the same compatible strings. Since commit 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated") the OF core flags