Re: [PATCH RFC 2/3] nvmem: add driver for Raspberry Pi OTP
From: Srinivas Kandagatla <hidden>
Date: 2018-07-11 09:45:05
Also in:
linux-arm-kernel
From: Srinivas Kandagatla <hidden>
Date: 2018-07-11 09:45:05
Also in:
linux-arm-kernel
Hi Stefan, On 09/03/18 13:32, Stefan Wahren wrote:
This patch brings read-only support for the Raspberry Pi Customer OTP. The driver accesses the OTP via the mailbox property interface provided by the VPU firmware. Signed-off-by: Stefan Wahren <redacted> --- drivers/nvmem/Kconfig | 10 +++ drivers/nvmem/Makefile | 2 + drivers/nvmem/raspberrypi-otp.c | 138 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+) create mode 100644 drivers/nvmem/raspberrypi-otp.c
Looks there are some pending trivial comments, are you planning to resend this? --srini