]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit609e54057fe298d773599e1ccd5768187bfba65a
treec4744c89ddbec3104a7efe17adbad77016a2e0b6
parent9fa2c0f030026477583018f6d80242f062863c11
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]