Re: [PATCH 11/12] nvmem: mxs-ocotp: remove nvmem regmap dependency

2016-04-27 Thread Stefan Wahren
Hi Srinivas, Am 24.04.2016 um 21:28 schrieb Srinivas Kandagatla: > This patch moves to nvmem support in the driver to use callback > instead of regmap. > > Signed-off-by: Srinivas Kandagatla > --- > drivers/nvmem/mxs-ocotp.c | 79 > +-- > 1 file chang

[PATCH 11/12] nvmem: mxs-ocotp: remove nvmem regmap dependency

2016-04-24 Thread Srinivas Kandagatla
This patch moves to nvmem support in the driver to use callback instead of regmap. Signed-off-by: Srinivas Kandagatla --- drivers/nvmem/mxs-ocotp.c | 79 +-- 1 file changed, 21 insertions(+), 58 deletions(-) diff --git a/drivers/nvmem/mxs-ocotp.c b/dr