linux/drivers/iio/humidity
Javier Martinez Canillas cdd469ad9e iio: Export I2C module alias information
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 Bingham's coccinelle semantic patch:
https://lkml.org/lkml/2016/5/10/520

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2016-05-21 20:08:14 +01:00
..
am2315.c iio: Export I2C module alias information 2016-05-21 20:08:14 +01:00
dht11.c iio: dht11: Improve logging 2016-04-10 17:40:06 +01:00
hdc100x.c iio: convert to common i2c_check_functionality() return value 2016-02-27 17:17:43 +00:00
htu21.c iio: Export I2C module alias information 2016-05-21 20:08:14 +01:00
Kconfig iio: humidity: Add support for AM2315 2016-04-24 09:56:07 +01:00
Makefile iio: humidity: Add support for AM2315 2016-04-24 09:56:07 +01:00
si7005.c iio: convert to common i2c_check_functionality() return value 2016-02-27 17:17:43 +00:00
si7020.c iio: convert to common i2c_check_functionality() return value 2016-02-27 17:17:43 +00:00