All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: gregkh@linuxfoundation.org
Cc: dinguyen@kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] SoCFPGA firmware updates for v7.3
Date: Tue, 28 Jul 2026 22:02:34 -0500	[thread overview]
Message-ID: <20260729030234.1357865-1-dinguyen@kernel.org> (raw)

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

             reply	other threads:[~2026-07-29  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-29  3:02 Dinh Nguyen [this message]
2026-07-31 12:15 ` [GIT PULL] SoCFPGA firmware updates for v7.3 Greg KH
2026-07-31 13:42   ` Dinh Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260729030234.1357865-1-dinguyen@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.