Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-13 Thread Thomas Abraham
Hi Tomasz, On Sun, Jan 12, 2014 at 7:17 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Thomas, Lukasz, Let me put my two cents in. On 11.01.2014 05:43, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-12 Thread Lukasz Majewski
Dear All, Hi Thomas, Lukasz, Let me put my two cents in. On 11.01.2014 05:43, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-11 Thread Tomasz Figa
Hi Thomas, Lukasz, Let me put my two cents in. On 11.01.2014 05:43, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: [snip] +/* helper

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-10 Thread Lukasz Majewski
Hi Thomas, The CPU clock provider supplies the clock to the CPU clock domain. The composition and organization of the CPU clock provider could vary among Exynos SoCs. A CPU clock provider can be composed of clock mux, dividers and gates. This patch defines a new clock type for CPU clock

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-10 Thread Thomas Abraham
Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, The CPU clock provider supplies the clock to the CPU clock domain. The composition and organization of the CPU clock provider could vary among Exynos SoCs. A CPU clock provider can be

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-10 Thread Lukasz Majewski
Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, The CPU clock provider supplies the clock to the CPU clock domain. The composition and organization of the CPU clock provider could vary among Exynos SoCs. A CPU clock

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-10 Thread Thomas Abraham
On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, The CPU clock provider supplies the clock to the CPU clock domain. The composition and

[PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-09 Thread Thomas Abraham
The CPU clock provider supplies the clock to the CPU clock domain. The composition and organization of the CPU clock provider could vary among Exynos SoCs. A CPU clock provider can be composed of clock mux, dividers and gates. This patch defines a new clock type for CPU clock provider and adds