Re: [PATCH v11 01/18] misc: add driver for the SiFive otp controller

2020-05-19 Thread Jagan Teki
On Tue, May 19, 2020 at 12:34 PM Pragnesh Patel wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel > Reviewed-by: Bin Meng > Tested-by: Bin Meng > --- Reviewed-by: Jagan Teki Tested-by: Jagan Teki

[PATCH v11 01/18] misc: add driver for the SiFive otp controller

2020-05-19 Thread Pragnesh Patel
Added a misc driver to handle OTP memory in SiFive SoCs. Signed-off-by: Pragnesh Patel Reviewed-by: Bin Meng Tested-by: Bin Meng --- drivers/misc/Kconfig | 7 + drivers/misc/Makefile | 1 + drivers/misc/sifive-otp.c | 273 ++ 3 files changed,