lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 16:30:34 +0100 From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org> To: gregkh@...uxfoundation.org Cc: linux-kernel@...r.kernel.org, Srinivas Kandagatla <srinivas.kandagatla@...aro.org> Subject: [PATCH 0/2] nvmem: patches (set 2) for 5.15 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
Powered by blists - more mailing lists