[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251216064926.15817-1-muhammadamirulasyraf.mohamadjamian@altera.com>
Date: Mon, 15 Dec 2025 22:49:21 -0800
From: muhammadamirulasyraf.mohamadjamian@...era.com
To: Guenter Roeck <linux@...ck-us.net>,
linux-hwmon@...r.kernel.org,
Dinh Nguyen <dinguyen@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Ang Tien Sung <tien.sung.ang@...era.com>,
Khairul Anuar Romli <khairul.anuar.romli@...era.com>
Subject: [PATCH v1 0/5] hwmon: Add support for Altera SoCFPGA hardware monitoring
From: Muhammad Amirul Asyraf Mohamad Jamian <muhammad.amirul.asyraf.mohamad.jamian@...era.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
Powered by blists - more mailing lists