iio: pressure: ms5611: add support for MS5607 temperature and pressure sensor
authorTomasz Duszynski <tduszyns@gmail.com>
Tue, 23 Jun 2015 18:45:48 +0000 (20:45 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 5 Jul 2015 13:34:00 +0000 (14:34 +0100)
commit9690d81a02dc4eea78de1686c3bf23a8dd4c0f28
treed4c0d6c0703927b9d0f4bf2d228833c676e25102
parent7cb46c2a0666547493132327ccfc0698d90e52f7
iio: pressure: ms5611: add support for MS5607 temperature and pressure sensor

MS5607 is temperature and pressure sensor which hardware is similar to MS5611.
Both sensors share command protocol and support both I2C and SPI serial
protocols. They only differ in compensation algorithms.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/Kconfig
drivers/iio/pressure/ms5611.h
drivers/iio/pressure/ms5611_core.c
drivers/iio/pressure/ms5611_i2c.c
drivers/iio/pressure/ms5611_spi.c