devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] stratix10: Add framework for asynchronous communication with SDM
@ 2025-05-12 11:39 Mahesh Rao via B4 Relay
  2025-05-12 11:39 ` [PATCH v2 1/7] firmware: stratix10-svc: Add mutex lock and unlock in stratix10 memory allocation/free Mahesh Rao via B4 Relay
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Mahesh Rao via B4 Relay @ 2025-05-12 11:39 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Mahesh Rao
  Cc: Matthew Gerlach, linux-kernel, devicetree

The patch set includes the following changes:

- Add protection for querying memory objects in
  multi-threaded flow.
- Add support to generate and maintain message id
  and client id for asynchronous communication with SDM.
- Add framework to communicate with Secure Device
  Manager(SDM) asynchronously by sending a request
  and polling for response.
- Add interrupt definition in Agilex devicetree
  for asynchronous communication.
- Add SDM interrupt support for Agilex platform
  supporting asynchronous communication.
- Add support to optionally notify the clients if
  response is available using interrupts from SDM.
- Add commands for querying temperature and voltage
  from SDM.

---
Changes in v2:
- Added Reviewed by tag from Rob Herring for dt-binding
  patch.
- Resending the patch-set as there is no response from
  the maintainers for the previous patch submission.

- Link to v1: https://lore.kernel.org/r/20250422-sip_svc_upstream-v1-0-088059190f31@altera.com

---
Mahesh Rao (7):
      firmware: stratix10-svc: Add mutex lock and unlock in stratix10 memory allocation/free
      firmware: stratix10-svc: Implement ID pool management for asynchronous operations
      firmware: stratix10-svc: Add initial support for asynchronous communication with Stratix 10 service channel
      dt-bindings: firmware: Add interrupt specification for Intel Stratix 10 Service Layer.
      dts: agilex: Add support for SDM mailbox interrupt for Intel Agilex SoC FPGA.
      firmware: stratix10-svc: Add for SDM mailbox doorbell interrupt
      firmware: stratix10-svc: Add support for HWMON temperature and voltage read command.

 .../bindings/firmware/intel,stratix10-svc.yaml     |  10 +
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |   2 +
 drivers/firmware/stratix10-svc.c                   | 981 ++++++++++++++++++++-
 include/linux/firmware/intel/stratix10-smc.h       |  84 ++
 .../linux/firmware/intel/stratix10-svc-client.h    |  99 +++
 5 files changed, 1165 insertions(+), 11 deletions(-)
---
base-commit: 39d6783f6488786301f36b0e7c619f220c3e8d2c
change-id: 20250131-sip_svc_upstream-e78d8c9b4335
prerequisite-message-id: 20250204-socfpga_sip_svc_misc-v3-0-697f7f153cfa@intel.com
prerequisite-patch-id: 6a4223bd2c01a0fd20925e597c906dc64e11ec2f
prerequisite-patch-id: 33ca4dbe8b8e18d3e51145c6bcaae55170878b22
prerequisite-patch-id: a02bca91874f4405191e60704574a0c99f37d184

Best regards,
-- 
Mahesh Rao <mahesh.rao@altera.com>



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

end of thread, other threads:[~2025-05-23  9:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 11:39 [PATCH v2 0/7] stratix10: Add framework for asynchronous communication with SDM Mahesh Rao via B4 Relay
2025-05-12 11:39 ` [PATCH v2 1/7] firmware: stratix10-svc: Add mutex lock and unlock in stratix10 memory allocation/free Mahesh Rao via B4 Relay
2025-05-12 11:39 ` [PATCH v2 2/7] firmware: stratix10-svc: Implement ID pool management for asynchronous operations Mahesh Rao via B4 Relay
2025-05-12 11:39 ` [PATCH v2 3/7] firmware: stratix10-svc: Add initial support for asynchronous communication with Stratix 10 service channel Mahesh Rao via B4 Relay
2025-05-19 11:58   ` Dinh Nguyen
2025-05-21  8:42     ` Mahesh Rao
2025-05-21 20:18       ` Dinh Nguyen
2025-05-22 10:33         ` Mahesh Rao
2025-05-22 18:47           ` Dinh Nguyen
2025-05-23  9:20             ` Mahesh Rao
2025-05-12 11:39 ` [PATCH v2 4/7] dt-bindings: firmware: Add interrupt specification for Intel Stratix 10 Service Layer Mahesh Rao via B4 Relay
2025-05-12 11:39 ` [PATCH v2 5/7] dts: agilex: Add support for SDM mailbox interrupt for Intel Agilex SoC FPGA Mahesh Rao via B4 Relay
2025-05-21 20:22   ` Dinh Nguyen
2025-05-22 10:37     ` Mahesh Rao
2025-05-12 11:39 ` [PATCH v2 6/7] firmware: stratix10-svc: Add for SDM mailbox doorbell interrupt Mahesh Rao via B4 Relay
2025-05-12 11:39 ` [PATCH v2 7/7] firmware: stratix10-svc: Add support for HWMON temperature and voltage read command Mahesh Rao via B4 Relay

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