Skip to content

Commit

Permalink
iio: chemical: Add Senseair Sunrise 006-0-007 driver
Browse files Browse the repository at this point in the history
Add support for the Senseair Sunrise 006-0-0007 driver through the
IIO subsystem.

Datasheet: https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/TDE5531.pdf
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Link: https://lore.kernel.org/r/20210920135413.140310-4-jacopo+renesas@jmondi.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Jacopo Mondi authored and Jonathan Cameron committed Oct 19, 2021
1 parent c3c780e commit c397894
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -16887,6 +16887,13 @@ S: Maintained
F: drivers/misc/phantom.c
F: include/uapi/linux/phantom.h

SENSEAIR SUNRISE 006-0-0007
M: Jacopo Mondi <jacopo@jmondi.org>
S: Maintained
F: Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2
F: Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml
F: drivers/iio/chemical/sunrise_co2.c

SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
M: Tomasz Duszynski <tomasz.duszynski@octakon.com>
S: Maintained
Expand Down
10 changes: 10 additions & 0 deletions drivers/iio/chemical/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ config SPS30_SERIAL
To compile this driver as a module, choose M here: the module will
be called sps30_serial.

config SENSEAIR_SUNRISE_CO2
tristate "Senseair Sunrise 006-0-0007 CO2 sensor"
select REGMAP_I2C
help
Say yes here to build support for Senseair Sunrise 006-0-0007 CO2
sensor.

To compile this driver as a module, choose M here: the
module will be called sunrise_co2.

config VZ89X
tristate "SGX Sensortech MiCS VZ89X VOC sensor"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/chemical/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_PMS7003) += pms7003.o
obj-$(CONFIG_SCD30_CORE) += scd30_core.o
obj-$(CONFIG_SCD30_I2C) += scd30_i2c.o
obj-$(CONFIG_SCD30_SERIAL) += scd30_serial.o
obj-$(CONFIG_SENSEAIR_SUNRISE_CO2) += sunrise_co2.o
obj-$(CONFIG_SENSIRION_SGP30) += sgp30.o
obj-$(CONFIG_SENSIRION_SGP40) += sgp40.o
obj-$(CONFIG_SPS30) += sps30.o
Expand Down
Loading

0 comments on commit c397894

Please sign in to comment.