iio: srf08: add sensor type srf10
authorAndreas Klinger <ak@it-klinger.de>
Wed, 16 Aug 2017 19:34:23 +0000 (21:34 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 18 Aug 2017 07:01:58 +0000 (08:01 +0100)
commitc5bf4a04467dca050784c9faef492ce17d268be9
tree949366c7bd0b2ac54ce08b19fc4e3af78534b745
parenta83195937151036d9114154970f1cbf44114d43e
iio: srf08: add sensor type srf10

Ultrasonic sensor srf10 is quite similar to srf08 and now also supported by
the driver as device tree compatible string.

It was necessary to prepare the source for supplementary sensors. This is
done by enum srf08_sensor_type.

The most significiant difference between srf08 and srf10 is another range
and values of register gain (in the driver it's call sensitivity).
Therefore the array of it is extended and dependent of the sensor type.

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/proximity/Kconfig
drivers/iio/proximity/srf08.c