All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SoCFPGA firmware updates for v7.3
@ 2026-07-29  3:02 Dinh Nguyen
  2026-07-31 12:15 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Dinh Nguyen @ 2026-07-29  3:02 UTC (permalink / raw)
  To: gregkh; +Cc: dinguyen, linux-kernel

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

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

end of thread, other threads:[~2026-07-31 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  3:02 [GIT PULL] SoCFPGA firmware updates for v7.3 Dinh Nguyen
2026-07-31 12:15 ` Greg KH
2026-07-31 13:42   ` Dinh Nguyen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.