linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3]Adds status interface for zynqmp-fpga
@ 2022-06-21  9:28 Nava kishore Manne
  2022-06-21  9:28 ` [PATCH v2 1/3] fpga: manager: change status api prototype, don't use older Nava kishore Manne
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Nava kishore Manne @ 2022-06-21  9:28 UTC (permalink / raw)
  To: michal.simek, hao.wu, trix, mdf, yilun.xu, gregkh, ronak.jain,
	rajan.vaja, abhyuday.godhasara, nava.manne, piyush.mehta,
	harsha.harsha, lakshmi.sai.krishna.potthuri, linux-arm-kernel,
	linux-kernel, linux-fpga, git

Adds status interface for zynqmp-fpga, It's a read only interface
which allows the user to get the PL status.
 -Device Initialization error.
 -Device internal signal error.
 -All I/Os are placed in High-Z state.
 -Device start-up sequence error.
 -Firmware error.

For more details refer the ug570.
https://docs.xilinx.com/v/u/en-US/ug570-ultrascale-configuration

This series rebased on 5.19v
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 

Nava kishore Manne (3):
  fpga: manager: change status api prototype, don't use older
  firmware: xilinx: Add pm api function for PL readback
  fpga: zynqmp-fpga: Adds status interface

 drivers/firmware/xilinx/zynqmp.c     | 33 +++++++++++++++++
 drivers/fpga/dfl-fme-mgr.c           | 20 +++++------
 drivers/fpga/fpga-mgr.c              | 24 +++----------
 drivers/fpga/zynqmp-fpga.c           | 53 ++++++++++++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h | 14 ++++++++
 include/linux/fpga/fpga-mgr.h        |  2 +-
 6 files changed, 116 insertions(+), 30 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-18  2:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21  9:28 [PATCH v2 0/3]Adds status interface for zynqmp-fpga Nava kishore Manne
2022-06-21  9:28 ` [PATCH v2 1/3] fpga: manager: change status api prototype, don't use older Nava kishore Manne
2022-06-28  8:31   ` Xu Yilun
2022-08-17 11:16     ` Manne, Nava kishore
2022-08-18  2:29       ` Xu Yilun
2022-06-21  9:28 ` [PATCH v2 2/3] firmware: xilinx: Add pm api function for PL readback Nava kishore Manne
2022-06-21 15:21   ` kernel test robot
2022-06-21 15:21   ` kernel test robot
2022-06-22 12:14   ` Peter Korsgaard
2022-06-21  9:28 ` [PATCH v2 3/3] fpga: zynqmp-fpga: Adds status interface Nava kishore Manne
2022-06-22 12:16   ` Peter Korsgaard
2022-06-28  8:40   ` Xu Yilun
2022-08-17 10:45     ` Manne, Nava kishore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).