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 5C99BC3A59D for ; Mon, 19 Aug 2019 11:59:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 233282086C for ; Mon, 19 Aug 2019 11:59:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566215962; bh=BlF5eyN8+BYQuNaKgdgBAcb8evFPpg8cxRjy3CPmiRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MV3eXE6b4O7RWqH/SIrv+nPX3Dna+EE+OurIM5ZasoWGVAMeqQQSbUuog3FvRB1wK aqruucwtks1CoDe1oqZM+MiUU24ZDYziJb0jw7wyMdTNR++hGrV8rKLCauMXep7IGL FvZt0qZW5d3bV5ayD9IPVDkmCUHN3ZaXxo8OWQUQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726987AbfHSL7V (ORCPT ); Mon, 19 Aug 2019 07:59:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:45152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbfHSL7V (ORCPT ); Mon, 19 Aug 2019 07:59:21 -0400 Received: from X250 (37.80-203-192.nextgentel.com [80.203.192.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DEDF12085A; Mon, 19 Aug 2019 11:59:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566215960; bh=BlF5eyN8+BYQuNaKgdgBAcb8evFPpg8cxRjy3CPmiRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N/S1qpYiSKTHfHFnyA5YvjHA45F9f9gS2wu4MxcxIXVBMokQT2MskhpPwU0eBohhZ k2iJWiPJx/Rr9D4SsqUjBQwwGBgE/kU+WIFNI9kOWvU46yG9z+N2PbbwhnGUDzICzK TB+W5XK0hC8wxg01tmpoCqFv6au/KqzISkPbUiBM= Date: Mon, 19 Aug 2019 13:59:09 +0200 From: Shawn Guo To: Peng Fan Cc: Stephen Boyd , "mturquette@baylibre.com" , "s.hauer@pengutronix.de" , "kernel@pengutronix.de" , "festevam@gmail.com" , dl-linux-imx , Anson Huang , Abel Vesa , Jacky Bai , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] clk: imx8mn: fix int pll clk gate Message-ID: <20190819115907.GB5999@X250> References: <20190814015312.11711-1-peng.fan@nxp.com> <20190816180246.D37BD20665@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Mon, Aug 19, 2019 at 01:05:42AM +0000, Peng Fan wrote: > Hi Stephen, > > > Subject: Re: [PATCH] clk: imx8mn: fix int pll clk gate > > > > Quoting peng.fan@nxp.com (2019-08-13 18:53:12) > > > From: Peng Fan > > > > > > To Frac pll, the gate shift is 13, however to Int PLL the gate shift > > > is 11. > > > > > > Cc: > > > Fixes: 96d6392b54db ("clk: imx: Add support for i.MX8MN clock driver") > > > Signed-off-by: Peng Fan > > > Reviewed-by: Jacky Bai > > > --- > > > > This is a fix for a change in -next. Why is stable Cced? > > Sorry, that was added by mistaken. Should I resend v2 to drop it? Applied with both stable and Fixes tag dropped, as the commit ID is unstable before it lands on mainline. Shawn