Re: [RESEND PATCH 5/7] extcon: Export OF module alias information in missing drivers

2015-09-02 Thread Chanwoo Choi
On 2015년 08월 25일 15:31, Javier Martinez Canillas wrote: > The I2C core always reports the MODALIAS uevent as "i2c:" > regardless of the mechanism that was used to register the device > (i.e: OF or board code) and the table that is used later to match > the driver with the device (i.e: I2C id table

[RESEND PATCH 5/7] extcon: Export OF module alias information in missing drivers

2015-08-24 Thread Javier Martinez Canillas
The I2C core always reports the MODALIAS uevent as "i2c:" regardless of the mechanism that was used to register the device (i.e: OF or board code) and the table that is used later to match the driver with the device (i.e: I2C id table or OF match table). So drivers needs to export the I2C id table