Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Heiko Stübner
Am Dienstag, 12. März 2013, 10:54:47 schrieb Thomas Abraham: On 12 March 2013 05:14, Heiko Stübner he...@sntech.de wrote: This is needed to allow looking up previous created clocks when adding separate aliases to them. Signed-off-by: Heiko Stuebner he...@sntech.de ---

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Sylwester Nawrocki
Hi, On 03/12/2013 10:54 AM, Thomas Abraham wrote: This change is fine but one point that should be considered is that on non-dt platforms, the memory allocation of clk_table cannot really be justified just because few clocks require two or more aliases. Instead, the optional alias passed for

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Thomas Abraham
On 12 March 2013 16:20, Heiko Stübner he...@sntech.de wrote: Am Dienstag, 12. März 2013, 10:54:47 schrieb Thomas Abraham: On 12 March 2013 05:14, Heiko Stübner he...@sntech.de wrote: This is needed to allow looking up previous created clocks when adding separate aliases to them.

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Thomas Abraham
On 12 March 2013 16:53, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 03/12/2013 10:54 AM, Thomas Abraham wrote: This change is fine but one point that should be considered is that on non-dt platforms, the memory allocation of clk_table cannot really be justified just because few

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Sylwester Nawrocki
On 03/12/2013 12:46 PM, Thomas Abraham wrote: And, you mentioned Exynos4 will be dt-only from 3.10. Does that mean we just drop support for universal and nuri non-dt board support? Or, will there be a equivalent dt support added for these boards? I think Tomasz has some initial dts files for

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Thomas Abraham
On 12 March 2013 19:18, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 03/12/2013 12:46 PM, Thomas Abraham wrote: And, you mentioned Exynos4 will be dt-only from 3.10. Does that mean we just drop support for universal and nuri non-dt board support? Or, will there be a equivalent dt

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Alim Akhtar
Hi All On Tue, Mar 12, 2013 at 7:54 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 12 March 2013 19:18, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 03/12/2013 12:46 PM, Thomas Abraham wrote: And, you mentioned Exynos4 will be dt-only from 3.10. Does that mean we just drop

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Sachin Kamat
So except Universal_c210 and Nuri the only ones not supporting booting from DT are these two simple boards, which seem to be maintained by Samsung: arch/arm/mach-exynos/mach-smdk4x12.c SMDK4412 is already supported through DT (exynos4412-smdk4412.dts) as you already pointed out. I am not

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Kyungmin Park
On Tue, Mar 12, 2013 at 10:48 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 03/12/2013 12:46 PM, Thomas Abraham wrote: And, you mentioned Exynos4 will be dt-only from 3.10. Does that mean we just drop support for universal and nuri non-dt board support? Or, will there be a equivalent

[PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-11 Thread Heiko Stübner
This is needed to allow looking up previous created clocks when adding separate aliases to them. Signed-off-by: Heiko Stuebner he...@sntech.de --- drivers/clk/samsung/clk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/clk/samsung/clk.c