linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for runtime features
@ 2021-08-17 13:05 Ronak Jain
  2021-08-17 13:05 ` [PATCH 1/3] firmware: xilinx: " Ronak Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ronak Jain @ 2021-08-17 13:05 UTC (permalink / raw)
  To: michal.simek, linux-kernel
  Cc: gregkh, rajan.vaja, corbet, linux-arm-kernel, arnd,
	lakshmi.sai.krishna.potthuri, Ronak Jain

Adds support for runtime feature configuration by using the IOCTL
 calls. The user can enable or disable as well as can configure the
 runtime features. The support is added for the over temperature and
 external watchdog. The user can configure the over temperature limit
 and external watchdog timer interval at runtime by using PM_IOCTL
 calls.

Also, added support for sysfs interface for runtime feature
configuration for the over temperature and external watchdog features.

Ronak Jain (3):
  firmware: xilinx: Add support for runtime features
  firmware: zynqmp: Add sysfs entry for runtime features
  firmware: xilinx: Add sysfs support for feature config

 .../ABI/stable/sysfs-driver-firmware-zynqmp   | 84 ++++++++++++++++
 drivers/firmware/xilinx/zynqmp.c              | 98 +++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h          | 25 +++++
 3 files changed, 207 insertions(+)

--
2.32.0.93.g670b81a

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-08-19  3:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 13:05 [PATCH 0/3] Add support for runtime features Ronak Jain
2021-08-17 13:05 ` [PATCH 1/3] firmware: xilinx: " Ronak Jain
2021-08-17 13:05 ` [PATCH 2/3] firmware: zynqmp: Add sysfs entry " Ronak Jain
2021-08-17 13:05 ` [PATCH 3/3] firmware: xilinx: Add sysfs support for feature config Ronak Jain
2021-08-18  6:43 ` [PATCH 0/3] Add support for runtime features Michael Tretter
2021-08-18  8:08 ` Greg KH
2021-08-19  3:57   ` Ronak Jain

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