summaryrefslogtreecommitdiff
path: root/drivers/iio/chemical
AgeCommit message (Expand)Author
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-17iio: chemical: add support for Aosong AGS02MAAnshul Dalal
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)
2023-09-12iio: chemical: sgp30: Convert enum->pointer for data in the match tablesBiju Das
2023-09-11iio: chemical: atlas-ezo-sensor: Simplify probe()Biju Das
2023-09-11iio: chemical: atlas-sensor: Convert enum->pointer for data in the match tablesBiju Das
2023-09-11iio: chemical: vz89x: Convert enum->pointer for data in the match tablesBiju Das
2023-07-20iio: chemical: scd4x: Add pressure compensationRoan van Dijk
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-11iio: chemical: sps030: Reformat comment in a more readable wayJonathan Neuschäfer
2023-01-14iio: chemical: scd30_core: Switch to use dev_err_probe()Andy Shevchenko
2023-01-14iio: chemical: scd30_core: use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2022-11-23iio: chemical: vz89x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: sgp40: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: sgp30: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: scd4x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: ccs811: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: bme680_i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: atlas-sensor: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: atlas-ezo-sensor: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: chemical: ams-iaq-core: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-18iio: chemical: scd4x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-06-21iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespaceJonathan Cameron
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-06-19iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov
2022-06-11iio: chemical: bme680: fix typo in commentJulia Lawall
2022-06-11iio:chemical:ccs811: Improve error reporting for problems during .remove()Uwe Kleine-König
2022-06-11iio:chemical:atlas: Improve error reporting for problems during .remove()Uwe Kleine-König
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-04-05iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespaceJonathan Cameron
2022-04-05iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()Jonathan Cameron
2022-04-04iio: scd4x: check return of scd4x_write_and_fetchTom Rix
2022-02-21iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron
2022-02-18iio:chemical:bme680: Move exports to IIO_BME680 namespaceJonathan Cameron
2022-02-13iio: chemical: atlas-ezo-sensor: Make use of device propertiesAndy Shevchenko
2022-02-06iio: chemical: bme680: Switch from of headers to mod_devicetable.hAndy Shevchenko
2022-01-23iio: sps30: Use sysfs_emit()Lars-Peter Clausen
2022-01-23iio: scd4x: Use sysfs_emit()Lars-Peter Clausen
2022-01-23iio:chemical:atlas: Trivial white space cleanup to add space before }Jonathan Cameron
2021-12-28iio: chemical: sunrise_co2: set val parameter only on successTom Rix
2021-12-16iio: vz89x: Remove unnecessary castLars-Peter Clausen
2021-11-17iio: atlas-sensor: Remove no-op trigger opsLars-Peter Clausen
2021-10-21iio: chemical: scd4x: Add a scale for the co2 concentration readingRoan van Dijk
2021-10-19drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensorRoan van Dijk
2021-10-19iio: chemical: SENSEAIR_SUNRISE_CO2 depends on I2CRandy Dunlap
2021-10-19iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi
2021-08-08iio: chemical: Add driver support for sgp40Andreas Klinger
2021-06-16iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron