RE: [PATCH v3 01/10] misc: add driver for the Sifive otp controller

2020-02-10 Thread Pragnesh Patel
ck Chen ; Simon >Glass ; Heiko Stuebner systems.com>; Michal Simek ; Marcel Ziswiler >; Finley Xiao ; >Peng Fan ; Tero Kristo ; Eugen Hristev > >Subject: RE: [PATCH v3 01/10] misc: add driver for the Sifive otp controller > > >>-Original Message- >>From: Ja

RE: [PATCH v3 01/10] misc: add driver for the Sifive otp controller

2020-01-27 Thread Pragnesh Patel
Simon >Glass ; Heiko Stuebner systems.com>; Michal Simek ; Marcel Ziswiler >; Finley Xiao ; >Peng Fan ; Tero Kristo ; Eugen Hristev > >Subject: Re: [PATCH v3 01/10] misc: add driver for the Sifive otp controller > >On Fri, Jan 24, 2020 at 11:21 AM Pragnesh Patel >wrote

Re: [PATCH v3 01/10] misc: add driver for the Sifive otp controller

2020-01-23 Thread Jagan Teki
On Fri, Jan 24, 2020 at 11:21 AM Pragnesh Patel wrote: > > Added a misc driver to handle OTP memory in FU540. > > Signed-off-by: Pragnesh Patel > Reviewed-by: Anup Patel > --- > arch/riscv/dts/fu540-c000-u-boot.dtsi | 13 ++ > .../dts/hifive-unleashed-a00-u-boot.dtsi | 6 + > bo

[PATCH v3 01/10] misc: add driver for the Sifive otp controller

2020-01-23 Thread Pragnesh Patel
Added a misc driver to handle OTP memory in FU540. Signed-off-by: Pragnesh Patel Reviewed-by: Anup Patel --- arch/riscv/dts/fu540-c000-u-boot.dtsi | 13 ++ .../dts/hifive-unleashed-a00-u-boot.dtsi | 6 + board/sifive/fu540/fu540.c| 113 -- configs/sif