All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: pressure: bmp280: add BME280 part support
@ 2016-04-12  5:21 Matt Ranostay
  2016-04-12  5:21 ` [PATCH 1/3] iio: pressure: bmp280: add initial support for multiple chips Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Matt Ranostay @ 2016-04-12  5:21 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

Add functionality to allow multiple parts to be selected via ACPI or DT
properties; also allows per chip info and initialiation.

Add BME280 device and relative humidity reading functionality.

Matt Ranostay (3):
  iio: pressure: bmp280: add initial support for multiple chips
  iio: pressure: bmp280: add per chip initialize function pointer
  iio: pressure: bmp280: add humidity support

 drivers/iio/pressure/bmp280.c | 209 ++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 199 insertions(+), 10 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-04-17 11:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12  5:21 [PATCH 0/3] iio: pressure: bmp280: add BME280 part support Matt Ranostay
2016-04-12  5:21 ` [PATCH 1/3] iio: pressure: bmp280: add initial support for multiple chips Matt Ranostay
2016-04-12  5:23   ` Peter Meerwald-Stadler
2016-04-12  5:27     ` Matt Ranostay
2016-04-17 11:51       ` Jonathan Cameron
2016-04-12  5:21 ` [PATCH 2/3] iio: pressure: bmp280: add per chip initialize function pointer Matt Ranostay
2016-04-12  5:17   ` Peter Meerwald-Stadler
2016-04-12  5:21 ` [PATCH 3/3] iio: pressure: bmp280: add humidity support Matt Ranostay
2016-04-12  5:21   ` Peter Meerwald-Stadler
2016-04-12  5:42     ` Matt Ranostay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.