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

2015-05-18 Thread Pantelis Antoniou
Hi Maxime, > On May 15, 2015, at 17:19 , Maxime Ripard > wrote: > > On Thu, May 14, 2015 at 09:06:23AM +0300, Pantelis Antoniou wrote: >> >>> On May 13, 2015, at 23:36 , Maxime Ripard >>> wrote: >>> >>> Hi Pantelis, >>> >>> On Wed, May 13, 2015 at 10:38:17AM +0300, Pantelis Antoniou wrote:

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

2015-05-17 Thread Maxime Ripard
On Thu, May 14, 2015 at 09:06:23AM +0300, Pantelis Antoniou wrote: > > > On May 13, 2015, at 23:36 , Maxime Ripard > > wrote: > > > > Hi Pantelis, > > > > On Wed, May 13, 2015 at 10:38:17AM +0300, Pantelis Antoniou wrote: > >> For DT and in-kernel users there is no interface to the > >> at24 E

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

2015-05-13 Thread Pantelis Antoniou
> On May 13, 2015, at 23:36 , Maxime Ripard > wrote: > > Hi Pantelis, > > On Wed, May 13, 2015 at 10:38:17AM +0300, Pantelis Antoniou wrote: >> For DT and in-kernel users there is no interface to the >> at24 EEPROMs so provide an EEPROM framework interface. >> >> This allows us to use AT24 ba

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

2015-05-13 Thread Maxime Ripard
Hi Pantelis, On Wed, May 13, 2015 at 10:38:17AM +0300, Pantelis Antoniou wrote: > For DT and in-kernel users there is no interface to the > at24 EEPROMs so provide an EEPROM framework interface. > > This allows us to use AT24 based EEPROMs and reference them > from within the DT tree. > > Signed