https://github.com/torvalds/linux
Revision 1252be9ce0ab4f622b8692b648894d09c0df71ce authored by Javier Martinez Canillas on 30 July 2015, 16:18:39 UTC, committed by Guenter Roeck on 05 August 2015, 15:31:59 UTC
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 <javier@osg.samsung.com>
Cc: stable@vger.kernel.org # v4.1+
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent a4b45b2
History
Tip revision: 1252be9ce0ab4f622b8692b648894d09c0df71ce authored by Javier Martinez Canillas on 30 July 2015, 16:18:39 UTC
hwmon: (nct7904) Export I2C module alias information
Tip revision: 1252be9
File Mode Size
Kconfig -rw-r--r-- 63.9 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 8.5 KB
do_mounts.c -rw-r--r-- 14.6 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 8.2 KB
do_mounts_rd.c -rw-r--r-- 8.7 KB
init_task.c -rw-r--r-- 728 bytes
initramfs.c -rw-r--r-- 13.8 KB
main.c -rw-r--r-- 24.7 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.2 KB

back to top