Hi, These patches are based on available work in iio git repository (git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git) "testing" branch. Compatible strings don't exist on ACPI based systems. This patchset adds probe support by reading ACPI unique identifiers from platform bios for st_pressure and st_accel sensor drivers. Some of these sensors are present on Dell IoT gateways. Thanks, Shrirang Shrirang Bagul (3): iio: st_sensors: match sensors using ACPI handle iio: st_accel: Support sensor i2c probe using acpi iio: st_pressure: Support i2c probe using acpi drivers/iio/accel/st_accel.h | 18 +++++++ drivers/iio/accel/st_accel_i2c.c | 73 +++++++++++++++++--------- drivers/iio/common/st_sensors/st_sensors_i2c.c | 20 +++++++ drivers/iio/pressure/st_pressure.h | 8 +++ drivers/iio/pressure/st_pressure_i2c.c | 51 +++++++++++++----- include/linux/iio/common/st_sensors_i2c.h | 9 ++++ 6 files changed, 142 insertions(+), 37 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html