Re: [PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-17 Thread Peter De Schrijver
On Mon, Jun 16, 2014 at 11:49:18PM +0200, Stephen Warren wrote: > On 06/04/2014 05:32 AM, Mikko Perttunen wrote: > > This makes the SATA PLL be controlled by hardware instead of software. > > This is required for working SATA support. > > Peter, could you please take patches 4 and 5 through the

Re: [PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-17 Thread Peter De Schrijver
On Mon, Jun 16, 2014 at 11:49:18PM +0200, Stephen Warren wrote: On 06/04/2014 05:32 AM, Mikko Perttunen wrote: This makes the SATA PLL be controlled by hardware instead of software. This is required for working SATA support. Peter, could you please take patches 4 and 5 through the clock

Re: [PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-16 Thread Stephen Warren
On 06/04/2014 05:32 AM, Mikko Perttunen wrote: > This makes the SATA PLL be controlled by hardware instead of software. > This is required for working SATA support. Peter, could you please take patches 4 and 5 through the clock tree. As far as I can tell, there's no compile-time dependency in the

Re: [PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-16 Thread Stephen Warren
On 06/04/2014 05:32 AM, Mikko Perttunen wrote: This makes the SATA PLL be controlled by hardware instead of software. This is required for working SATA support. Peter, could you please take patches 4 and 5 through the clock tree. As far as I can tell, there's no compile-time dependency in the

[PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-04 Thread Mikko Perttunen
This makes the SATA PLL be controlled by hardware instead of software. This is required for working SATA support. Signed-off-by: Mikko Perttunen --- drivers/clk/tegra/clk-pll.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/clk/tegra/clk-pll.c b/drivers/clk/tegra/clk-pll.c

[PATCH 4/9] clk: tegra: Enable hardware control of SATA PLL

2014-06-04 Thread Mikko Perttunen
This makes the SATA PLL be controlled by hardware instead of software. This is required for working SATA support. Signed-off-by: Mikko Perttunen mperttu...@nvidia.com --- drivers/clk/tegra/clk-pll.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/clk/tegra/clk-pll.c