linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control
@ 2016-04-15 17:53 Akinobu Mita
  2016-04-15 17:53 ` [PATCH v2 1/2] iio: pressure: bmp280: add support for BMP180 Akinobu Mita
  2016-04-15 17:53 ` [PATCH v2 2/2] iio: pressure: bmp280: add ability to control oversampling rate Akinobu Mita
  0 siblings, 2 replies; 9+ messages in thread
From: Akinobu Mita @ 2016-04-15 17:53 UTC (permalink / raw)
  To: linux-iio; +Cc: Akinobu Mita

This series includes two patches: one that adds support for the BMP180
chip, and the second which adds configuration for the oversampling ratio
for both BMP180 and BMP280.

* v2
- split into two patches
- add error check for reading calibration data.
- s/be16_to_cpu(0)/cpu_to_be16(0)/
- default pressure oversampling ratio for bmp180 from x1 to x8
- add kconfig dependency to not select if bmp085-i2c is enabled
- create bmp280_chip_info includes all elements depending on the chip
- add ACPI ids for bmp180

Akinobu Mita (2):
  iio: pressure: bmp280: add support for BMP180
  iio: pressure: bmp280: add ability to control oversampling rate

 drivers/iio/pressure/Kconfig  |   5 +-
 drivers/iio/pressure/bmp280.c | 581 +++++++++++++++++++++++++++++++++++++++---
 2 files changed, 555 insertions(+), 31 deletions(-)

-- 
2.5.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-18 13:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 17:53 [PATCH v2 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control Akinobu Mita
2016-04-15 17:53 ` [PATCH v2 1/2] iio: pressure: bmp280: add support for BMP180 Akinobu Mita
2016-04-16 10:04   ` Jonathan Cameron
2016-04-18 12:01     ` Vlad Dogaru
2016-04-18 13:47       ` jic23
2016-04-15 17:53 ` [PATCH v2 2/2] iio: pressure: bmp280: add ability to control oversampling rate Akinobu Mita
2016-04-16 10:08   ` Jonathan Cameron
2016-04-18 11:52   ` Vlad Dogaru
2016-04-18 13:46     ` Akinobu Mita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).