Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Rhyland Klein
On 5/6/2015 9:59 AM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, May 05, 2015 at 04:14:31PM -0400, Rhyland Klein wrote: >> On 5/4/2015 3:45 PM, Benson Leung wrote: >>> On Mon, May 4, 2015 at 9:37 AM, Rhyland Klein wrote: Tegra210 has significant differences in muxes fo

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Rhyland Klein
On 5/6/2015 10:15 AM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Wed, May 06, 2015 at 07:20:32PM +0800, Jim Lin wrote: >> On 05/05/2015 12:37 AM, Rhyland Klein wrote: > [...] >>> diff --git a/drivers/clk/tegra/clk-tegra-periph.c >>> b/drivers/clk/tegra/clk-tegra-periph.c > [...

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Thierry Reding
On Wed, May 06, 2015 at 07:20:32PM +0800, Jim Lin wrote: > On 05/05/2015 12:37 AM, Rhyland Klein wrote: [...] > >diff --git a/drivers/clk/tegra/clk-tegra-periph.c > >b/drivers/clk/tegra/clk-tegra-periph.c [...] > >@@ -333,6 +497,11 @@ static u32 mux_clkm_48M_pllp_480M_idx[] = { > > [0] = 0, [1

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Thierry Reding
On Mon, May 04, 2015 at 12:37:22PM -0400, Rhyland Klein wrote: [...] > diff --git a/drivers/clk/tegra/clk-tegra-periph.c > b/drivers/clk/tegra/clk-tegra-periph.c [...] > @@ -387,6 +563,32 @@ static u32 mux_pllm_pllc2_c_c3_pllp_plla_pllc4_idx[] = { > [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] =

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Thierry Reding
On Tue, May 05, 2015 at 04:14:31PM -0400, Rhyland Klein wrote: > On 5/4/2015 3:45 PM, Benson Leung wrote: > > On Mon, May 4, 2015 at 9:37 AM, Rhyland Klein wrote: > >> Tegra210 has significant differences in muxes for peripheral clocks. > >> One of the most important changes is that pll_m isn't to

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-06 Thread Jim Lin
On 05/05/2015 12:37 AM, Rhyland Klein wrote: Tegra210 has significant differences in muxes for peripheral clocks. One of the most important changes is that pll_m isn't to be used as a source for peripherals. Therefore, we need to define the new muxes and new clocks to use those muxes for Tegra210

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-05 Thread Rhyland Klein
On 5/4/2015 3:45 PM, Benson Leung wrote: > On Mon, May 4, 2015 at 9:37 AM, Rhyland Klein wrote: >> Tegra210 has significant differences in muxes for peripheral clocks. >> One of the most important changes is that pll_m isn't to be used >> as a source for peripherals. Therefore, we need to define t

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-04 Thread Andrew Bresticker
Hi Rhyland, On Mon, May 4, 2015 at 9:37 AM, Rhyland Klein wrote: > Tegra210 has significant differences in muxes for peripheral clocks. > One of the most important changes is that pll_m isn't to be used > as a source for peripherals. Therefore, we need to define the new > muxes and new clocks to

Re: [PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-04 Thread Benson Leung
On Mon, May 4, 2015 at 9:37 AM, Rhyland Klein wrote: > Tegra210 has significant differences in muxes for peripheral clocks. > One of the most important changes is that pll_m isn't to be used > as a source for peripherals. Therefore, we need to define the new > muxes and new clocks to use those mux

[PATCH v4 02/20] clk: tegra: periph: add new periph clks and muxes for Tegra210

2015-05-04 Thread Rhyland Klein
Tegra210 has significant differences in muxes for peripheral clocks. One of the most important changes is that pll_m isn't to be used as a source for peripherals. Therefore, we need to define the new muxes and new clocks to use those muxes for Tegra210 support. Signed-off-by: Rhyland Klein --- d