Re: [PATCH v3 2/7] clk: samsung: add infrastructure to register cpu clocks

2014-02-13 Thread Tomasz Figa
On 13.02.2014 08:58, Thomas Abraham wrote: On Wed, Feb 12, 2014 at 11:55 PM, Tomasz Figa wrote: On 07.02.2014 16:55, Thomas Abraham wrote: +/* common round rate callback useable for all types of cpu clocks */ +static long samsung_cpuclk_round_rate(struct clk_hw *hw, + uns

Re: [PATCH v3 2/7] clk: samsung: add infrastructure to register cpu clocks

2014-02-12 Thread Thomas Abraham
Hi Tomasz, Thanks for your detailed review. On Wed, Feb 12, 2014 at 11:55 PM, Tomasz Figa wrote: > Hi Thomas, > > > On 07.02.2014 16:55, Thomas Abraham wrote: >> >> From: Thomas Abraham >> >> The CPU clock provider supplies the clock to the CPU clock domain. The >> composition and organization

Re: [PATCH v3 2/7] clk: samsung: add infrastructure to register cpu clocks

2014-02-12 Thread Tomasz Figa
Hi Thomas, On 07.02.2014 16:55, Thomas Abraham wrote: From: 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

Re: [PATCH v3 2/7] clk: samsung: add infrastructure to register cpu clocks

2014-02-10 Thread Lukasz Majewski
Hi Thomas, > From: 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