summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/hp206c.c
Commit message (Collapse)AuthorAgeFilesLines
* iio: Export I2C module alias informationJavier Martinez Canillas2016-05-211-0/+1
| | | | | | | | | | | | | 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>
* hp206c: Initial support for reading sensor valuesCrestez Dan Leonard2016-04-031-0/+426
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>