Re: [PATCH 08/27] power: Export I2C module alias information in missing drivers

2015-08-04 Thread Sebastian Reichel
Hi, On Thu, Jul 30, 2015 at 06:18:33PM +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 mod

[PATCH 08/27] power: 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/power/bq24190_charger.c | 1 + drivers/power/rt5033_battery.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/power/bq24190_charger.c b/drivers/power/bq24190_charger.c index 703ebecaf38b..bb6d85bd