[PATCH 0/7] nvmem: patches (set 1) for 5.20

From: Srinivas Kandagatla
Date: Wed Jul 06 2022 - 06:08:03 EST


Hi Greg,
Here are nvmem patches for 5.20, which includes

- New MicroChip NVMEM provider
- updated bindings for MediaTech to include new SoC's
- An enhancement in mtk-efuse to use devm_platform_get_and_ioremap_resource

Can you please queue them up for 5.20.

Thanks,
Srini

Allen-KH Cheng (1):
dt-bindings: nvmem: mediatek: efuse: add support for mt8186

AngeloGioacchino Del Regno (1):
nvmem: mtk-efuse: Simplify with
devm_platform_get_and_ioremap_resource()

Chunfeng Yun (2):
dt-bindings: nvmem: convert mtk-efuse.txt to YAML schema
dt-bindings: nvmem: mediatek: efuse: add support mt8183

Claudiu Beznea (2):
dt-bindings: microchip-otpc: document Microchip OTPC
nvmem: microchip-otpc: add support

Lukas Bulwahn (1):
MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER

.../bindings/nvmem/mediatek,efuse.yaml | 89 ++++++
.../nvmem/microchip,sama7g5-otpc.yaml | 50 +++
.../devicetree/bindings/nvmem/mtk-efuse.txt | 43 ---
MAINTAINERS | 8 +
drivers/nvmem/Kconfig | 7 +
drivers/nvmem/Makefile | 2 +
drivers/nvmem/microchip-otpc.c | 288 ++++++++++++++++++
drivers/nvmem/mtk-efuse.c | 3 +-
.../nvmem/microchip,sama7g5-otpc.h | 12 +
9 files changed, 457 insertions(+), 45 deletions(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
delete mode 100644 Documentation/devicetree/bindings/nvmem/mtk-efuse.txt
create mode 100644 drivers/nvmem/microchip-otpc.c
create mode 100644 include/dt-bindings/nvmem/microchip,sama7g5-otpc.h

--
2.25.1