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