iio: pressure: hp03: Add Hope RF HP03 sensor support
authorMarek Vasut <marex@denx.de>
Mon, 18 Apr 2016 14:05:24 +0000 (16:05 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 24 Apr 2016 08:46:14 +0000 (09:46 +0100)
commitd8469e93a4af82110b15b28bbb003a1dbe4258d2
treec4744c89ddbec3104a7efe17adbad77016a2e0b6
parent41c128cb25cee72be66397fae8ceb8dc0c2c6984
iio: pressure: hp03: Add Hope RF HP03 sensor support

Add support for HopeRF pressure and temperature sensor.

This device uses two fixed I2C addresses, one for storing
calibration coefficients and another for accessing the ADC.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Matt Ranostay <mranostay@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/pressure/hp03.txt [new file with mode: 0644]
drivers/iio/pressure/Kconfig
drivers/iio/pressure/Makefile
drivers/iio/pressure/hp03.c [new file with mode: 0644]