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 3113BC48BD1 for ; Wed, 9 Jun 2021 18:58:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11EA2613D4 for ; Wed, 9 Jun 2021 18:58:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229993AbhFITAU (ORCPT ); Wed, 9 Jun 2021 15:00:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:58370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbhFITAT (ORCPT ); Wed, 9 Jun 2021 15:00:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3912061364; Wed, 9 Jun 2021 18:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623265104; bh=9WWjQNcohC0iQcBIHkL9GJ7pmFxz94zjkzzm8GKCc90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WZrTEQH4Sz+y6YKzrrE1yf/sqmFVVu7R0ZH1m1bTTKxmJTWDW4lAnbuIEO2uM2wP2 aqcQYNOiqNQnXFo6qQbHL6h0SgxeJUH5IFmqW6ppHPL+mv5gBjy/hy/UHQvBTeQSEk aE3AI8zC8v2TqS18wF7+UVlHco0ecWHcEiw/JuBA= Date: Wed, 9 Jun 2021 20:58:22 +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 2/4] clk: agilex/stratix10: fix bypass representation Message-ID: References: <20210609185008.36056-1-dinguyen@kernel.org> <20210609185008.36056-2-dinguyen@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210609185008.36056-2-dinguyen@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 09, 2021 at 01:50:06PM -0500, Dinh Nguyen wrote: > Each of these clocks(s2f_usr0/1, sdmmc_clk, gpio_db, emac_ptp, > emac0/1/2) have a bypass setting that can use the boot_clk. The > previous representation was not correct. > > Fix the representation. > > Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the Agilex platform") > Signed-off-by: Dinh Nguyen > --- > drivers/clk/socfpga/clk-agilex.c | 57 ++++++++++++++++++++++++++------ > drivers/clk/socfpga/clk-s10.c | 55 ++++++++++++++++++++++++------ > 2 files changed, 91 insertions(+), 21 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.