RE: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-10 Thread Pragnesh Patel
Adam Ford ; Eugen Hristev >; Peng Fan ; Finley Xiao >; Kever Yang >Subject: Re: [PATCH v7 01/22] 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 > >On Sat, May

Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-10 Thread Jagan Teki
; Paul Walmsley ; > >Troy Benjegerdes ; Anup Patel > >; Sagar Kadam ; Rick Chen > >; Tero Kristo ; Simon Glass > >; Adam Ford ; Eugen Hristev > >; Peng Fan ; Finley Xiao > >; Kever Yang > >Subject: Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

RE: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Pragnesh Patel
s >; Adam Ford ; Eugen Hristev >; Peng Fan ; Finley Xiao >; Kever Yang >Subject: Re: [PATCH v7 01/22] 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 >

Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Jagan Teki
; Paul Walmsley ; > >Troy Benjegerdes ; Anup Patel > >; Sagar Kadam ; Rick Chen > >; Tero Kristo ; Simon Glass > >; Adam Ford ; Eugen Hristev > >; Peng Fan ; Finley Xiao > >; Kever Yang > >Subject: Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

RE: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Pragnesh Patel
s >; Adam Ford ; Eugen Hristev >; Peng Fan ; Finley Xiao >; Kever Yang >Subject: Re: [PATCH v7 01/22] 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 >

Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Jagan Teki
On Sat, May 2, 2020 at 3:37 PM Pragnesh Patel wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel > --- > drivers/misc/Kconfig | 7 + > drivers/misc/Makefile | 1 + > drivers/misc/sifive-otp.c | 273 ++

Re: [PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Bin Meng
On Sat, May 2, 2020 at 6:07 PM Pragnesh Patel wrote: > > Added a misc driver to handle OTP memory in SiFive SoCs. > > Signed-off-by: Pragnesh Patel > --- > drivers/misc/Kconfig | 7 + > drivers/misc/Makefile | 1 + > drivers/misc/sifive-otp.c | 273 ++

[PATCH v7 01/22] misc: add driver for the SiFive otp controller

2020-05-02 Thread Pragnesh Patel
Added a misc driver to handle OTP memory in SiFive SoCs. Signed-off-by: Pragnesh Patel --- drivers/misc/Kconfig | 7 + drivers/misc/Makefile | 1 + drivers/misc/sifive-otp.c | 273 ++ 3 files changed, 281 insertions(+) create mode 100644 drivers/