All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add feature check support in ZU+
@ 2022-04-06 10:55 ` Ronak Jain
  0 siblings, 0 replies; 20+ messages in thread
From: Ronak Jain @ 2022-04-06 10:55 UTC (permalink / raw)
  To: michal.simek, linux-kernel
  Cc: gregkh, corbet, linux-arm-kernel, arnd,
	lakshmi.sai.krishna.potthuri, radheys, Ronak Jain

Add feature check PM API support for QUERY/IOCTL IDs to get individual
ids version from the firmware/TF-A if supported and return an error
code if the PM API or the QUERY/IOCTL IDs are not supported.

Enable feature check for each PM APIs before executing the
functionality. 

Ronak Jain (4):
  firmware: xilinx: add support for IOCTL and QUERY ID feature check
  firmware: xilinx: add new function for do_feature_check_call
  firmware: xilinx: always check API version for IOCTL/QUERY
  firmware: xilinx: enable feature check for ZynqMP

 drivers/firmware/xilinx/zynqmp.c     | 131 +++++++++++++++++++++++++++++------
 include/linux/firmware/xlnx-zynqmp.h |  11 +++
 2 files changed, 119 insertions(+), 23 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-04-29  8:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 10:55 [PATCH 0/4] Add feature check support in ZU+ Ronak Jain
2022-04-06 10:55 ` Ronak Jain
2022-04-06 10:55 ` [PATCH 1/4] firmware: xilinx: add support for IOCTL and QUERY ID feature check Ronak Jain
2022-04-06 10:55   ` Ronak Jain
2022-04-29  8:35   ` Michal Simek
2022-04-29  8:35     ` Michal Simek
2022-04-06 10:55 ` [PATCH 2/4] firmware: xilinx: add new function for do_feature_check_call Ronak Jain
2022-04-06 10:55   ` Ronak Jain
2022-04-29  8:35   ` Michal Simek
2022-04-29  8:35     ` Michal Simek
2022-04-06 10:55 ` [PATCH 3/4] firmware: xilinx: always check API version for IOCTL/QUERY Ronak Jain
2022-04-06 10:55   ` Ronak Jain
2022-04-29  8:35   ` Michal Simek
2022-04-29  8:35     ` Michal Simek
2022-04-06 10:55 ` [PATCH 4/4] firmware: xilinx: enable feature check for ZynqMP Ronak Jain
2022-04-06 10:55   ` Ronak Jain
2022-04-29  8:36   ` Michal Simek
2022-04-29  8:36     ` Michal Simek
2022-04-22  6:10 ` [PATCH 0/4] Add feature check support in ZU+ Ronak Jain
2022-04-22  6:10   ` 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.