]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
iio: pressure: bmp280: add support for BMP180
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 24 Apr 2016 13:52:10 +0000 (22:52 +0900)
committerJonathan Cameron <jic23@kernel.org>
Mon, 25 Apr 2016 18:03:14 +0000 (19:03 +0100)
commit6dba72eca7fb879bf2e0c8fdc784fb974cb4f9d5
treef80000595f8ca8e709e6c58c1f4f8dc2d362611f
parent06ad7ea10e2bcf70a602e504ea32ee6ef6d77aa9
iio: pressure: bmp280: add support for BMP180

This adds support for the BMP180 to the bmp280 iio driver.

The BMP180 has already been supported by misc/bmp085 driver but it
doesn't use iio framework.  This change adds the kconfig dependency
not to be selected both of them in order to avoid any issues.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Vlad Dogaru <vlad.dogaru@intel.com>
Cc: Christoph Mair <christoph.mair@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/Kconfig
drivers/iio/pressure/bmp280.c