From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753077AbdEDHml (ORCPT ); Thu, 4 May 2017 03:42:41 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:18899 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751642AbdEDHmc (ORCPT ); Thu, 4 May 2017 03:42:32 -0400 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 04 May 2017 00:42:32 -0700 Date: Thu, 4 May 2017 10:42:26 +0300 From: Peter De Schrijver To: Stephen Boyd CC: Prashant Gaikwad , Michael Turquette , Thierry Reding , Jonathan Hunter , , , Subject: Re: [PATCH] clk: tegra: fix SS control on PLL enable/disable Message-ID: <20170504074226.GR30730@tbergstrom-lnx.Nvidia.com> References: <1492691989-30539-1-git-send-email-pdeschrijver@nvidia.com> <20170422023848.GJ7065@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170422023848.GJ7065@codeaurora.org> X-NVConfidentiality: public User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [10.21.24.170] X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL101.nvidia.com (10.26.138.13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 21, 2017 at 07:38:48PM -0700, Stephen Boyd wrote: > On 04/20, Peter De Schrijver wrote: > > PLL SS was only controlled when setting the PLL rate, not when the PLL > > itself is enabled or disabled. This means that if the PLL rate was set > > before the PLL is enabled, SS will not be enabled, even when configured. > > > > Signed-off-by: Peter De Schrijver > > Fixes tag? Or this isn't a problem right now, just future fix? > This isn't a problem right now, at least noone complained about it. Peter.