linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2]Adds status interface for zynqmp-fpga
@ 2023-01-31  9:48 Nava kishore Manne
  2023-01-31  9:48 ` [PATCH v5 1/2] firmware: xilinx: Add pm api function for PL config reg readback Nava kishore Manne
  2023-01-31  9:48 ` [PATCH v5 2/2] fpga: zynqmp-fpga: Adds status interface Nava kishore Manne
  0 siblings, 2 replies; 7+ messages in thread
From: Nava kishore Manne @ 2023-01-31  9:48 UTC (permalink / raw)
  To: michal.simek, mdf, hao.wu, yilun.xu, trix, nava.kishore.manne,
	ronak.jain, gregkh, tanmay.shah, ben.levinsky, rajan.vaja,
	harsha.harsha, mathieu.poirier, lakshmi.sai.krishna.potthuri,
	arnd, linux-arm-kernel, linux-kernel, linux-fpga

Adds status interface for zynqmp-fpga, It's a read only interface
which allows the user to get the Programmable Logic(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

Nava kishore Manne (2):
  firmware: xilinx: Add pm api function for PL config reg readback
  fpga: zynqmp-fpga: Adds status interface

 .../ABI/testing/sysfs-driver-zynqmp-fpga      | 18 ++++
 drivers/firmware/xilinx/zynqmp.c              | 33 +++++++
 drivers/fpga/zynqmp-fpga.c                    | 87 +++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h          | 11 +++
 4 files changed, 149 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-zynqmp-fpga

-- 
2.25.1


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

end of thread, other threads:[~2023-02-10  9:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  9:48 [PATCH v5 0/2]Adds status interface for zynqmp-fpga Nava kishore Manne
2023-01-31  9:48 ` [PATCH v5 1/2] firmware: xilinx: Add pm api function for PL config reg readback Nava kishore Manne
2023-01-31  9:48 ` [PATCH v5 2/2] fpga: zynqmp-fpga: Adds status interface Nava kishore Manne
2023-01-31 11:42   ` Greg KH
2023-02-07  9:23     ` Manne, Nava kishore
2023-02-07 16:34       ` Xu Yilun
2023-02-10  9:18   ` Xu Yilun

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).