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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.3 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.7 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 313.7 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top