[GIT PULL] SoCFPGA firmware updates for v7.3
From: Dinh Nguyen
Date: Tue Jul 28 2026 - 23:15:19 EST
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/svc_updates_for_v7.3
for you to fetch changes up to 758331ab5f9355352ccac3d7a83d3586bec19f9e:
hwmon: add Altera SoC FPGA hardware monitoring driver (2026-07-28 22:00:15 -0500)
----------------------------------------------------------------
SoCFPGA firmware updates for v7.3
- Document stratix10-rsu for QSPI size and erase size
- Add method to retrieve device info table using RSU
- Add support for hardware monitoring using service driver
----------------------------------------------------------------
Mahesh Rao (1):
firmware: stratix10-rsu: Add synchronous fallback for async SVC operations
Tze Yee Ng (4):
Documentation: ABI: add stratix10-rsu QSPI size and erase_size sysfs
firmware: stratix10-rsu: Add flash device info retrieval via SMC
firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device
hwmon: add Altera SoC FPGA hardware monitoring driver
.../testing/sysfs-devices-platform-stratix10-rsu | 58 +++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/socfpga-hwmon.rst | 34 ++
MAINTAINERS | 8 +
drivers/firmware/stratix10-rsu.c | 421 ++++++++++++++-
drivers/firmware/stratix10-svc.c | 140 ++++-
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/socfpga-hwmon.c | 579 +++++++++++++++++++++
include/linux/firmware/intel/stratix10-smc.h | 63 ++-
.../linux/firmware/intel/stratix10-svc-client.h | 12 +-
11 files changed, 1291 insertions(+), 36 deletions(-)
create mode 100644 Documentation/hwmon/socfpga-hwmon.rst
create mode 100644 drivers/hwmon/socfpga-hwmon.c