summaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical
Commit message (Expand)AuthorAgeFilesLines
* iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
* iio: scd4x: check return of scd4x_write_and_fetchTom Rix2022-04-041-1/+4
* iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
* iio:chemical:bme680: Move exports to IIO_BME680 namespaceJonathan Cameron2022-02-183-2/+4
* iio: chemical: atlas-ezo-sensor: Make use of device propertiesAndy Shevchenko2022-02-131-15/+17
* iio: chemical: bme680: Switch from of headers to mod_devicetable.hAndy Shevchenko2022-02-061-1/+1
* iio: sps30: Use sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
* iio: scd4x: Use sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
* iio:chemical:atlas: Trivial white space cleanup to add space before }Jonathan Cameron2022-01-231-5/+5
* iio: chemical: sunrise_co2: set val parameter only on successTom Rix2021-12-281-2/+2
* iio: vz89x: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
* iio: atlas-sensor: Remove no-op trigger opsLars-Peter Clausen2021-11-171-4/+0
* iio: chemical: scd4x: Add a scale for the co2 concentration readingRoan van Dijk2021-10-211-2/+7
* drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensorRoan van Dijk2021-10-193-0/+705
* iio: chemical: SENSEAIR_SUNRISE_CO2 depends on I2CRandy Dunlap2021-10-191-0/+1
* iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi2021-10-193-0/+548
* iio: chemical: Add driver support for sgp40Andreas Klinger2021-08-083-0/+390
* iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-9/+4
* iio: chemical: sgp30: Drop use of %hx in format string.Jonathan Cameron2021-06-031-1/+1
* iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-2/+2
* iio: bme680_i2c: Remove acpi_device_id tableGuenter Roeck2021-05-171-8/+0
* iio: bme680_spi: Remove acpi_device_id tableGuenter Roeck2021-05-171-8/+0
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-173-3/+4
* iio: sps30: add support for serial interfaceTomasz Duszynski2021-05-173-0/+443
* iio: sps30: separate core and interface specific codeTomasz Duszynski2021-05-175-226/+353
* iio:chemical:sps30: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-05-171-3/+3
* iio:chemical:scd30: Use IRQF_NO_AUTOEN to avoid irq request then disableJonathan Cameron2021-04-071-8/+8
* iio: chemical: atlas: Remove code to set trigger parentGwendal Grignou2021-03-251-1/+0
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-252-2/+0
* iio: chemical: bmp680: Drop unneeded explicit castingsAndy Shevchenko2021-03-252-4/+2
* iio: use getter/setter functionsJulia Lawall2021-03-111-1/+1
* iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* iio: chemical: pms7003: convert comma to semicolonZheng Yongjun2021-01-091-1/+1
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-224-32/+28
|\
| * iio: chemical: sgp30: Add description for sgp_read_cmd()'s 'duration_us'Lee Jones2020-09-211-0/+1
| * iio:chemical:vz89x: Drop of_match_ptr protection and use generic fw accessorsJonathan Cameron2020-09-211-7/+4
| * iio:chemical:vz89x: Introduce local struct device pointer.Jonathan Cameron2020-09-211-4/+5
| * iio:chemical:sgp30: Drop of_match_ptr and use generic fw accessorsJonathan Cameron2020-09-211-6/+4
| * iio:chemical:sgp30: Use local variable dev to simplify codeJonathan Cameron2020-09-211-10/+10
| * iio:chemical:atlas-sensor: Drop of_match_ptr and use generic fw accessorsJonathan Cameron2020-09-211-6/+4
| * iio:chemical:ams-iaq-core: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-142-5/+10
|\ \ | |/ |/|
| * Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-131-4/+9
| |\
| | * iio:chemical:ccs811: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+9
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | iio: chemical: scd30: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-7/+2
* | iio: chemical: atlas-ezo-sensor: add humidity sensor supportMatt Ranostay2020-09-031-1/+36
* | iio: chemical: atlas-ezo-sensor: add support for O2 sensorMatt Ranostay2020-08-221-19/+54
|/
* iio: chemical: scd30: add serial interface driverTomasz Duszynski2020-06-273-0/+275
* iio: chemical: scd30: add I2C interface driverTomasz Duszynski2020-06-273-0/+151