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

2015-04-03 Thread Bartlomiej Zolnierkiewicz
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 clock type for CPU clock

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 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 >> wrote: >>> >>> Hi Thomas, >>> Hi Lukasz, On Fri, Jan 10, 2

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 > > wrote: > >> Hi Thomas, > >> > >>> Hi Lukasz, > >>> > >>> On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski > >>> wrote: > [snip]

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 wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski wrote: [snip] +/* helper function to register a core clock */ +void __

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 wrote: > Hi Thomas, > >> Hi Lukasz, >> >> On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski >> wrote: >> > Hi Thomas, >> > >> >> The CPU clock provider supplies the clock to the CPU clock domain. >> >> The composition and organization of the CPU clo

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 > 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

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 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 composed of clock mux,

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 >

[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 infr