mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND PATCHv1 0/1] firmware: fpga: replace the error codes with the standard one
@ 2020-04-14 20:47 richard.gong
  2020-04-14 20:47 ` [RESEND PATCHv1 1/1] firmware: fpga: replace the error codes with the standard ones richard.gong
  0 siblings, 1 reply; 2+ messages in thread
From: richard.gong @ 2020-04-14 20:47 UTC (permalink / raw)
  To: mdf, gregkh; +Cc: linux-kernel, dinguyen, richard.gong, Richard Gong

From: Richard Gong <richard.gong@intel.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.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 20:47 [RESEND PATCHv1 0/1] firmware: fpga: replace the error codes with the standard one richard.gong
2020-04-14 20:47 ` [RESEND PATCHv1 1/1] firmware: fpga: replace the error codes with the standard ones richard.gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome