The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] firmware: stratix10-rsu: expose QSPI flash size and erase size from firmware
@ 2026-05-14  7:32 tze.yee.ng
  2026-05-14  7:32 ` [PATCH 1/3] Documentation: ABI: add stratix10-rsu QSPI size and erase_size sysfs tze.yee.ng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tze.yee.ng @ 2026-05-14  7:32 UTC (permalink / raw)
  To: Dinh Nguyen, linux-kernel; +Cc: Tze Yee Ng, Adrian Ng Ho Yin, Nazim Amirul

From: Tze Yee Ng <tze.yee.ng@altera.com>

This series lets user space read per-device QSPI flash size and erase
size for the Intel Stratix 10 RSU driver, using the existing service
layer SMC path.

Patch 1 documents the new sysfs attributes (size0-size3 and
erase_size0-erase_size3).

Patch 2 implements COMMAND_RSU_GET_DEVICE_INFO in the RSU and service
drivers, caches up to four devices in the driver, and adds the sysfs
files.

Patch 3 fixes probe/remove teardown after the async client is registered:
remove the async client before freeing the SVC channel so async state
is not leaked. It also corrects probe return values on the affected
error paths.

Tze Yee Ng (3):
  Documentation: ABI: add stratix10-rsu QSPI size and erase_size sysfs
  firmware: stratix10-rsu: Add flash device info retrieval via SMC
  Fixes: 15847537b623 ("firmware: stratix10-rsu: Migrate RSU driver to
    use stratix10 asynchronous framework.")

 .../sysfs-devices-platform-stratix10-rsu      |  58 +++++
 drivers/firmware/stratix10-rsu.c              | 210 +++++++++++++++++-
 drivers/firmware/stratix10-svc.c              |  94 +++++++-
 include/linux/firmware/intel/stratix10-smc.h  |  25 ++-
 .../firmware/intel/stratix10-svc-client.h     |  12 +-
 5 files changed, 382 insertions(+), 17 deletions(-)

-- 
2.43.7


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

end of thread, other threads:[~2026-05-14  7:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  7:32 [PATCH 0/3] firmware: stratix10-rsu: expose QSPI flash size and erase size from firmware tze.yee.ng
2026-05-14  7:32 ` [PATCH 1/3] Documentation: ABI: add stratix10-rsu QSPI size and erase_size sysfs tze.yee.ng
2026-05-14  7:32 ` [PATCH 2/3] firmware: stratix10-rsu: Add flash device info retrieval via SMC tze.yee.ng
2026-05-14  7:32 ` [PATCH 3/3] Fixes: 15847537b623 ("firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous framework.") tze.yee.ng

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