Re: [PATCH v2 01/11] clk: tegra: Switch to using critical clks

2016-07-05 Thread Rhyland Klein
On 6/22/2016 8:16 AM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, May 27, 2016 at 04:38:04PM -0400, Rhyland Klein wrote: >> Mark some of the required-to-be-enabled clks as critical clks. These >> need to be kept on through the disabling of unused clks during init. >> They ma

Re: [PATCH v2 01/11] clk: tegra: Switch to using critical clks

2016-06-27 Thread Peter De Schrijver
On Wed, Jun 22, 2016 at 02:16:30PM +0200, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, May 27, 2016 at 04:38:04PM -0400, Rhyland Klein wrote: > > Mark some of the required-to-be-enabled clks as critical clks. These > > need to be kept on through the disabling of unused clks d

Re: [PATCH v2 01/11] clk: tegra: Switch to using critical clks

2016-06-22 Thread Thierry Reding
On Fri, May 27, 2016 at 04:38:04PM -0400, Rhyland Klein wrote: > Mark some of the required-to-be-enabled clks as critical clks. These > need to be kept on through the disabling of unused clks during init. > They may not get any reference before or after init, but are required > to be on, therefore

[PATCH v2 01/11] clk: tegra: Switch to using critical clks

2016-05-27 Thread Rhyland Klein
Mark some of the required-to-be-enabled clks as critical clks. These need to be kept on through the disabling of unused clks during init. They may not get any reference before or after init, but are required to be on, therefore let the core enable them. Signed-off-by: Rhyland Klein --- v2: - Rem