Re: [PATCH 02/12] eeprom: at24: remove nvmem regmap dependency

2016-05-03 Thread Andrew Lunn
On Mon, May 02, 2016 at 09:32:54AM +0200, Wolfram Sang wrote: > On Sun, Apr 24, 2016 at 08:28:06PM +0100, Srinivas Kandagatla wrote: > > This patch moves to nvmem support in the driver to use callback instead > > of regmap. > > > > Signed-off-by: Srinivas Kandagatla > > Andrew, since you did the

Re: [PATCH 02/12] eeprom: at24: remove nvmem regmap dependency

2016-05-02 Thread Wolfram Sang
On Sun, Apr 24, 2016 at 08:28:06PM +0100, Srinivas Kandagatla wrote: > This patch moves to nvmem support in the driver to use callback instead > of regmap. > > Signed-off-by: Srinivas Kandagatla Andrew, since you did the NVMEM implementation, could you have a look at this? That would be awesome.

[PATCH 02/12] eeprom: at24: 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/misc/eeprom/Kconfig | 1 - drivers/misc/eeprom/at24.c | 103 ++-- 2 files changed, 22 insertions(+), 82 deletions(-) diff