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 C915EE95A82 for ; Sun, 8 Oct 2023 13:08:21 +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=eke3QF7+gxXWKqeMHf9zXUqfk8fPA5C1Fsm2Fk6I//s=; b=bsLAX6/G3nheOZ wIYfMjrEd5D5eDXYwQQBmAefFIYg2lVVzAGlbowqSKuqxEI8iX59gxKDKEhdr+F0xhwKIT6uW4R+m yy5wzftj75fq3EM1OZ4XSGhX7bFLpvwEbJmsTTARI5knHI9Zzbxbe8MDoKFhO5m/KZyQoMrN1mfdT BQRHtT7opelykjk3IsgpYmqHTzo/X5bXBCiBT2sBvGeTEN7DRNwGYB7mJ/eUMMOPa67NUjyVkubh2 MZdiug8xSIZPRlmKhE+cWj5xoNEkUdDFi/3YGHKzTJgQdX5cZPvJ3+Fp5RIxEao93FnQ7FExScf7c OCLs7R7j3ZP2veLo2FBA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qpTVn-008syj-18; Sun, 08 Oct 2023 13:07:59 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qpTVk-008sxf-1J for linux-arm-kernel@lists.infradead.org; Sun, 08 Oct 2023 13:07:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 1F710B8068D; Sun, 8 Oct 2023 13:07:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3BF2C433C7; Sun, 8 Oct 2023 13:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696770472; bh=20jId0YR8CWrXSKu6wj0Jv9I+ASNRRUWUTUEQPTOuN0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DDUzESCuM/qK63Q6jxR5QWjNlH5R70XJI+Iknsybmet4t+BdDzvTU2oCZvZ8RFhoP dzbfqr+7DsW+5n+RhHZjAEpr/ftDXW6+mjNSMIaUDnxo87ODIx9WlU/M6YUHWDAZFw jABtubbjXpF7gJldfKGmzPKn0eyh3x68pHwqkOz0= Date: Sun, 8 Oct 2023 15:07:45 +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 1/3] nvmem: imx: correct nregs for i.MX6SLL Message-ID: <2023100826-cranium-granite-be85@gregkh> References: <20231008-nvmem-imx-v1-0-cabeb18ab676@nxp.com> <20231008-nvmem-imx-v1-1-cabeb18ab676@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231008-nvmem-imx-v1-1-cabeb18ab676@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231008_060756_596511_41B92793 X-CRM114-Status: GOOD ( 24.51 ) 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:20PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The nregs for i.MX6SLL should be 80 per fuse map, correct it. > > Fixes: 6da27821a6f5 ("nvmem: imx-ocotp: add support for imx6sll") > 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 434f197e27bf..c59cfe13a5f8 100644 > --- a/drivers/nvmem/imx-ocotp.c > +++ b/drivers/nvmem/imx-ocotp.c > @@ -498,7 +498,7 @@ static const struct ocotp_params imx6sl_params = { > }; > > static const struct ocotp_params imx6sll_params = { > - .nregs = 128, > + .nregs = 80, > .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