[PATCH v2 0/4] firmware: xilinx: Add xilinx specific sysfs interface

From: Jolly Shah
Date: Wed Jan 08 2020 - 18:54:55 EST


From: Rajan Vaja <rajan.vaja@xxxxxxxxxx>

This patch series adds xilinx specific sysfs interface for below
purposes:
- Register access
- Set shutdown scope
- Set boot health status bit

Rajan Vaja (4):
firmware: xilinx: Add sysfs interface
firmware: xilinx: Add system shutdown API interface
firmware: xilinx: Add sysfs to set shutdown scope
firmware: xilinx: Add sysfs and IOCTL to set boot health status

Documentation/ABI/stable/sysfs-firmware-zynqmp | 103 +++++++++
drivers/firmware/xilinx/Makefile | 2 +-
drivers/firmware/xilinx/zynqmp-ggs.c | 284 +++++++++++++++++++++++++
drivers/firmware/xilinx/zynqmp.c | 242 +++++++++++++++++++++
include/linux/firmware/xlnx-zynqmp.h | 28 ++-
5 files changed, 657 insertions(+), 2 deletions(-)
create mode 100644 Documentation/ABI/stable/sysfs-firmware-zynqmp
create mode 100644 drivers/firmware/xilinx/zynqmp-ggs.c

--
Changes in v2:
- Removed patch #1 for register access sysfs.
- Updated kernel version in documentation.
- Used DEVICE_ATTR_* and ATTRIBUTE_GROUPS macros.
- Correct typo
- Free Kobject structure in case of error.
- Resolved smatch errors.
- Updated Signed-off-by sequence.
--
2.7.4