Hi Pragnesh, On Mon, 25 May 2020 at 01:34, Pragnesh Patel <pragnesh.pa...@sifive.com> wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel <pragnesh.pa...@sifive.com> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > Tested-by: Bin Meng <bmeng...@gmail.com> > Reviewed-by: Jagan Teki <ja...@amarulasolutions.com> > Tested-by: Jagan Teki <ja...@amarulasolutions.com> > --- > 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