[PATCH 00/13] nvmem: patches(set 1) for 6.1

From: Srinivas Kandagatla
Date: Fri Sep 16 2022 - 08:21:14 EST


Hi Greg,

Here are some nvmem patches for 6.1, which includes

- Cleanups to Kconfig and Makefile for consistency reasons, which also
updates some defconfig
- new lan9662 nvmem provider
- new u-boot-env nvmem provider to handle u-boot environment variables.
- support for sm6115, ipq8064, sdm630 in qfprom nvmem provider.
- mt8188 support in mediatek nvmem provider
- few cleanups in core to handing error cases for dev_set_name.
- few minor updates to u-boot-env provider.

Can you please queue them up for 6.1.

Thanks,
Srini

Gaosheng Cui (1):
nvmem: core: add error handling for dev_set_name

Horatiu Vultur (2):
dt-bindings: lan9662-otpc: document Lan9662 OTPC
nvmem: lan9662-otp: add support

Iskren Chernev (1):
dt-bindings: nvmem: Add SoC compatible for sm6115

Johnson Wang (1):
dt-bindings: nvmem: mediatek: efuse: Add support for MT8188

Kenneth Lee (1):
nvmem: brcm_nvram: Use kzalloc for allocating only one element

Krzysztof Kozlowski (1):
dt-bindings: nvmem: qfprom: add IPQ8064 and SDM630 compatibles

Rafał Miłecki (6):
nvmem: add driver handling U-Boot environment variables
mtd: allow getting MTD device associated with a specific DT node
nvmem: prefix all symbols with NVMEM_
nvmem: sort config symbols alphabetically
nvmem: u-boot-env: find Device Tree nodes for NVMEM cells
nvmem: u-boot-env: fix crc32 casting type

.../bindings/nvmem/mediatek,efuse.yaml | 1 +
.../nvmem/microchip,lan9662-otpc.yaml | 45 +++
.../bindings/nvmem/qcom,qfprom.yaml | 3 +
MAINTAINERS | 1 +
arch/arm/configs/multi_v7_defconfig | 6 +-
arch/arm/configs/qcom_defconfig | 2 +-
arch/arm64/configs/defconfig | 10 +-
arch/mips/configs/ci20_defconfig | 2 +-
drivers/cpufreq/Kconfig.arm | 2 +-
drivers/mtd/mtdcore.c | 28 ++
drivers/nvmem/Kconfig | 313 ++++++++++--------
drivers/nvmem/Makefile | 120 +++----
drivers/nvmem/brcm_nvram.c | 2 +-
drivers/nvmem/core.c | 12 +-
drivers/nvmem/lan9662-otpc.c | 222 +++++++++++++
drivers/nvmem/u-boot-env.c | 219 ++++++++++++
drivers/soc/mediatek/Kconfig | 2 +-
drivers/thermal/qcom/Kconfig | 2 +-
include/linux/mtd/mtd.h | 1 +
19 files changed, 773 insertions(+), 220 deletions(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml
create mode 100644 drivers/nvmem/lan9662-otpc.c
create mode 100644 drivers/nvmem/u-boot-env.c

--
2.25.1