Re: [PATCH 2/7] iio: srf08: add sensor type srf10

2017-08-12 Thread Jonathan Cameron
On Thu, 3 Aug 2017 01:23:56 +0200 Andreas Klinger wrote: > Ultrasonic sensor srf10 is quite similar to srf08 and now also supported by > the driver as device tree compatible string. > > The most significiant difference is a different range and values of > register gain (in the driver it's call s

[PATCH 2/7] iio: srf08: add sensor type srf10

2017-08-02 Thread Andreas Klinger
Ultrasonic sensor srf10 is quite similar to srf08 and now also supported by the driver as device tree compatible string. The most significiant difference is a different range and values of register gain (in the driver it's call sensitivity). Therefore the array of was extended. Signed-off-by: And