Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-04 Thread Javier Martinez Canillas
Hello Jean, On 08/04/2015 09:19 AM, Jean Delvare wrote: > On Mon, 3 Aug 2015 21:12:39 +0200, Javier Martinez Canillas wrote: >> On 08/03/2015 06:50 PM, Jean Delvare wrote: >>> Yes, the long-term plan is to get rid of the legacy eeprom driver. But >>> we need a transition path for users. Either the

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-04 Thread Jean Delvare
On Mon, 3 Aug 2015 21:12:39 +0200, Javier Martinez Canillas wrote: > On 08/03/2015 06:50 PM, Jean Delvare wrote: > > Yes, the long-term plan is to get rid of the legacy eeprom driver. But > > we need a transition path for users. Either the at24 driver should be > > able to instantiate SPD and EDID

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-03 Thread Javier Martinez Canillas
Hello Jean, On 08/03/2015 06:50 PM, Jean Delvare wrote: > Le Monday 03 August 2015 à 16:07 +0200, Javier Martinez Canillas a > écrit : >> Hello Jean, >> >> On 08/03/2015 01:05 PM, Jean Delvare wrote: >>> Hi Javier, >>> >>> On Thu, 30 Jul 2015 18:18:31 +0200, Javier Martinez Canillas wrote: Th

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-03 Thread Jean Delvare
Le Monday 03 August 2015 à 16:07 +0200, Javier Martinez Canillas a écrit : > Hello Jean, > > On 08/03/2015 01:05 PM, Jean Delvare wrote: > > Hi Javier, > > > > On Thu, 30 Jul 2015 18:18:31 +0200, Javier Martinez Canillas wrote: > >> The I2C core always reports the MODALIAS uevent as "i2c: >> rega

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-03 Thread Javier Martinez Canillas
Hello Jean, On 08/03/2015 01:05 PM, Jean Delvare wrote: > Hi Javier, > > On Thu, 30 Jul 2015 18:18:31 +0200, Javier Martinez Canillas wrote: >> The I2C core always reports the MODALIAS uevent as "i2c:> regardless if the driver was matched using the I2C id_table or the >> of_match_table. So the dr

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-03 Thread Jean Delvare
Hi Javier, On Thu, 30 Jul 2015 18:18:31 +0200, Javier Martinez Canillas wrote: > The I2C core always reports the MODALIAS uevent as "i2c: regardless if the driver was matched using the I2C id_table or the > of_match_table. So the driver needs to export the I2C table and this > be built into the mo

[PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-07-30 Thread Javier Martinez Canillas
The I2C core always reports the MODALIAS uevent as "i2c: --- drivers/misc/eeprom/eeprom.c | 1 + drivers/misc/eeprom/max6875.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/misc/eeprom/eeprom.c b/drivers/misc/eeprom/eeprom.c index b432873def96..4bb54e1c40a7 100644 --- a/drivers/