Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Andy Shevchenko
On Tue, 2018-06-26 at 16:21 +, Yeh, Andy wrote: > > > Ok makes sense in that case. Could you just point me towards an > > > example model which has the address width different than the > > > default > > > for its type? > > > > AFAIK, it's a companion device inside the camera voice coil IC, i.

RE: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Mani, Rajmohan
ing ; Mark > Rutland ; Arnd Bergmann ; Greg > Kroah-Hartman ; Linux Kernel Mailing List > > Subject: RE: [PATCH v2 0/2] Add a property in at24.c > > > -Original Message- > > From: Andy Shevchenko [mailto:andriy.shevche...@linux.intel.com] > > Sent: Tuesday, June 2

RE: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Yeh, Andy
Shevchenko ; Rob Herring > ; Mark Rutland ; Arnd > Bergmann ; Greg Kroah-Hartman > ; Linux Kernel Mailing List ker...@vger.kernel.org> > Subject: Re: [PATCH v2 0/2] Add a property in at24.c > > On Tue, 2018-06-26 at 15:30 +0200, Bartosz Golaszewski wrote: > > 2018

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Andy Shevchenko
On Tue, 2018-06-26 at 15:30 +0200, Bartosz Golaszewski wrote: > 2018-06-26 15:23 GMT+02:00 Andy Shevchenko tel.com>: > > On Tue, 2018-06-26 at 14:36 +0200, Bartosz Golaszewski wrote: > > > 2018-06-26 14:14 GMT+02:00 Andy Shevchenko > > > : > > > > On Tue, 2018-06-26 at 09:41 +0200, Bartosz Golasze

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Bartosz Golaszewski
2018-06-26 15:23 GMT+02:00 Andy Shevchenko : > On Tue, 2018-06-26 at 14:36 +0200, Bartosz Golaszewski wrote: >> 2018-06-26 14:14 GMT+02:00 Andy Shevchenko >> : >> > On Tue, 2018-06-26 at 09:41 +0200, Bartosz Golaszewski wrote: > >> > > What is your use case exactly? Do you have an EEPROM model that

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Andy Shevchenko
On Tue, 2018-06-26 at 14:36 +0200, Bartosz Golaszewski wrote: > 2018-06-26 14:14 GMT+02:00 Andy Shevchenko > : > > On Tue, 2018-06-26 at 09:41 +0200, Bartosz Golaszewski wrote: > > > What is your use case exactly? Do you have an EEPROM model that's > > > not > > > yet supported explicitly in the d

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Bartosz Golaszewski
2018-06-26 14:14 GMT+02:00 Andy Shevchenko : > On Tue, 2018-06-26 at 09:41 +0200, Bartosz Golaszewski wrote: >> 2018-06-26 8:22 GMT+02:00 : >> > From: "alanx.chiang" >> > >> > In at24.c, it uses 8-bit addressing by default. In this patch, >> > add a property address-width that provides a flexible

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Andy Shevchenko
On Tue, 2018-06-26 at 09:41 +0200, Bartosz Golaszewski wrote: > 2018-06-26 8:22 GMT+02:00 : > > From: "alanx.chiang" > > > > In at24.c, it uses 8-bit addressing by default. In this patch, > > add a property address-width that provides a flexible method to > > pass the information to the driver.

Re: [PATCH v2 0/2] Add a property in at24.c

2018-06-26 Thread Bartosz Golaszewski
2018-06-26 8:22 GMT+02:00 : > From: "alanx.chiang" > > In at24.c, it uses 8-bit addressing by default. In this patch, > add a property address-width that provides a flexible method to > pass the information to the driver. > > alanx.chiang (2): > dt-bindings: at24: Add address-width property >

[PATCH v2 0/2] Add a property in at24.c

2018-06-25 Thread alanx . chiang
From: "alanx.chiang" In at24.c, it uses 8-bit addressing by default. In this patch, add a property address-width that provides a flexible method to pass the information to the driver. alanx.chiang (2): dt-bindings: at24: Add address-width property eeprom: at24: Add support for address-width