[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bc43e8ab-b8df-fd2f-31e4-02cdc48cadff@redhat.com>
Date: Sat, 13 Feb 2021 07:44:10 -0800
From: Tom Rix <trix@...hat.com>
To: richard.gong@...ux.intel.com, mdf@...nel.org,
gregkh@...uxfoundation.org, linux-fpga@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Richard Gong <richard.gong@...el.com>
Subject: Re: [PATCHv5 1/7] firmware: stratix10-svc: reset
COMMAND_RECONFIG_FLAG_PARTIAL to 0
On 2/9/21 2:20 PM, 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.
>
> Fixes: 36847f9e3e56 ("firmware: stratix10-svc: correct reconfig flag and timeout values")
> Signed-off-by: Richard Gong <richard.gong@...el.com>
> ---
> v5: new add, add the missing standalone patch
> ---
> 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
Is this the stand alone fix split from v3's patch 1 ?
https://lore.kernel.org/linux-fpga/YBFW50LPP%2FyEbvEW@kroah.com/
Tom
>
> /**
> * Timeout settings for service clients:
Powered by blists - more mailing lists