Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Mark Brown
On Thu, May 22, 2014 at 02:01:24PM +0200, Tomasz Figa wrote: > On 22.05.2014 13:44, Tushar Behera wrote: > > I would be happy to get it done that way. I can see a patch from > > Sylwester regarding this, but there hasn't been a conclusion as of > > yet. > > https://lkml.org/lkml/2014/4/9/173 > H

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 14:25, Sylwester Nawrocki wrote: > On 22/05/14 14:01, Tomasz Figa wrote: [ ... ] >> +clkout->clk_table[0] = clk_register_composite(NULL, "clkout", >> +parent_names, parent_count, >> &clkout->mux.hw, >

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Sylwester Nawrocki
On 22/05/14 14:01, Tomasz Figa wrote: >>> [ ... ] >>> > +clkout->clk_table[0] = clk_register_composite(NULL, "clkout", > +parent_names, parent_count, > &clkout->mux.hw, > +&clk_mux_ops, NULL,

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tushar Behera
On 22 May 2014 17:31, Tomasz Figa wrote: > On 22.05.2014 13:44, Tushar Behera wrote: >> On 22 May 2014 16:04, Tomasz Figa wrote: >>> On 22.05.2014 07:13, Tushar Behera wrote: On 05/20/2014 10:13 PM, Tomasz Figa wrote: > This patch introduces a driver that handles configuration of CLKOUT

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Sylwester Nawrocki
On 22/05/14 13:44, Tushar Behera wrote: > On 22 May 2014 16:04, Tomasz Figa wrote: >> On 22.05.2014 07:13, Tushar Behera wrote: >>> On 05/20/2014 10:13 PM, Tomasz Figa wrote: This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to output

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 13:44, Tushar Behera wrote: > On 22 May 2014 16:04, Tomasz Figa wrote: >> On 22.05.2014 07:13, Tushar Behera wrote: >>> On 05/20/2014 10:13 PM, Tomasz Figa wrote: This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to outp

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tushar Behera
On 22 May 2014 16:04, Tomasz Figa wrote: > On 22.05.2014 07:13, Tushar Behera wrote: >> On 05/20/2014 10:13 PM, Tomasz Figa wrote: >>> This patch introduces a driver that handles configuration of CLKOUT pin >>> of Exynos SoCs that can be used to output certain clocks from inside of >>> the SoC to

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 07:13, Tushar Behera wrote: > On 05/20/2014 10:13 PM, Tomasz Figa wrote: >> This patch introduces a driver that handles configuration of CLKOUT pin >> of Exynos SoCs that can be used to output certain clocks from inside of >> the SoC to a dedicated output pin. >> >> Signed-off-by: Tom

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 06:28, Tushar Behera wrote: > On 05/20/2014 10:13 PM, Tomasz Figa wrote: >> This patch introduces a driver that handles configuration of CLKOUT pin >> of Exynos SoCs that can be used to output certain clocks from inside of >> the SoC to a dedicated output pin. >> >> Signed-off-by: Tom

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-21 Thread Tushar Behera
On 05/20/2014 10:13 PM, Tomasz Figa wrote: > This patch introduces a driver that handles configuration of CLKOUT pin > of Exynos SoCs that can be used to output certain clocks from inside of > the SoC to a dedicated output pin. > > Signed-off-by: Tomasz Figa > --- > .../devicetree/bindings/arm/s

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-21 Thread Tushar Behera
On 05/20/2014 10:13 PM, Tomasz Figa wrote: > This patch introduces a driver that handles configuration of CLKOUT pin > of Exynos SoCs that can be used to output certain clocks from inside of > the SoC to a dedicated output pin. > > Signed-off-by: Tomasz Figa > --- > .../devicetree/bindings/arm/s

[PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-20 Thread Tomasz Figa
This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to output certain clocks from inside of the SoC to a dedicated output pin. Signed-off-by: Tomasz Figa --- .../devicetree/bindings/arm/samsung/pmu.txt| 30 drivers/clk/samsung/Mak