Re: [PATCH 1/3] iio: st_sensors: match sensors using ACPI handle

2016-11-27 Thread Jonathan Cameron
On 24/11/16 05:33, Shrirang Bagul wrote: > Add support to match st sensors using information passed from ACPI DST > tables. > > Signed-off-by: Shrirang Bagul Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Presumably at somepoint this will

[PATCH 1/3] iio: st_sensors: match sensors using ACPI handle

2016-11-23 Thread Shrirang Bagul
Add support to match st sensors using information passed from ACPI DST tables. Signed-off-by: Shrirang Bagul --- drivers/iio/common/st_sensors/st_sensors_i2c.c | 20 include/linux/iio/common/st_sensors_i2c.h | 9 + 2 files changed, 29 insertions(+) diff --git