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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 F1406C48BCF for ; Wed, 9 Jun 2021 18:58:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E097C613D4 for ; Wed, 9 Jun 2021 18:58:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229943AbhFITAG (ORCPT ); Wed, 9 Jun 2021 15:00:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:57380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230286AbhFITAF (ORCPT ); Wed, 9 Jun 2021 15:00:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B947561364; Wed, 9 Jun 2021 18:58:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623265090; bh=5Oerxcxkbmnp9SKdd+X4WFEOBlR8i4Q0NSdmLzUwXSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vbuS46zf1uAcACc3q5IfWloooE8dYfn/TfKl+OcZre+whL+D3CQ5H0EpfPyeL9naY +i2wFA/12ZX6gzUAXvwryDLvOhEQoBrmP5ddPV2GxsPDIUWXhmh+ru32xmuS8kQmoH Crq7i4Xhoo/LWIR0D00DPDmHZCfwZePAtF+J7i3w= Date: Wed, 9 Jun 2021 20:58:08 +0200 From: Greg KH To: Dinh Nguyen Cc: linux-clk@vger.kernel.org, sboyd@kernel.org, mturquette@baylibre.com, stable@vger.kernel.org Subject: Re: [PATCH 4/4] clk: agilex/stratix10/n5x: fix how the bypass_reg is handled Message-ID: References: <20210609185008.36056-1-dinguyen@kernel.org> <20210609185008.36056-4-dinguyen@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210609185008.36056-4-dinguyen@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Jun 09, 2021 at 01:50:08PM -0500, Dinh Nguyen wrote: > If the bypass_reg is set, then we can return the bypass parent, however, > if there is not a bypass_reg, we need to figure what the correct parent > mux is. > > The previous code never handled the parent mux if there was a > bypass_reg. > > Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the Agilex platform") > Signed-off-by: Dinh Nguyen > --- > drivers/clk/socfpga/clk-periph-s10.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.