From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0C0DC47404 for ; Sun, 6 Oct 2019 01:05:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C46B3222CB for ; Sun, 6 Oct 2019 01:05:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570323915; bh=Pf9/d5vVjnlPKk6M1od3ctC5DpBEelEq+hMSLuWLdo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=W9HIbqheBHTE7FVeUwugRjr2nUv6u7oTSYHhRpAxs3WVgj3MNCvmyq1i3tRo+hLmh ZatpAOB0U7exYMEA+RtMQ/gHlivI1o95TSkcbRT+81dhX5M/noJKR6IjzBIMLV/rpa 8yo7glZZOk7s+0rK9UXSrMIe19Ow+bztET9WiJng= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727058AbfJFBFP (ORCPT ); Sat, 5 Oct 2019 21:05:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:50476 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726986AbfJFBFP (ORCPT ); Sat, 5 Oct 2019 21:05:15 -0400 Received: from dragon (li937-157.members.linode.com [45.56.119.157]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C714A222C8; Sun, 6 Oct 2019 01:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570323914; bh=Pf9/d5vVjnlPKk6M1od3ctC5DpBEelEq+hMSLuWLdo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D++bcTh4Glu+CeOeynzWo+wszaZBx85Jj7nV1Ao4qOPw6b3eHywudNpI8d4YvXA1/ BjFcBhPuIoMo2iKwG0l9zxHQfksHelul20GxBhJljPPWIBpyyqiknUM50dzAgQWcRF xWYK5P21Olnl4Atk09kJhpv05/G5hgeGyLp5sTxA= Date: Sun, 6 Oct 2019 09:04:57 +0800 From: Shawn Guo To: Leonard Crestez Cc: Stephen Boyd , Peng Fan , Jacky Bai , Michael Turquette , Abel Vesa , Daniel Baluta , Viorel Suman , Dong Aisheng , Fabio Estevam , kernel@pengutronix.de, linux-imx@nxp.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] clk: imx: pll14xx: Fix quick switch of S/K parameter Message-ID: <20191006010456.GG7150@dragon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Sep 04, 2019 at 12:49:18PM +0300, Leonard Crestez wrote: > The PLL14xx on imx8m can change the S and K parameter without requiring > a reset and relock of the whole PLL. > > Fix clk_pll144xx_mp_change register reading and use it for pll1443 as > well since no reset+relock is required on K changes either. > > Signed-off-by: Leonard Crestez Applied, thanks.