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

2020-05-29 Thread Pragnesh Patel
ebner >; Finley Xiao chips.com>; Adam Ford ; Peng Fan >; Eugen Hristev >Subject: Re: [PATCH v12 01/18] misc: add driver for the SiFive otp controller > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi

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

2020-05-27 Thread Simon Glass
gt; >Meng ; Paul Walmsley ; > >Jagan Teki ; Anup Patel > >; Sagar Kadam ; rick > >; Tero Kristo ; Heiko Stuebner > >; Finley Xiao >chips.com>; Adam Ford ; Peng Fan > >; Eugen Hristev > >Subject: Re: [PATCH v12 01/18] misc: add driver for the SiFive

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

2020-05-25 Thread Pragnesh Patel
ebner >; Finley Xiao chips.com>; Adam Ford ; Peng Fan >; Eugen Hristev >Subject: Re: [PATCH v12 01/18] misc: add driver for the SiFive otp controller > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi

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

2020-05-25 Thread Simon Glass
Hi Pragnesh, On Mon, 25 May 2020 at 01:34, 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 > --- > drivers/misc/Kconfig

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

2020-05-25 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 Reviewed-by: Jagan Teki Tested-by: Jagan Teki --- drivers/misc/Kconfig | 7 + drivers/misc/Makefile | 1 + drivers/misc/sifive-otp.c | 275