Re: [PATCH v7 2/3] clk: exynos5410: register clocks using common clock framework

2014-04-02 Thread Mike Turquette
Quoting Tarek Dakhran (2014-02-23 19:43:54) > +External clock: > + > +There is clock that is generated outside the SoC. It is expected > +that it is defined using standard clock bindings with following > +clock-output-name: > + - "fin_pll" - PLL input clock - required. > +Example 2: Required

Re: [PATCH v7 2/3] clk: exynos5410: register clocks using common clock framework

2014-04-02 Thread Mike Turquette
Quoting Tarek Dakhran (2014-02-23 19:43:54) +External clock: + +There is clock that is generated outside the SoC. It is expected +that it is defined using standard clock bindings with following +clock-output-name: + - fin_pll - PLL input clock - required. snip +Example 2: Required

[PATCH v7 2/3] clk: exynos5410: register clocks using common clock framework

2014-02-23 Thread Tarek Dakhran
The EXYNOS5410 clocks are statically listed and registered using the Samsung specific common clock helper functions. Signed-off-by: Tarek Dakhran Signed-off-by: Vyacheslav Tyrtov Acked-by: Tomasz Figa --- .../devicetree/bindings/clock/exynos5410-clock.txt | 54 +

[PATCH v7 2/3] clk: exynos5410: register clocks using common clock framework

2014-02-23 Thread Tarek Dakhran
The EXYNOS5410 clocks are statically listed and registered using the Samsung specific common clock helper functions. Signed-off-by: Tarek Dakhran t.dakh...@samsung.com Signed-off-by: Vyacheslav Tyrtov v.tyr...@samsung.com Acked-by: Tomasz Figa t.f...@samsung.com ---