All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] nvmem: patches for 6.18
@ 2025-09-12 13:14 srini
  2025-09-12 13:14 ` [PATCH 1/5] dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file srini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: srini @ 2025-09-12 13:14 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srini@kernel.org>

Hi Greg,

Here are few nvmem patches for 6.18, Could you please queue
these for 6.18.

Patches include
	- new Airoha AN8855 nvmem provider
	- new nxp S32G OCOTP nvmem provider
	- new dt binding for sa67mcu
Thanks,
Srini

Christian Marangi (2):
  dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE
  nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE

Ciprian Costea (2):
  dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file
  nvmem: s32g-ocotp: Add driver for S32G OCOTP

Michael Walle (1):
  dt-bindings: nvmem: sl28cpld: add sa67mcu compatible

 .../bindings/nvmem/airoha,an8855-efuse.yaml   | 123 ++++++++++++++++++
 .../nvmem/layouts/kontron,sl28-vpd.yaml       |   7 +-
 .../bindings/nvmem/nxp,s32g-ocotp-nvmem.yaml  |  45 +++++++
 drivers/nvmem/Kconfig                         |  21 +++
 drivers/nvmem/Makefile                        |   4 +
 drivers/nvmem/an8855-efuse.c                  |  68 ++++++++++
 drivers/nvmem/s32g-ocotp-nvmem.c              | 100 ++++++++++++++
 7 files changed, 367 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/airoha,an8855-efuse.yaml
 create mode 100644 Documentation/devicetree/bindings/nvmem/nxp,s32g-ocotp-nvmem.yaml
 create mode 100644 drivers/nvmem/an8855-efuse.c
 create mode 100644 drivers/nvmem/s32g-ocotp-nvmem.c

-- 
2.50.0


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

end of thread, other threads:[~2025-09-12 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 13:14 [PATCH 0/5] nvmem: patches for 6.18 srini
2025-09-12 13:14 ` [PATCH 1/5] dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file srini
2025-09-12 13:14 ` [PATCH 2/5] nvmem: s32g-ocotp: Add driver for S32G OCOTP srini
2025-09-12 13:14 ` [PATCH 3/5] dt-bindings: nvmem: sl28cpld: add sa67mcu compatible srini
2025-09-12 13:14 ` [PATCH 4/5] dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE srini
2025-09-12 13:14 ` [PATCH 5/5] nvmem: an8855: Add " srini

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.