Re: [PATCH 2/2] nvmem: imx-ocotp: add write support

2017-04-03 Thread Rob Herring
On Mon, Mar 27, 2017 at 03:31:31PM +0200, Richard Leitner wrote: > Implement write routine for OCOTP controller found in i.MX6 SoC's. > Furthermore add locking to the read function to prevent race conditions. > The write routine code is based on the fsl_otp driver from Freescale. > > Signed-off-by

Re: [PATCH 2/2] nvmem: imx-ocotp: add write support

2017-03-29 Thread Sascha Hauer
On Mon, Mar 27, 2017 at 10:42:06AM -0300, Fabio Estevam wrote: > [Adding Pengutronix folks and Shawn on Cc] > > On Mon, Mar 27, 2017 at 10:31 AM, Richard Leitner > wrote: > > Implement write routine for OCOTP controller found in i.MX6 SoC's. > > Furthermore add locking to the read function to pre

Re: [PATCH 2/2] nvmem: imx-ocotp: add write support

2017-03-27 Thread Richard Leitner
On 03/27/2017 03:42 PM, Fabio Estevam wrote: > [Adding Pengutronix folks and Shawn on Cc] > > On Mon, Mar 27, 2017 at 10:31 AM, Richard Leitner > wrote: >> Implement write routine for OCOTP controller found in i.MX6 SoC's. >> Furthermore add locking to the read function to prevent race conditions

Re: [PATCH 2/2] nvmem: imx-ocotp: add write support

2017-03-27 Thread Fabio Estevam
[Adding Pengutronix folks and Shawn on Cc] On Mon, Mar 27, 2017 at 10:31 AM, Richard Leitner wrote: > Implement write routine for OCOTP controller found in i.MX6 SoC's. > Furthermore add locking to the read function to prevent race conditions. > The write routine code is based on the fsl_otp driv

[PATCH 2/2] nvmem: imx-ocotp: add write support

2017-03-27 Thread Richard Leitner
Implement write routine for OCOTP controller found in i.MX6 SoC's. Furthermore add locking to the read function to prevent race conditions. The write routine code is based on the fsl_otp driver from Freescale. Signed-off-by: Richard Leitner --- .../devicetree/bindings/nvmem/imx-ocotp.txt