All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] nvmem: patches for 6.19
@ 2025-11-14 11:06 srini
  2025-11-14 11:06 ` [PATCH 1/8] dt-bindings: nvmem: qfprom: Add sa8775p compatible srini
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: srini @ 2025-11-14 11:06 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.19, Could you please queue
these for 6.19.

Patches include
	- new qnap-mcu nvmem provider
	- new i.MX94 OCOTP support
	- dt binding for sa8775p, MT8189.
	- update dt-binding for u-boo-env.
	- bindings tidy up.
Thanks,
Srini

Akhil P Oommen (1):
  dt-bindings: nvmem: qfprom: Add sa8775p compatible

Alice Guo (2):
  dt-bindings: nvmem: imx-ocotp: Add support for i.MX94
  nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support

Heiko Stuebner (1):
  nvmem: Add driver for the eeprom in qnap-mcu controllers

Jack Hsu (1):
  dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse

Jascha Sundaresan (1):
  nvmem: layouts: u-boot-env: add optional "env-size" property

Louis-Alexis Eyraud (1):
  dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC

Wolfram Sang (1):
  dt-bindings: nvmem: don't check node names

 .../devicetree/bindings/nvmem/imx-ocotp.yaml  |   4 +-
 .../bindings/nvmem/layouts/u-boot,env.yaml    |   7 ++
 .../bindings/nvmem/mediatek,efuse.yaml        |   5 +-
 .../bindings/nvmem/qcom,qfprom.yaml           |   1 +
 .../bindings/nvmem/st,stm32-romem.yaml        |   2 +-
 drivers/nvmem/Kconfig                         |   9 ++
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/imx-ocotp-ele.c                 |  20 ++++
 drivers/nvmem/layouts/u-boot-env.c            |   4 +-
 drivers/nvmem/qnap-mcu-eeprom.c               | 111 ++++++++++++++++++
 10 files changed, 161 insertions(+), 4 deletions(-)
 create mode 100644 drivers/nvmem/qnap-mcu-eeprom.c

-- 
2.51.0


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

end of thread, other threads:[~2025-11-26 13:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 11:06 [PATCH 0/8] nvmem: patches for 6.19 srini
2025-11-14 11:06 ` [PATCH 1/8] dt-bindings: nvmem: qfprom: Add sa8775p compatible srini
2025-11-14 11:06 ` [PATCH 2/8] dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse srini
2025-11-14 11:06 ` [PATCH 3/8] nvmem: Add driver for the eeprom in qnap-mcu controllers srini
2025-11-26 13:42   ` Andy Shevchenko
2025-11-14 11:06 ` [PATCH 4/8] nvmem: layouts: u-boot-env: add optional "env-size" property srini
2025-11-14 11:06 ` [PATCH 5/8] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC srini
2025-11-14 11:06 ` [PATCH 6/8] dt-bindings: nvmem: don't check node names srini
2025-11-14 11:06 ` [PATCH 7/8] dt-bindings: nvmem: imx-ocotp: Add support for i.MX94 srini
2025-11-14 11:06 ` [PATCH 8/8] nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support 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.