lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 13 Dec 2018 15:43:21 +0100
From:   Andreas Brauchli <a.brauchli@...mentarea.net>
To:     Jonathan Cameron <jic23@...nel.org>,
        Hartmut Knaack <knaack.h@....de>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Peter Meerwald-Stadler <pmeerw@...erw.net>
Cc:     linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org,
        Andreas Brauchli <andreas.brauchli@...sirion.com>
Subject: [PATCH v3 0/3] iio: chemical: sgp30: Support Sensirion Gas Sensors

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ