Re: [PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface

2015-09-17 Thread Bartosz Golaszewski
2015-09-17 16:55 GMT+02:00 Pantelis Antoniou : > Hi Bartosz, > >> On Sep 17, 2015, at 17:42 , Bartosz Golaszewski >> wrote: >> >> 2015-09-16 18:11 GMT+02:00 Pantelis Antoniou >> : >>> For DT and in-kernel users there is no interface to the >>> at24 EEPROMs so provide an NVMEM framework interface

Re: [PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface

2015-09-17 Thread Pantelis Antoniou
Hi Bartosz, > On Sep 17, 2015, at 17:42 , Bartosz Golaszewski > wrote: > > 2015-09-16 18:11 GMT+02:00 Pantelis Antoniou : >> For DT and in-kernel users there is no interface to the >> at24 EEPROMs so provide an NVMEM framework interface. >> >> This allows us to use AT24 based EEPROMs and refer

Re: [PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface

2015-09-17 Thread Bartosz Golaszewski
2015-09-16 18:11 GMT+02:00 Pantelis Antoniou : > For DT and in-kernel users there is no interface to the > at24 EEPROMs so provide an NVMEM framework interface. > > This allows us to use AT24 based EEPROMs and reference them > from within the DT tree. > > Signed-off-by: Pantelis Antoniou > --- >

[PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface

2015-09-16 Thread Pantelis Antoniou
For DT and in-kernel users there is no interface to the at24 EEPROMs so provide an NVMEM framework interface. This allows us to use AT24 based EEPROMs and reference them from within the DT tree. Signed-off-by: Pantelis Antoniou --- drivers/misc/eeprom/at24.c | 219 ++