[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1585671922-9754-1-git-send-email-richard.gong@linux.intel.com>
Date: Tue, 31 Mar 2020 11:25:21 -0500
From: richard.gong@...ux.intel.com
To: mdf@...nel.org, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, dinguyen@...nel.org,
richard.gong@...ux.intel.com, Richard Gong <richard.gong@...el.com>
Subject: [PATCHv1] firmware: fpga: replace the error codes with the standard ones
From: Richard Gong <richard.gong@...el.com>
The Intel service layer driver has defined error codes for the
specific services, which started from FPGA configuration then RSU
(Remote Status Update).
Intel service layer driver should define the standard error codes
rather than keep adding more error codes for the new services.
The standard error codes will be used by all the clients of Intel service
layer driver.
Replace FPGA and RSU specific error codes with Intel service layer’s
Common error codes.
All changes need to be in one patch, otherwise it will break bisection.
Richard Gong (1):
firmware: fpga: replace the error codes with the standard ones
drivers/firmware/stratix10-rsu.c | 10 +--
drivers/firmware/stratix10-svc.c | 62 ++++++-------------
drivers/fpga/stratix10-soc.c | 25 +++-----
include/linux/firmware/intel/stratix10-smc.h | 49 +++++++--------
.../linux/firmware/intel/stratix10-svc-client.h | 71 +++++++++-------------
5 files changed, 84 insertions(+), 133 deletions(-)
--
2.7.4
Powered by blists - more mailing lists