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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 90536C433E0 for ; Thu, 28 Jan 2021 08:06:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 488BE64DA1 for ; Thu, 28 Jan 2021 08:06:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231741AbhA1IFo (ORCPT ); Thu, 28 Jan 2021 03:05:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:38986 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232263AbhA1IBh (ORCPT ); Thu, 28 Jan 2021 03:01:37 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9B6726146D; Thu, 28 Jan 2021 08:00:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611820856; bh=7ty3YUSnGLJtJH0Qxl5H4y9j20nBh3M5j1WwTLB8qrU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bin9V7kzgM+e/7S/ARyAmFXIu2lDpDR/JJm9HkjpOC7+qsodGW0uHX7bsvl9/4PxO YFDofN1zCZLdWzVjCHFzaxSE/g6WwVd3pLyOF3GwpzGRpoEAnFKtfJGvYkWf1sOdU1 1cb9soLzGDOuXQr1FbluzY6oBCgtl1PAw/ixYD8Q= Date: Thu, 28 Jan 2021 09:00:52 +0100 From: Greg KH To: richard.gong@linux.intel.com Cc: mdf@kernel.org, trix@redhat.com, linux-kernel@vger.kernel.org, Richard Gong Subject: Re: [PATCHv1] firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0 Message-ID: References: <1611783801-30766-1-git-send-email-richard.gong@linux.intel.com> <1611783801-30766-2-git-send-email-richard.gong@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1611783801-30766-2-git-send-email-richard.gong@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2021 at 03:43:21PM -0600, richard.gong@linux.intel.com wrote: > From: Richard Gong > > Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which > aligns with the firmware settings. > > Signed-off-by: Richard Gong > --- > include/linux/firmware/intel/stratix10-svc-client.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 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.