Patch "firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     firmware-stratix10-svc-reset-command_reconfig_flag_p.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4ba1733ce80e0be6876df47cd2ff74e46cd6a76c
Author: Richard Gong <richard.gong@xxxxxxxxx>
Date:   Tue Feb 9 16:20:27 2021 -0600

    firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0
    
    [ Upstream commit 2e8496f31d0be8f43849b2980b069f3a9805d047 ]
    
    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@xxxxxxxxx>
    Reviewed-by: Tom Rix <trix@xxxxxxxxxx>
    Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/include/linux/firmware/intel/stratix10-svc-client.h b/include/linux/firmware/intel/stratix10-svc-client.h
index a93d85932eb9..f843c6a10cf3 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:



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux