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=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 96203C433DB for ; Tue, 9 Feb 2021 11:18:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34FDC64E4B for ; Tue, 9 Feb 2021 11:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbhBILSJ (ORCPT ); Tue, 9 Feb 2021 06:18:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:46094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230205AbhBILNU (ORCPT ); Tue, 9 Feb 2021 06:13:20 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5376B64E40; Tue, 9 Feb 2021 11:12:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612869159; bh=Ph1Qa9pT03RauygTnNT/+m1n9D6jb1k3gdJXUz2rV7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uKXVZSAychn3RwRQsLg5HhrPcBwt3+mM5YDAWrLPnf6GJN2aWn86Wb4kGcqERq3yR TOeQUJfXN8oOAN0aqX6Emw64W7BtZaEgMfZTLmX8qtLKtJBxOyWwJOVwnjPtVZhkns /FWyYwErYzw+6t/P7Ss22tljt5VbRe/D+0SnIUuI= Date: Tue, 9 Feb 2021 12:12:36 +0100 From: Greg KH To: richard.gong@linux.intel.com Cc: mdf@kernel.org, trix@redhat.com, linux-kernel@vger.kernel.org, Richard Gong , "# 5 . 9+" Subject: Re: [PATCHv2] firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0 Message-ID: References: <1611848292-17882-1-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: <1611848292-17882-1-git-send-email-richard.gong@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 28, 2021 at 09:38:12AM -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. > > Cc: # 5.9+ > Fixes: 36847f9e3e56 ("firmware: correct reconfig flag and timeout values") This is not the subject line of this git commit id, and linux-next would complain if I let this into my tree. Please fix up and resend. thnaks, greg k-h