mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/5] hwmon: Add support for Altera SoCFPGA hardware monitoring
@ 2025-12-16  6:49 muhammadamirulasyraf.mohamadjamian
  2025-12-16  6:49 ` [PATCH v1 1/5] dt-bindings: hwmon: add altr,socfpga-hwmon.yaml binding muhammadamirulasyraf.mohamadjamian
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: muhammadamirulasyraf.mohamadjamian @ 2025-12-16  6:49 UTC (permalink / raw)
  To: Guenter Roeck, linux-hwmon, Dinh Nguyen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree, linux-kernel,
	Ang Tien Sung, Khairul Anuar Romli

From: Muhammad Amirul Asyraf Mohamad Jamian <muhammad.amirul.asyraf.mohamad.jamian@altera.com>

This series introduces hardware monitoring support for Altera SoCFPGA
platforms (Stratix10, Agilex, N5X), enabling voltage and temperature
monitoring through the existing firmware secure service interface.

The SoCFPGA platforms provide sensor data through secure firmware calls.
This driver interfaces with the firmware service layer to expose voltage
and temperature readings via the standard hwmon sysfs interface, allowing
userspace tools to monitor system health.

The series includes:
- Device tree binding documentation for the new hwmon driver
- Extension to firmware service bindings for hwmon capability  
- Driver implementation using the firmware service layer
- Device tree enablement for Stratix10 and Agilex platforms

---
Notes:
This patch series is applied on Hardware Monitoring maintainer's tree:
https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/log/?h=hwmon-next

This changes is validated on:
    - Documentation/devicetree/bindings/hwmon/altr,socfpga-hwmon.yaml
    - Agilex and Stratix10 development boards
---

Muhammad Amirul Asyraf Mohamad Jamian (5):
  dt-bindings: hwmon: add altr,socfpga-hwmon.yaml binding
  dt-bindings: firmware: svc: add hwmon property
  hwmon: (altr-hwmon): Add initial support for SoCFPGA
  arm64: dts: socfpga: stratix10: Add hwmon node
  arm64: dts: socfpga: agilex: Add hwmon node

 .../firmware/intel,stratix10-svc.yaml         |   4 +
 .../bindings/hwmon/altr,socfpga-hwmon.yaml    | 286 ++++++++++++
 Documentation/hwmon/altr-hwmon.rst            |  32 ++
 Documentation/hwmon/index.rst                 |   1 +
 MAINTAINERS                                   |   9 +
 .../boot/dts/altera/socfpga_stratix10.dtsi    |   4 +
 .../dts/altera/socfpga_stratix10_socdk.dts    |  31 ++
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi |   4 +
 .../boot/dts/intel/socfpga_agilex_n6000.dts   |  66 +++
 .../boot/dts/intel/socfpga_agilex_socdk.dts   |  66 +++
 .../dts/intel/socfpga_agilex_socdk_nand.dts   |  66 +++
 .../boot/dts/intel/socfpga_n5x_socdk.dts      |  46 ++
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/altr-hwmon.c                    | 427 ++++++++++++++++++
 15 files changed, 1053 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/altr,socfpga-hwmon.yaml
 create mode 100644 Documentation/hwmon/altr-hwmon.rst
 create mode 100644 drivers/hwmon/altr-hwmon.c


base-commit: c6bb982894b51c0ebaf94bbeb55ccbd1d4145a22
-- 
2.43.7


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

end of thread, other threads:[~2025-12-22 11:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-16  6:49 [PATCH v1 0/5] hwmon: Add support for Altera SoCFPGA hardware monitoring muhammadamirulasyraf.mohamadjamian
2025-12-16  6:49 ` [PATCH v1 1/5] dt-bindings: hwmon: add altr,socfpga-hwmon.yaml binding muhammadamirulasyraf.mohamadjamian
2025-12-18  8:25   ` Krzysztof Kozlowski
2025-12-18  9:57     ` Mohamad Jamian, Muhammad Amirul Asyraf
2025-12-16  6:49 ` [PATCH v1 2/5] dt-bindings: firmware: svc: add hwmon property muhammadamirulasyraf.mohamadjamian
2025-12-18  8:26   ` Krzysztof Kozlowski
2025-12-18  9:57     ` Mohamad Jamian, Muhammad Amirul Asyraf
2025-12-16  6:49 ` [PATCH v1 3/5] hwmon: (altr-hwmon): Add initial support for SoCFPGA muhammadamirulasyraf.mohamadjamian
2025-12-18  8:29   ` Krzysztof Kozlowski
2025-12-18  9:57     ` Mohamad Jamian, Muhammad Amirul Asyraf
2025-12-22 11:34   ` kernel test robot
2025-12-16  6:49 ` [PATCH v1 4/5] arm64: dts: socfpga: stratix10: Add hwmon node muhammadamirulasyraf.mohamadjamian
2025-12-16  6:49 ` [PATCH v1 5/5] arm64: dts: socfpga: agilex: " muhammadamirulasyraf.mohamadjamian

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

all inboxes | Powered by JetHome®