[PATCH 0/9] nvmem: patches(set 1) for 6.12

From: srinivas . kandagatla
Date: Mon Sep 02 2024 - 10:30:06 EST


From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>

Hi Greg,

Here are few patches in nvmem for 6.12 that includes
- updates to dt-bindings
- adds i.MX95 provider support.
- u-boot env layout support.
- move to use devm_platform_ioremap_resource_byname

Can you please queue them up for 6.12.

Thanks,
Srini


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Frank Li (1):
dt-bindings: nvmem: sfp: add ref to nvmem-deprecated-cells.yaml

Krzysztof Kozlowski (1):
dt-bindings: nvmem: st,stm32-romem: add missing
"unevaluatedProperties" on child nodes

Matthew Wilcox (1):
nvmem: Fix misspelling

Peng Fan (2):
dt-bindings: nvmem: imx-ocotp: support i.MX95
nvmem: imx-ocotp-ele: support i.MX95

Rafał Miłecki (3):
dt-bindings: nvmem: convert U-Boot env to a layout
nvmem: layouts: add U-Boot env layout
MAINTAINERS: Update path for U-Boot environment variables YAML

Zhang Zekun (1):
nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname()
helper function

Documentation/ABI/stable/sysfs-bus-nvmem | 2 +-
.../bindings/nvmem/fsl,layerscape-sfp.yaml | 1 +
.../devicetree/bindings/nvmem/imx-ocotp.yaml | 3 +-
.../bindings/nvmem/layouts/nvmem-layout.yaml | 1 +
.../nvmem/{ => layouts}/u-boot,env.yaml | 39 +++-
.../bindings/nvmem/st,stm32-romem.yaml | 3 +
MAINTAINERS | 3 +-
drivers/nvmem/Kconfig | 3 +-
drivers/nvmem/imx-ocotp-ele.c | 32 ++-
drivers/nvmem/layouts/Kconfig | 11 +
drivers/nvmem/layouts/Makefile | 1 +
drivers/nvmem/layouts/u-boot-env.c | 211 ++++++++++++++++++
drivers/nvmem/layouts/u-boot-env.h | 15 ++
drivers/nvmem/sunplus-ocotp.c | 7 +-
drivers/nvmem/u-boot-env.c | 165 +-------------
15 files changed, 316 insertions(+), 181 deletions(-)
rename Documentation/devicetree/bindings/nvmem/{ => layouts}/u-boot,env.yaml (75%)
create mode 100644 drivers/nvmem/layouts/u-boot-env.c
create mode 100644 drivers/nvmem/layouts/u-boot-env.h

--
2.25.1