public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enable Service layer driver for Agilex5
@ 2025-10-30  3:30 Khairul Anuar Romli
  2025-10-30  3:30 ` [PATCH v2 1/3] dt-bindings: firmware: Add Agilex5 SVC compatible string Khairul Anuar Romli
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Khairul Anuar Romli @ 2025-10-30  3:30 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Mahesh Rao, linux-kernel, devicetree, Khairul Anuar Romli

This patch series introduces support for the Agilex5 service layer driver
(SVC) in the Linux kernel. The changes span across device tree bindings,
platform DTS files, and the Stratix10 SVC firmware driver.

These changes are necessary to enable firmware communication on Agilex5
SoCs via the SVC interface, similar to existing support for Stratix10 and
Agilex platforms.

Although Agilex5 shares architectural similarities with Agilex, there are
key differences in firmware interface behavior and hardware configuration
that necessitate a distinct compatible string. Using "intel,agilex5-svc"
allows the kernel to correctly identify and handle Agilex5-specific SVC
operations, ensuring proper initialization and future extensibility without
conflating it with Agilex or Stratix10 platforms.

---
Changes in v2:
	- Add driver changes for Agilex5-svc compatible
	- Add cover letter for the series
---
Khairul Anuar Romli (3):
  dt-bindings: firmware: Add Agilex5 SVC compatible string
  arm64: dts: intel: Add Agilex5 SVC node with memory region
  firmware: stratix10-svc: add the compatible value for Agilex5

 .../devicetree/bindings/firmware/intel,stratix10-svc.yaml | 1 +
 arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi            | 8 ++++++++
 drivers/firmware/stratix10-svc.c                          | 1 +
 3 files changed, 10 insertions(+)

-- 
2.43.7


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

end of thread, other threads:[~2025-10-31  8:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30  3:30 [PATCH v2 0/3] Enable Service layer driver for Agilex5 Khairul Anuar Romli
2025-10-30  3:30 ` [PATCH v2 1/3] dt-bindings: firmware: Add Agilex5 SVC compatible string Khairul Anuar Romli
2025-10-30  7:56   ` Krzysztof Kozlowski
2025-10-30  3:30 ` [PATCH 2/3] arm64: dts: intel: Add Agilex5 SVC node with memory region Khairul Anuar Romli
2025-10-30  3:30 ` [PATCH v2 3/3] firmware: stratix10-svc: add the compatible value for Agilex5 Khairul Anuar Romli
2025-10-30  7:57   ` Krzysztof Kozlowski
2025-10-30  7:58   ` Krzysztof Kozlowski
2025-10-30 11:35     ` Romli, Khairul Anuar
2025-10-30 16:33       ` Krzysztof Kozlowski
2025-10-30 23:08         ` Romli, Khairul Anuar
2025-10-31  8:00           ` Krzysztof Kozlowski
2025-10-31  8:12             ` Romli, Khairul Anuar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox