Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-19 Thread Stefan Kristiansson
On Tue, Nov 17, 2015 at 04:46:29PM +0100, Geert Uytterhoeven wrote: > Thanks, this is still very useful! > > I stumbled across this old patch while trying to instantiate a fixed rate > clock from a DT overlay. > Without this, the clock is never instantiated, as drivers/clk/clk-fixed-rate.c > uses

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-19 Thread Stefan Kristiansson
On Tue, Nov 17, 2015 at 04:46:29PM +0100, Geert Uytterhoeven wrote: > Thanks, this is still very useful! > > I stumbled across this old patch while trying to instantiate a fixed rate > clock from a DT overlay. > Without this, the clock is never instantiated, as drivers/clk/clk-fixed-rate.c > uses

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-18 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Nov 18, 2015 at 9:34 PM, Stephen Boyd wrote: > On 11/17, Geert Uytterhoeven wrote: >> (quoting the full driver, as it predates linux-clk) >> >> On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson >> wrote: >> > This adds a simple driver with the only purpose to initialise >>

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-18 Thread Stephen Boyd
On 11/17, Geert Uytterhoeven wrote: > Hi Stefan, > > (quoting the full driver, as it predates linux-clk) > > On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson > wrote: > > This adds a simple driver with the only purpose to initialise > > the fixed rate clock. > > This is useful for systems

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-18 Thread Stephen Boyd
On 11/17, Geert Uytterhoeven wrote: > Hi Stefan, > > (quoting the full driver, as it predates linux-clk) > > On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson > wrote: > > This adds a simple driver with the only purpose to initialise > > the fixed rate

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-18 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Nov 18, 2015 at 9:34 PM, Stephen Boyd wrote: > On 11/17, Geert Uytterhoeven wrote: >> (quoting the full driver, as it predates linux-clk) >> >> On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson >> wrote: >> > This

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-17 Thread Geert Uytterhoeven
Hi Stefan, (quoting the full driver, as it predates linux-clk) On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson wrote: > This adds a simple driver with the only purpose to initialise > the fixed rate clock. > This is useful for systems that do not wish to use seperate init > code for the

Re: [PATCH] clk: add generic driver for fixed rate clock

2015-11-17 Thread Geert Uytterhoeven
Hi Stefan, (quoting the full driver, as it predates linux-clk) On Sun, Sep 1, 2013 at 6:40 AM, Stefan Kristiansson wrote: > This adds a simple driver with the only purpose to initialise > the fixed rate clock. > This is useful for systems that do not wish to

Re: [PATCH] clk: add generic driver for fixed rate clock

2013-11-12 Thread Stefan Kristiansson
Ping and adding Mike Turquette to CC On Sun, Sep 01, 2013 at 07:40:20AM +0300, Stefan Kristiansson wrote: > This adds a simple driver with the only purpose to initialise > the fixed rate clock. > This is useful for systems that do not wish to use seperate init > code for the fixed rate clock

Re: [PATCH] clk: add generic driver for fixed rate clock

2013-11-12 Thread Stefan Kristiansson
Ping and adding Mike Turquette to CC On Sun, Sep 01, 2013 at 07:40:20AM +0300, Stefan Kristiansson wrote: This adds a simple driver with the only purpose to initialise the fixed rate clock. This is useful for systems that do not wish to use seperate init code for the fixed rate clock init,

[PATCH] clk: add generic driver for fixed rate clock

2013-08-31 Thread Stefan Kristiansson
This adds a simple driver with the only purpose to initialise the fixed rate clock. This is useful for systems that do not wish to use seperate init code for the fixed rate clock init, but rather only rely on a device tree description of it. Signed-off-by: Stefan Kristiansson ---

[PATCH] clk: add generic driver for fixed rate clock

2013-08-31 Thread Stefan Kristiansson
This adds a simple driver with the only purpose to initialise the fixed rate clock. This is useful for systems that do not wish to use seperate init code for the fixed rate clock init, but rather only rely on a device tree description of it. Signed-off-by: Stefan Kristiansson