Re: [PATCH V6 2/3] nvmem: add driver for ocotp in i.MX23 and i.MX28

2015-08-17 Thread Srinivas Kandagatla
On 12/08/15 23:21, Stefan Wahren wrote: This patch brings read-only support for the On-Chip OTP cells in the i.MX23 and i.MX28 processor. The driver implements the new NVMEM provider API. Signed-off-by: Stefan Wahren Reviewed-by: Marek Vasut --- drivers/nvmem/Kconfig | 11 ++ driver

Re: [PATCH V6 2/3] nvmem: add driver for ocotp in i.MX23 and i.MX28

2015-08-12 Thread Fabio Estevam
On Wed, Aug 12, 2015 at 7:21 PM, Stefan Wahren wrote: > This patch brings read-only support for the On-Chip OTP cells > in the i.MX23 and i.MX28 processor. The driver implements the > new NVMEM provider API. > > Signed-off-by: Stefan Wahren > Reviewed-by: Marek Vasut Reviewed-by: Fabio Estevam

[PATCH V6 2/3] nvmem: add driver for ocotp in i.MX23 and i.MX28

2015-08-12 Thread Stefan Wahren
This patch brings read-only support for the On-Chip OTP cells in the i.MX23 and i.MX28 processor. The driver implements the new NVMEM provider API. Signed-off-by: Stefan Wahren Reviewed-by: Marek Vasut --- drivers/nvmem/Kconfig | 11 ++ drivers/nvmem/Makefile|2 + drivers/nvmem/mx