linux/drivers/iio/imu/inv_mpu6050
Javier Martinez Canillas 34591a162f iio: imu: inv_mpu6050: Add OF device ID table
The driver doesn't have a struct of_device_id table but supported devices
are registered via Device Trees. This is working on the assumption that a
I2C device registered via OF will always match a legacy I2C device ID and
that the MODALIAS reported will always be of the form i2c:<device>.

But this could change in the future so the correct approach is to have an
OF device ID table if the devices are registered via OF.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-03-19 10:54:43 +00:00
..
inv_mpu_acpi.c iio: inv_mpu6050: Fix use-after-free in ACPI code 2016-06-11 17:20:27 +01:00
inv_mpu_core.c iio:imu:mpu6050: icm20608 initial support 2016-07-03 12:39:57 +01:00
inv_mpu_i2c.c iio: imu: inv_mpu6050: Add OF device ID table 2017-03-19 10:54:43 +00:00
inv_mpu_iio.h iio:imu:mpu6050: icm20608 initial support 2016-07-03 12:39:57 +01:00
inv_mpu_ring.c iio:core: timestamping clock selection support 2016-06-30 19:41:38 +01:00
inv_mpu_spi.c iio:imu:mpu6050: icm20608 initial support 2016-07-03 12:39:57 +01:00
inv_mpu_trigger.c iio: imu: inv_mpu6050: Fix alignment with open parenthesis 2016-02-24 20:40:45 +00:00
Kconfig iio:imu:mpu6050: icm20608 initial support 2016-07-03 12:39:57 +01:00
Makefile iio: imu: inv_mpu6050: Add SPI support for MPU6000 2016-02-13 20:54:07 +00:00