Re: [PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-30 Thread Jonathan Cameron
On 29 November 2016 04:25:03 GMT+00:00, Shrirang Bagul wrote: >On Sun, 2016-11-27 at 11:12 +, Jonathan Cameron wrote: >> On 24/11/16 14:28, Linus Walleij wrote: >> > On Thu, Nov 24, 2016 at 6:33 AM, Shrirang Bagul >> > wrote: >> > >> > > Compatible strings are not available on ACPI based

Re: [PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-30 Thread Linus Walleij
On Tue, Nov 29, 2016 at 5:25 AM, Shrirang Bagul wrote: > Thank you Jonathan. I'll follow-up on Linus's suggestion and try and identify > more of these sensors on some of the hardware we have in the lab. and try to > add > support for some more devices. Thanks Shrirang, appreciated! Yours, Linu

Re: [PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-28 Thread Shrirang Bagul
On Sun, 2016-11-27 at 11:12 +, Jonathan Cameron wrote: > On 24/11/16 14:28, Linus Walleij wrote: > > On Thu, Nov 24, 2016 at 6:33 AM, Shrirang Bagul > > wrote: > > > > > Compatible strings are not available on ACPI based systems. This patch > > > adds > > > support to use DSDT information rea

Re: [PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-27 Thread Jonathan Cameron
On 24/11/16 14:28, Linus Walleij wrote: > On Thu, Nov 24, 2016 at 6:33 AM, Shrirang Bagul > wrote: > >> Compatible strings are not available on ACPI based systems. This patch adds >> support to use DSDT information read from platform BIOS instead for probing >> st pressure sensors. >> >> Signed-o

Re: [PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-24 Thread Linus Walleij
On Thu, Nov 24, 2016 at 6:33 AM, Shrirang Bagul wrote: > Compatible strings are not available on ACPI based systems. This patch adds > support to use DSDT information read from platform BIOS instead for probing > st pressure sensors. > > Signed-off-by: Shrirang Bagul (...) > +#ifdef CONFIG_ACPI

[PATCH 3/3] iio: st_pressure: Support i2c probe using acpi

2016-11-23 Thread Shrirang Bagul
Compatible strings are not available on ACPI based systems. This patch adds support to use DSDT information read from platform BIOS instead for probing st pressure sensors. Signed-off-by: Shrirang Bagul --- drivers/iio/pressure/st_pressure.h | 8 ++ drivers/iio/pressure/st_pressure_i2c.