iio:st_pressure:initial lps22hb sensor support
authorGregor Boirie <gregor.boirie@parrot.com>
Tue, 19 Apr 2016 09:18:32 +0000 (11:18 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 29 May 2016 14:02:14 +0000 (15:02 +0100)
commite039e2f5b4dab9a90bb5441a154c01a051b1abfa
treeac2528cf4315fbc4b7e0dcd5206a996d0c0d6a54
parentef2d71d6b7fbbb57e332883d8fad39f2adb9199e
iio:st_pressure:initial lps22hb sensor support

Initial support for ST LPS22HB pressure sensor. Datasheet:
http://www2.st.com/resource/en/datasheet/lps22hb.pdf

Features:
* pressure data and timestamping channels
* sampling frequency selection
* interrupt based trigger
* over I2C or SPI

Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/st-sensors.txt
drivers/iio/pressure/Kconfig
drivers/iio/pressure/st_pressure.h
drivers/iio/pressure/st_pressure_core.c
drivers/iio/pressure/st_pressure_i2c.c
drivers/iio/pressure/st_pressure_spi.c