
Hi Simon,
-----Original Message----- From: Simon Glass sjg@chromium.org Sent: 26 May 2020 03:15 To: Pragnesh Patel pragnesh.patel@sifive.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Atish Patra atish.patra@wdc.com; Palmer Dabbelt palmerdabbelt@google.com; Bin Meng bmeng.cn@gmail.com; Paul Walmsley paul.walmsley@sifive.com; Jagan Teki jagan@amarulasolutions.com; Anup Patel anup.patel@wdc.com; Sagar Kadam sagar.kadam@sifive.com; rick rick@andestech.com; Tero Kristo t-kristo@ti.com; Heiko Stuebner heiko.stuebner@theobroma-systems.com; Finley Xiao <finley.xiao@rock- chips.com>; Adam Ford aford173@gmail.com; Peng Fan peng.fan@nxp.com; Eugen Hristev eugen.hristev@microchip.com 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 Pragnesh,
On Mon, 25 May 2020 at 01:34, Pragnesh Patel pragnesh.patel@sifive.com wrote:
Added a misc driver to handle OTP memory in SiFive SoCs.
Signed-off-by: Pragnesh Patel pragnesh.patel@sifive.com Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Jagan Teki jagan@amarulasolutions.com Tested-by: Jagan Teki jagan@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?
For this series I am just updating the cover letter for change log.
My apology for not updating the change log in every patch but I will definitely take care this in future.
For your reference,
Changes in v12 for this patch:
- Added necessary include files which are not part of common header now
drivers/misc/sifive-otp.c +#include <linux/bitops.h> +#include <linux/delay.h>
Regards, Simon