Tag: cdd469ad9e008a58ed465efa09f8594f1387e8ce

iio: Export I2C module alias information

Author: Javier Martinez Canillas <javier@osg.samsung.com> The I2C drivers have an i2c_device_id array but that information isn’t exported to the modules using the MODULE_DEVICE_TABLE() macro. So the modules autoloading won’t work if the I2C device is registered using OF or legacy board files due missing alias information in the modules. The issue was found using Kieran …

Continue reading