Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-10 Thread Peter De Schrijver
On Wed, Oct 09, 2013 at 06:00:18PM +0200, Stephen Warren wrote: > On 10/09/2013 02:11 AM, Peter De Schrijver wrote: > > On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: > >> On 10/04/2013 03:12 AM, Peter De Schrijver wrote: > >>> Tegra124 introduces a number of new peripheral

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-10 Thread Peter De Schrijver
On Wed, Oct 09, 2013 at 06:00:18PM +0200, Stephen Warren wrote: On 10/09/2013 02:11 AM, Peter De Schrijver wrote: On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: On 10/04/2013 03:12 AM, Peter De Schrijver wrote: Tegra124 introduces a number of new peripheral clocks. This

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-09 Thread Stephen Warren
On 10/09/2013 02:11 AM, Peter De Schrijver wrote: > On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: >> On 10/04/2013 03:12 AM, Peter De Schrijver wrote: >>> Tegra124 introduces a number of new peripheral clocks. This patch adds those >>> to the common peripheral clock code. >> >>

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-09 Thread Peter De Schrijver
On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: > On 10/04/2013 03:12 AM, Peter De Schrijver wrote: > > Tegra124 introduces a number of new peripheral clocks. This patch adds those > > to the common peripheral clock code. > > Don't you need to add AFC[0..5] in this patch and/or

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-09 Thread Peter De Schrijver
On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: On 10/04/2013 03:12 AM, Peter De Schrijver wrote: Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Don't you need to add AFC[0..5] in this patch and/or patch 5?

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-09 Thread Stephen Warren
On 10/09/2013 02:11 AM, Peter De Schrijver wrote: On Wed, Oct 09, 2013 at 12:31:35AM +0200, Stephen Warren wrote: On 10/04/2013 03:12 AM, Peter De Schrijver wrote: Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Don't you need

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-08 Thread Stephen Warren
On 10/04/2013 03:12 AM, Peter De Schrijver wrote: > Tegra124 introduces a number of new peripheral clocks. This patch adds those > to the common peripheral clock code. Don't you need to add AFC[0..5] in this patch and/or patch 5? -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-08 Thread Stephen Warren
On 10/04/2013 03:12 AM, Peter De Schrijver wrote: Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Don't you need to add AFC[0..5] in this patch and/or patch 5? -- To unsubscribe from this list: send the line unsubscribe

[PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-04 Thread Peter De Schrijver
Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-tegra-periph.c | 61 ++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git

[PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-04 Thread Peter De Schrijver
Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/clk-tegra-periph.c | 61 ++ 1 files changed, 61 insertions(+), 0