[PATCH 0/5] nvmem: patches for 6.18

srini@kernel.org posted 5 patches 2 weeks, 6 days ago
.../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
[PATCH 0/5] nvmem: patches for 6.18
Posted by srini@kernel.org 2 weeks, 6 days ago
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