misc: eeprom: Export I2C module alias information in missing drivers
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 7 Aug 2015 12:04:19 +0000 (14:04 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Aug 2015 06:37:36 +0000 (08:37 +0200)
commitc49c1f0873faddf78c3545a8e25dfe23e8d15c2f
tree9a1c3677915e8213c1f1f07dd6d65cc426248545
parentfb427466dcde21fc4aab27153735bdd5c62b422d
misc: eeprom: Export I2C module alias information in missing drivers

The I2C core always reports the MODALIAS uevent as "i2c:<client name>"
regardless if the driver later is match 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 <javier@osg.samsung.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/misc/eeprom/max6875.c
This page took 0.028503 seconds and 5 git commands to generate.