Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-24 Thread Stephen Warren
On 09/24/2013 02:32 AM, Peter De Schrijver wrote: > On Mon, Sep 23, 2013 at 08:34:48PM +0200, Stephen Warren wrote: >> On 09/18/2013 08:41 AM, Peter De Schrijver wrote: >>> Introduce a new file for fixed clocks common between several Tegra >>> SoCs and move Tegra114 to this new infrastructure. >>

Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-24 Thread Peter De Schrijver
On Mon, Sep 23, 2013 at 08:34:48PM +0200, Stephen Warren wrote: > On 09/18/2013 08:41 AM, Peter De Schrijver wrote: > > Introduce a new file for fixed clocks common between several Tegra > > SoCs and move Tegra114 to this new infrastructure. > > > diff --git a/drivers/clk/tegra/clk-tegra-fixed.c

Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-24 Thread Peter De Schrijver
On Mon, Sep 23, 2013 at 08:34:48PM +0200, Stephen Warren wrote: On 09/18/2013 08:41 AM, Peter De Schrijver wrote: Introduce a new file for fixed clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. diff --git a/drivers/clk/tegra/clk-tegra-fixed.c

Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-24 Thread Stephen Warren
On 09/24/2013 02:32 AM, Peter De Schrijver wrote: On Mon, Sep 23, 2013 at 08:34:48PM +0200, Stephen Warren wrote: On 09/18/2013 08:41 AM, Peter De Schrijver wrote: Introduce a new file for fixed clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. diff --git

Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-23 Thread Stephen Warren
On 09/18/2013 08:41 AM, Peter De Schrijver wrote: > Introduce a new file for fixed clocks common between several Tegra > SoCs and move Tegra114 to this new infrastructure. > diff --git a/drivers/clk/tegra/clk-tegra-fixed.c > b/drivers/clk/tegra/clk-tegra-fixed.c > +void __init

Re: [PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-23 Thread Stephen Warren
On 09/18/2013 08:41 AM, Peter De Schrijver wrote: Introduce a new file for fixed clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. diff --git a/drivers/clk/tegra/clk-tegra-fixed.c b/drivers/clk/tegra/clk-tegra-fixed.c +void __init

[PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-18 Thread Peter De Schrijver
Introduce a new file for fixed clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/Makefile |1 + drivers/clk/tegra/clk-tegra-fixed.c | 62 +++

[PATCH 10/12] clk: tegra: move fixed clocks to common file

2013-09-18 Thread Peter De Schrijver
Introduce a new file for fixed clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/Makefile |1 + drivers/clk/tegra/clk-tegra-fixed.c | 62