On Mon, Mar 30, 2020 at 1:06 AM Pragnesh Patel <[email protected]> wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel <[email protected]> > --- > drivers/misc/Kconfig | 7 ++ > drivers/misc/Makefile | 1 + > drivers/misc/sifive-otp.c | 255 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 263 insertions(+) > create mode 100644 drivers/misc/sifive-otp.c >
Reviewed-by: Bin Meng <[email protected]>

