[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1575502159-11327-1-git-send-email-jolly.shah@xilinx.com>
Date: Wed, 4 Dec 2019 15:29:14 -0800
From: Jolly Shah <jolly.shah@...inx.com>
To: ard.biesheuvel@...aro.org, mingo@...nel.org,
gregkh@...uxfoundation.org, matt@...eblueprint.co.uk,
sudeep.holla@....com, hkallweit1@...il.com, keescook@...omium.org,
dmitry.torokhov@...il.com, michal.simek@...inx.com
Cc: rajanv@...inx.com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Jolly Shah <jolly.shah@...inx.com>
Subject: [PATCH 0/5] firmware: xilinx: Add xilinx specific sysfs interface
This patch series adds xilinx specific sysfs interface for below
purposes:
- Register access
- Set shutdown scope
- Set boot health status bit
Rajan Vaja (5):
firmware: xilinx: Adds new eemi call for reg access
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 | 289 ++++++++++++++++++
drivers/firmware/xilinx/zynqmp.c | 392 +++++++++++++++++++++++++
include/linux/firmware/xlnx-zynqmp.h | 37 ++-
5 files changed, 821 insertions(+), 2 deletions(-)
create mode 100644 Documentation/ABI/stable/sysfs-firmware-zynqmp
create mode 100644 drivers/firmware/xilinx/zynqmp-ggs.c
--
2.7.4
Powered by blists - more mailing lists