iio: add bmp280 pressure and temperature driver
authorVlad Dogaru <vlad.dogaru@intel.com>
Tue, 21 Oct 2014 08:09:58 +0000 (11:09 +0300)
committerJonathan Cameron <jic23@kernel.org>
Wed, 22 Oct 2014 19:28:27 +0000 (20:28 +0100)
commitd5c94568cc1d11dffee349468ae996e420381453
tree0cd2dd3bc2c6b59db3cf576a33f808eb6577dcf9
parentc22e15f352066e8ee4d662f4a721c2fd10590f81
iio: add bmp280 pressure and temperature driver

Minimal implementation, can read temperature and data using direct mode.

Datasheet available at
<http://ae-bst.resource.bosch.com/media/products/dokumente/bmp280/BST-BMP280-DS001-09.pdf>

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/Kconfig
drivers/iio/pressure/Makefile
drivers/iio/pressure/bmp280.c [new file with mode: 0644]