[PATCH 0/2] nvmem: patches (set 2) for 5.15
From: Srinivas Kandagatla
Date: Tue Aug 10 2021 - 11:30:59 EST
Hi Greg,
Here are some nvmem (set 2) patches for 5.15 which includes
- new nintendo-otp nvmem provider driver along with its bindings.
Can you please queue them up for 5.15.
thanks for you help,
srini
Emmanuel Gil Peyrot (2):
dt-bindings: nintendo-otp: Document the Wii and Wii U OTP support
nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTP
.../bindings/nvmem/nintendo-otp.yaml | 44 +++++++
drivers/nvmem/Kconfig | 11 ++
drivers/nvmem/Makefile | 2 +
drivers/nvmem/nintendo-otp.c | 124 ++++++++++++++++++
4 files changed, 181 insertions(+)
create mode 100644 Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
create mode 100644 drivers/nvmem/nintendo-otp.c
--
2.21.0