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

2015-08-11 Thread Srinivas Kandagatla
Hi Stefan, few nits. On 11/08/15 14:30, 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 --- drivers/nvmem/Kconfig | 11 ++ drivers/nvm

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

2015-08-11 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 --- drivers/nvmem/Kconfig | 11 ++ drivers/nvmem/Makefile|2 + drivers/nvmem/mxs-ocotp.c | 252 +