All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add support for runtime features
@ 2021-12-06 11:20 ` Ronak Jain
  0 siblings, 0 replies; 18+ messages in thread
From: Ronak Jain @ 2021-12-06 11:20 UTC (permalink / raw)
  To: michal.simek, linux-kernel
  Cc: gregkh, rajan.vaja, corbet, linux-arm-kernel, arnd,
	lakshmi.sai.krishna.potthuri, Ronak Jain

Changes in v4:
- Update documentation for sysfs entries in #2 patch
- Add separate entries for sysfs files

Changes in v3:
- Added zynqmp_devinfo structure to store device instances
- Modified feature_conf_id from atomic variable to u32
- Update commit message
- Resolved merge conflict

Changes in v2:
- Remove default footer from email
- Update commit message
- Resolved merged conflict

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

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

-- 
2.32.0.93.g670b81a


_______________________________________________
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] 18+ messages in thread

end of thread, other threads:[~2021-12-23  9:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 11:20 [PATCH v4 0/3] Add support for runtime features Ronak Jain
2021-12-06 11:20 ` Ronak Jain
2021-12-06 11:20 ` [PATCH v4 1/3] firmware: xilinx: " Ronak Jain
2021-12-06 11:20   ` Ronak Jain
2021-12-21  9:17   ` Greg KH
2021-12-21  9:17     ` Greg KH
2021-12-23  8:55     ` Ronak Jain
2021-12-23  8:55       ` Ronak Jain
2021-12-23  9:04       ` Greg KH
2021-12-23  9:04         ` Greg KH
2021-12-23  9:06         ` Ronak Jain
2021-12-23  9:06           ` Ronak Jain
2021-12-06 11:21 ` [PATCH v4 2/3] firmware: zynqmp: Add documentation for runtime feature config Ronak Jain
2021-12-06 11:21   ` Ronak Jain
2021-12-21  9:18   ` Greg KH
2021-12-21  9:18     ` Greg KH
2021-12-06 11:21 ` [PATCH v4 3/3] firmware: xilinx: Add sysfs support for " Ronak Jain
2021-12-06 11:21   ` Ronak Jain

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.