[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1578527663-10243-1-git-send-email-jolly.shah@xilinx.com>
Date: Wed, 8 Jan 2020 15:54:19 -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, Rajan Vaja <rajan.vaja@...inx.com>
Subject: [PATCH v2 0/4] firmware: xilinx: Add xilinx specific sysfs interface
From: Rajan Vaja <rajan.vaja@...inx.com>
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
Powered by blists - more mailing lists