Hi Pragnesh, On Mon, 25 May 2020 at 01:34, Pragnesh Patel <[email protected]> wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > Tested-by: Bin Meng <[email protected]> > Reviewed-by: Jagan Teki <[email protected]> > Tested-by: Jagan Teki <[email protected]> > --- > drivers/misc/Kconfig | 7 + > drivers/misc/Makefile | 1 + > drivers/misc/sifive-otp.c | 275 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 283 insertions(+) > create mode 100644 drivers/misc/sifive-otp.c
Did you miss the change log here? Regards, Simon

