linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] iio: chemical: sgp30: Support Sensirion Gas Sensors
@ 2018-12-13 14:43 Andreas Brauchli
  0 siblings, 0 replies; only message in thread
From: Andreas Brauchli @ 2018-12-13 14:43 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler
  Cc: linux-kernel, linux-iio, Andreas Brauchli

Minimal SGP30/SGPC3 driver

Changes to v2:
* Strip all calibration params to give time to determine the preferred way
  of adding those to IIO. The sensor remains fully functional, just without
  humidity compensation, baseline support for resuming measurements, ...
* Split DT bindings into own commit
* SPDX License header
* Style and whitespace changes

(Different sender due to corporate server molesting emails)

Andreas Brauchli (3):
  iio: Add modifiers for ethanol and H2 gases
  iio: chemical: sgp30: Support Sensirion SGP30/SGPC3 sensors
  iio: chemical: sgp30: add device tree support

 Documentation/ABI/testing/sysfs-bus-iio       |   4 +
 .../bindings/iio/chemical/sensirion,sgp30.txt |  15 +
 drivers/iio/chemical/Kconfig                  |  13 +
 drivers/iio/chemical/Makefile                 |   1 +
 drivers/iio/chemical/sgp30.c                  | 603 ++++++++++++++++++
 include/uapi/linux/iio/types.h                |   2 +
 tools/iio/iio_event_monitor.c                 |   4 +
 7 files changed, 642 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt
 create mode 100644 drivers/iio/chemical/sgp30.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-13 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 14:43 [PATCH v3 0/3] iio: chemical: sgp30: Support Sensirion Gas Sensors Andreas Brauchli

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).