From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752317AbbKWMgn (ORCPT ); Mon, 23 Nov 2015 07:36:43 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:4301 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbbKWMgl (ORCPT ); Mon, 23 Nov 2015 07:36:41 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 23 Nov 2015 04:33:59 -0800 Subject: Re: [PATCH] clk: tegra: Fix bypassing of PLLs To: Stephen Boyd References: <1448032264-29622-1-git-send-email-jonathanh@nvidia.com> <20151120171527.GL32672@codeaurora.org> CC: Peter De Schrijver , Prashant Gaikwad , Michael Turquette , "Stephen Warren" , Thierry Reding , Alexandre Courbot , , , , Rhyland Klein From: Jon Hunter Message-ID: <56530851.8020206@nvidia.com> Date: Mon, 23 Nov 2015 12:36:33 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151120171527.GL32672@codeaurora.org> X-Originating-IP: [10.21.132.108] X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/11/15 17:15, Stephen Boyd wrote: > On 11/20, Jon Hunter wrote: >> The _clk_disable_pll() function will attempt to place a PLL into bypass >> if the TEGRA_PLL_BYPASS is specified for the PLL and then disable the PLL >> by clearing the enable bit. To place the PLL into bypass, the bypass bit >> needs to be set and not cleared. Fix this by setting the bypass bit and >> not clearing it. >> >> Signed-off-by: Jon Hunter >> --- > > Fixes tag? It looks like this has been wrong from the beginning > of time. Yes good point. Thierry, I see you have put this in the -next branch for tegra. Do you want to add the following? Fixes: 8f8f484bf355 ("clk: tegra: add Tegra specific clocks") Jon