All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3]Adds status interface for zynqmp-fpga
@ 2022-05-24  9:47 ` Nava kishore Manne
  0 siblings, 0 replies; 16+ messages in thread
From: Nava kishore Manne @ 2022-05-24  9:47 UTC (permalink / raw)
  To: michal.simek, mdf, hao.wu, yilun.xu, trix, gregkh, ronak.jain,
	abhyuday.godhasara, rajan.vaja, nava.manne,
	lakshmi.sai.krishna.potthuri, piyush.mehta, harsha.harsha,
	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.

This patch series also update the below status values for
fpga-manager.
 -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 (3):
  fpga: mgr: Update the status for fpga-manager
  firmware: xilinx: Add pm api function for PL readback
  fpga: zynqmp-fpga: Adds status interface

 drivers/firmware/xilinx/zynqmp.c     | 33 ++++++++++++++++++
 drivers/fpga/fpga-mgr.c              | 13 +++++++
 drivers/fpga/zynqmp-fpga.c           | 52 ++++++++++++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h | 14 ++++++++
 include/linux/fpga/fpga-mgr.h        |  6 ++++
 5 files changed, 118 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-07  5:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24  9:47 [PATCH 0/3]Adds status interface for zynqmp-fpga Nava kishore Manne
2022-05-24  9:47 ` Nava kishore Manne
2022-05-24  9:47 ` [PATCH 1/3] fpga: mgr: Update the status for fpga-manager Nava kishore Manne
2022-05-24  9:47   ` Nava kishore Manne
2022-05-24  9:47 ` [PATCH 2/3] firmware: xilinx: Add pm api function for PL readback Nava kishore Manne
2022-05-24  9:47   ` Nava kishore Manne
2022-05-24 13:10   ` kernel test robot
2022-05-24 13:10     ` kernel test robot
2022-05-24 14:41   ` kernel test robot
2022-05-24 14:41     ` kernel test robot
2022-05-24  9:47 ` [PATCH 3/3] fpga: zynqmp-fpga: Adds status interface Nava kishore Manne
2022-05-24  9:47   ` Nava kishore Manne
2022-05-28 15:21   ` Xu Yilun
2022-05-28 15:21     ` Xu Yilun
2022-06-07  5:41     ` Nava kishore Manne
2022-06-07  5:41       ` Nava kishore Manne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.