[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0993ec07-1424-256a-512d-3455c7a5db41@redhat.com>
Date: Tue, 23 Feb 2021 06:39:51 -0800
From: Tom Rix <trix@...hat.com>
To: richard.gong@...ux.intel.com, gregkh@...uxfoundation.org,
"mdf@...nel.org" <mdf@...nel.org>, Wu Hao <hao.wu@...el.com>
Cc: linux-kernel@...r.kernel.org,
Richard Gong <richard.gong@...el.com>,
"# 5 . 9+" <stable@...r.kernel.org>
Subject: Re: [PATCHv3] firmware: stratix10-svc: reset
COMMAND_RECONFIG_FLAG_PARTIAL to 0
Richard,
I see this is for stable.
Your mainline patchset looks ok with me, has it been accepted yet for mainline ?
Reviewed-by: Tom Rix <trix@...hat.com>
On 2/23/21 6:15 AM, richard.gong@...ux.intel.com wrote:
> From: Richard Gong <richard.gong@...el.com>
>
> Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which
> aligns with the firmware settings.
>
> Cc: <stable@...r.kernel.org> # 5.9+
> Fixes: 36847f9e3e56 ("firmware: stratix10-svc: correct reconfig flag and timeout values")
> Signed-off-by: Richard Gong <richard.gong@...el.com>
> ---
> v3: correct the missing item in the Fixes subject line
> v2: add tag Cc: <stable@...r.kernel.org> # 5.9+
> add 'Fixes: ... ' line in the comment
> ---
> include/linux/firmware/intel/stratix10-svc-client.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/firmware/intel/stratix10-svc-client.h b/include/linux/firmware/intel/stratix10-svc-client.h
> index a93d859..f843c6a 100644
> --- a/include/linux/firmware/intel/stratix10-svc-client.h
> +++ b/include/linux/firmware/intel/stratix10-svc-client.h
> @@ -56,7 +56,7 @@
> * COMMAND_RECONFIG_FLAG_PARTIAL:
> * Set to FPGA configuration type (full or partial).
> */
> -#define COMMAND_RECONFIG_FLAG_PARTIAL 1
> +#define COMMAND_RECONFIG_FLAG_PARTIAL 0
>
> /**
> * Timeout settings for service clients:
Powered by blists - more mailing lists