Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754830AbdL1SgU (ORCPT ); Thu, 28 Dec 2017 13:36:20 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:39626 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754341AbdL1SgP (ORCPT ); Thu, 28 Dec 2017 13:36:15 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B881E6071B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 28 Dec 2017 10:36:12 -0800 From: Stephen Boyd To: Paul Cercueil Cc: Ralf Baechle , Rob Herring , Michael Turquette , Mark Rutland , Maarten ter Huurne , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v4 03/15] clk: ingenic: support PLLs with no bypass bit Message-ID: <20171228183612.GJ7997@codeaurora.org> References: <20170702163016.6714-2-paul@crapouillou.net> <20171228135634.30000-1-paul@crapouillou.net> <20171228135634.30000-4-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171228135634.30000-4-paul@crapouillou.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 395 Lines: 13 On 12/28, Paul Cercueil wrote: > The second PLL of the JZ4770 does not have a bypass bit. > This commit makes it possible to support it with the current common CGU > code. > > Signed-off-by: Paul Cercueil > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project