Devicetree
 help / color / mirror / Atom feed
* [PATCH v4 0/2] nvmem: airoha: Add support for SMC eFUSE
@ 2026-05-19 15:28 Christian Marangi
  2026-05-19 15:28 ` [PATCH v4 1/2] dt-bindings: nvmem: airoha: add SMC eFuses schema Christian Marangi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christian Marangi @ 2026-05-19 15:28 UTC (permalink / raw)
  To: Srinivas Kandagatla, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Christian Marangi, devicetree, linux-kernel

Add simple driver to read eFUSES with SMC commands for
Airoha AN7581.

Changes v4:
- Address review from Sashiko Bot
- Use u32 for bank_index
Changes v3:
- Rebase on top of linux-next
Changes v2:
- Add review tag from Rob
- Rebase on top of linux-next

Christian Marangi (2):
  dt-bindings: nvmem: airoha: add SMC eFuses schema
  nvmem: airoha: Add support for SMC eFUSE

 .../bindings/nvmem/airoha,smc-efuses.yaml     |  67 ++++++++++
 drivers/nvmem/Kconfig                         |  13 ++
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/airoha-smc-efuses.c             | 125 ++++++++++++++++++
 4 files changed, 207 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/airoha,smc-efuses.yaml
 create mode 100644 drivers/nvmem/airoha-smc-efuses.c

-- 
2.53.0


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

end of thread, other threads:[~2026-05-19 16:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 15:28 [PATCH v4 0/2] nvmem: airoha: Add support for SMC eFUSE Christian Marangi
2026-05-19 15:28 ` [PATCH v4 1/2] dt-bindings: nvmem: airoha: add SMC eFuses schema Christian Marangi
2026-05-19 16:12   ` sashiko-bot
2026-05-19 15:28 ` [PATCH v4 2/2] nvmem: airoha: Add support for SMC eFUSE Christian Marangi
2026-05-19 15:40 ` [PATCH v4 0/2] " Srinivas Kandagatla

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