Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-17 Thread Krzysztof Kozlowski
2015-10-17 18:55 GMT+09:00 Javier Martinez Canillas : > Hello Krzysztof, > > On 10/17/2015 10:53 AM, Krzysztof Kozlowski wrote: >> 2015-10-17 8:41 GMT+09:00 Kukjin Kim : > > [snip] > >>> So...how can I take 2nd patch of this series in samsung(arm-soc) tree? >>> And this series shouldn't be for

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-17 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/17/2015 10:53 AM, Krzysztof Kozlowski wrote: > 2015-10-17 8:41 GMT+09:00 Kukjin Kim : [snip] >>> >> So...how can I take 2nd patch of this series in samsung(arm-soc) tree? >> And this series shouldn't be for fixes for 4.3?...Mike how do you think? > > Stephen acked it so I

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-17 Thread Krzysztof Kozlowski
2015-10-17 8:41 GMT+09:00 Kukjin Kim : > On 10/17/15 03:56, Tomeu Vizoso wrote: >> On 16 October 2015 at 19:26, Stephen Boyd wrote: >>> On 10/16, Michael Turquette wrote: Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) > On 15.10.2015 19:31, Tomeu Vizoso wrote: >> When the DISP1 pow

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Kukjin Kim
On 10/17/15 03:56, Tomeu Vizoso wrote: > On 16 October 2015 at 19:26, Stephen Boyd wrote: >> On 10/16, Michael Turquette wrote: >>> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) On 15.10.2015 19:31, Tomeu Vizoso wrote: > When the DISP1 power domain is powered off, there's two clocks t

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Tomeu Vizoso
On 16 October 2015 at 19:26, Stephen Boyd wrote: > On 10/16, Michael Turquette wrote: >> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) >> > On 15.10.2015 19:31, Tomeu Vizoso wrote: >> > > When the DISP1 power domain is powered off, there's two clocks that need >> > > to be temporarily reparent

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Stephen Boyd
On 10/16, Michael Turquette wrote: > Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) > > On 15.10.2015 19:31, Tomeu Vizoso wrote: > > > When the DISP1 power domain is powered off, there's two clocks that need > > > to be temporarily reparented to OSC, and back to their original parents > > > when

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Michael Turquette
Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) > On 15.10.2015 19:31, Tomeu Vizoso wrote: > > When the DISP1 power domain is powered off, there's two clocks that need > > to be temporarily reparented to OSC, and back to their original parents > > when the domain is powered on again. > > > > We

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-15 Thread Krzysztof Kozlowski
On 15.10.2015 19:31, Tomeu Vizoso wrote: > When the DISP1 power domain is powered off, there's two clocks that need > to be temporarily reparented to OSC, and back to their original parents > when the domain is powered on again. > > We expose these two clocks in the DT bindings so that the DT node

[PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-15 Thread Tomeu Vizoso
When the DISP1 power domain is powered off, there's two clocks that need to be temporarily reparented to OSC, and back to their original parents when the domain is powered on again. We expose these two clocks in the DT bindings so that the DT node of the power domain can reference them. Signed-of