Re: [05/27] macintosh: therm_windtunnel: Export I2C module alias information
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-08-20 08:38:19
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-08-20 08:38:19
Also in:
lkml
On Thu, 2015-30-07 at 16:18:30 UTC, Javier Martinez Canillas wrote:
The I2C core always reports the MODALIAS uevent as "i2c:<client name" 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 module or udev won't have the necessary information to auto load the correct module when the device is added. Signed-off-by: Javier Martinez Canillas <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cb0eefcc3271ea1d3704 cheers