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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9983DE95A82 for ; Sun, 8 Oct 2023 13:08:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bF5dUobjp5OpTACAB2xB5dJVKn6SDZI22qNxebC8uSs=; b=Oeu82iGmCIBzYH 3yMXGA/r/btgtYdaIhqqltZsG/KLPOJMuPIkVuk0mTbwsbdtfSxYZcoknHCAUrAObH2WFQIPdcEty +FCBh/hot6In+cEjK9YsIKHKcfv4W1vxDPorofm9YwZew4Ca7IxP8BKh0r34Z36PT6AhjtSs4qo+4 PATbchs6mHGEMfEYLDmBgPox7t4AMVFUaBquTQI6pQfhz6qbiVonPQCHPl7nH4xwLyPTWRWhszYxz CUcI+bSSdSYsL14wceUAgAFt3PhFPlUfeoSzMGXVCVdhV0gaHUdGCHBozPaMwzw6vJ0gX5d8qU3T3 NjTxbxXE8gCc9JvZlmzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qpTVu-008t0f-0K; Sun, 08 Oct 2023 13:08:06 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qpTVr-008szq-1Y for linux-arm-kernel@lists.infradead.org; Sun, 08 Oct 2023 13:08:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id AB92960DDE; Sun, 8 Oct 2023 13:08:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3607C433C8; Sun, 8 Oct 2023 13:08:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696770482; bh=n197WUbjPATrHaaeOw5LG4dXYkPwkQKNtf27c1N7CJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JoXN2IoP3tyqU9P+ZM1pz3NLAbuOP8pVsU4OxYh+USBbevp0KGpB/DpiS3lITNpvf PvxmF5M382x2piety81elfCFwuBs0bJx4r0Npzv/iI1h4tjJpAfsT1xcGKLcp82/ER rkPT1MGfZy2oaTO15WVWleM3jdnMmgumaU4G7Ruc= Date: Sun, 8 Oct 2023 15:07:52 +0200 From: Greg Kroah-Hartman To: "Peng Fan (OSS)" Cc: Srinivas Kandagatla , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Anson Huang , Bai Ping , Stefan Wahren , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH 2/3] nvmem: imx: correct nregs for i.MX6UL Message-ID: <2023100847-energetic-zodiac-b1d3@gregkh> References: <20231008-nvmem-imx-v1-0-cabeb18ab676@nxp.com> <20231008-nvmem-imx-v1-2-cabeb18ab676@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231008-nvmem-imx-v1-2-cabeb18ab676@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231008_060803_707734_B0BAB1BD X-CRM114-Status: GOOD ( 24.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Oct 08, 2023 at 04:10:21PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The nregs for i.MX6UL should be 144 per fuse map, correct it. > > Fixes: 4aa2b4802046 ("nvmem: octop: Add support for imx6ul") > Signed-off-by: Peng Fan > --- > drivers/nvmem/imx-ocotp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/nvmem/imx-ocotp.c b/drivers/nvmem/imx-ocotp.c > index c59cfe13a5f8..8d30c8bfdbcf 100644 > --- a/drivers/nvmem/imx-ocotp.c > +++ b/drivers/nvmem/imx-ocotp.c > @@ -512,7 +512,7 @@ static const struct ocotp_params imx6sx_params = { > }; > > static const struct ocotp_params imx6ul_params = { > - .nregs = 128, > + .nregs = 144, > .bank_address_words = 0, > .set_timing = imx_ocotp_set_imx6_timing, > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT, > > -- > 2.37.1 > Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - You have marked a patch with a "Fixes:" tag for a commit that is in an older released kernel, yet you do not have a cc: stable line in the signed-off-by area at all, which means that the patch will not be applied to any older kernel releases. To properly fix this, please follow the documented rules in the Documentation/process/stable-kernel-rules.rst file for how to resolve this. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel