aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical
AgeCommit message (Expand)AuthorFilesLines
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini3-6/+6
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-15/+15
2023-12-17iio: chemical: add support for Aosong AGS02MAAnshul Dalal3-0/+177
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)3-15/+15
2023-09-12iio: chemical: sgp30: Convert enum->pointer for data in the match tablesBiju Das1-12/+12
2023-09-11iio: chemical: atlas-ezo-sensor: Simplify probe()Biju Das1-5/+1
2023-09-11iio: chemical: atlas-sensor: Convert enum->pointer for data in the match tablesBiju Das1-18/+14
2023-09-11iio: chemical: vz89x: Convert enum->pointer for data in the match tablesBiju Das1-11/+5
2023-07-20iio: chemical: scd4x: Add pressure compensationRoan van Dijk1-6/+73
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König12-12/+12
2023-03-11iio: chemical: sps030: Reformat comment in a more readable wayJonathan Neuschäfer1-3/+3
2023-01-14iio: chemical: scd30_core: Switch to use dev_err_probe()Andy Shevchenko1-26/+14
2023-01-14iio: chemical: scd30_core: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-3/+3
2022-11-23iio: chemical: vz89x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: sgp40: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: sgp30: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: scd4x: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-23iio: chemical: ccs811: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: bme680_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: atlas-sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: atlas-ezo-sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: chemical: ams-iaq-core: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-9/+3
2022-07-18iio: chemical: scd4x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman6-5/+19
2022-06-21iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespaceJonathan Cameron3-1/+3
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-2/+2
2022-06-19iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-11iio: chemical: bme680: fix typo in commentJulia Lawall1-1/+1
2022-06-11iio:chemical:ccs811: Improve error reporting for problems during .remove()Uwe Kleine-König1-2/+8
2022-06-11iio:chemical:atlas: Improve error reporting for problems during .remove()Uwe Kleine-König1-1/+7
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki4-11/+10
2022-04-05iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespaceJonathan Cameron3-2/+4
2022-04-05iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()Jonathan Cameron4-10/+7
2022-04-04iio: scd4x: check return of scd4x_write_and_fetchTom Rix1-1/+4
2022-02-21iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron1-5/+2
2022-02-18iio:chemical:bme680: Move exports to IIO_BME680 namespaceJonathan Cameron3-2/+4
2022-02-13iio: chemical: atlas-ezo-sensor: Make use of device propertiesAndy Shevchenko1-15/+17
2022-02-06iio: chemical: bme680: Switch from of headers to mod_devicetable.hAndy Shevchenko1-1/+1
2022-01-23iio: sps30: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio: scd4x: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio:chemical:atlas: Trivial white space cleanup to add space before }Jonathan Cameron1-5/+5
2021-12-28iio: chemical: sunrise_co2: set val parameter only on successTom Rix1-2/+2
2021-12-16iio: vz89x: Remove unnecessary castLars-Peter Clausen1-1/+1
2021-11-17iio: atlas-sensor: Remove no-op trigger opsLars-Peter Clausen1-4/+0
2021-10-21iio: chemical: scd4x: Add a scale for the co2 concentration readingRoan van Dijk1-2/+7
2021-10-19drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensorRoan van Dijk3-0/+705
2021-10-19iio: chemical: SENSEAIR_SUNRISE_CO2 depends on I2CRandy Dunlap1-0/+1
2021-10-19iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi3-0/+548
2021-08-08iio: chemical: Add driver support for sgp40Andreas Klinger3-0/+390
2021-06-16iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron1-9/+4
2021-06-03iio: chemical: sgp30: Drop use of %hx in format string.Jonathan Cameron1-1/+1
2021-05-17iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-2/+2
2021-05-17iio: bme680_i2c: Remove acpi_device_id tableGuenter Roeck1-8/+0
2021-05-17iio: bme680_spi: Remove acpi_device_id tableGuenter Roeck1-8/+0
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron3-3/+4
2021-05-17iio: sps30: add support for serial interfaceTomasz Duszynski3-0/+443
2021-05-17iio: sps30: separate core and interface specific codeTomasz Duszynski5-226/+353
2021-05-17iio:chemical:sps30: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-3/+3
2021-04-07iio:chemical:scd30: Use IRQF_NO_AUTOEN to avoid irq request then disableJonathan Cameron1-8/+8
2021-03-25iio: chemical: atlas: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2-2/+0
2021-03-25iio: chemical: bmp680: Drop unneeded explicit castingsAndy Shevchenko2-4/+2
2021-03-11iio: use getter/setter functionsJulia Lawall1-1/+1
2021-01-09iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-1/+1
2021-01-09iio: chemical: pms7003: convert comma to semicolonZheng Yongjun1-1/+1
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman4-32/+28
2020-09-21iio: chemical: sgp30: Add description for sgp_read_cmd()'s 'duration_us'Lee Jones1-0/+1
2020-09-21iio:chemical:vz89x: Drop of_match_ptr protection and use generic fw accessorsJonathan Cameron1-7/+4
2020-09-21iio:chemical:vz89x: Introduce local struct device pointer.Jonathan Cameron1-4/+5
2020-09-21iio:chemical:sgp30: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-6/+4
2020-09-21iio:chemical:sgp30: Use local variable dev to simplify codeJonathan Cameron1-10/+10
2020-09-21iio:chemical:atlas-sensor: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-6/+4
2020-09-21iio:chemical:ams-iaq-core: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2-5/+10
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+9
2020-09-03iio: chemical: scd30: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2020-09-03iio: chemical: atlas-ezo-sensor: add humidity sensor supportMatt Ranostay1-1/+36
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-22iio:chemical:ccs811: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-4/+9
2020-08-22iio: chemical: atlas-ezo-sensor: add support for O2 sensorMatt Ranostay1-19/+54
2020-06-27iio: chemical: scd30: add serial interface driverTomasz Duszynski3-0/+275
2020-06-27iio: chemical: scd30: add I2C interface driverTomasz Duszynski3-0/+151
2020-06-27iio: chemical: scd30: add core driverTomasz Duszynski4-0/+861
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-5/+1
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean2-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean7-7/+0
2020-06-14iio: chemical: atlas-ezo-sensor: move ret variable scope in atlas_ezo_read_raw()Matt Ranostay1-2/+2
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman1-1/+13
2020-05-22iio:chemical:pms7003: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-5/+12
2020-05-22iio:chemical:sps30: Fix timestamp alignmentJonathan Cameron1-3/+6
2020-05-16iio: chemical: add atlas-ezo-sensor initial supportMatt Ranostay3-0/+189
2020-05-03iio: chemical: Add OF match table for CCS811 VOC sensorManivannan Sadhasivam1-0/+7
2020-05-03iio: chemical: Add support for external Reset and Wakeup in CCS811Manivannan Sadhasivam1-11/+94
2020-04-25iio: chemical: atlas-sensor: add RTD-SM module supportMatt Ranostay1-0/+29
2020-04-25iio: chemical: atlas-sensor: correct DO-SM channelsMatt Ranostay1-1/+13
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2-18/+25
2020-04-19iio:chemical:bme680: Tidy up parameters to regmap_bulk_readJonathan Cameron1-14/+22
2020-04-19iio:chemical:atlas-sensor: Drop unnecessary explicit casts in regmap_bulk_rea...Jonathan Cameron1-4/+3
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman1-0/+2
2020-03-08iio: chemical: atlas-sensor: add DO-SM module supportMatt Ranostay1-4/+60
2020-03-08iio: chemical: atlas-sensor: allow probe without interrupt lineMatt Ranostay1-15/+18
2020-03-08iio: chemical: sps30: fix missing triggered buffer dependencyPetr Štetiar1-0/+2
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman1-0/+1
2020-01-13iio: chemical: pms7003: fix unmet triggered buffer dependencyTomasz Duszynski1-0/+1
2020-01-12iio: chemical: atlas-sensor: add helper function atlas_buffer_num_channels()Matt Ranostay1-1/+12
2019-12-29iio: chemical: atlas-ph-sensor: rename atlas-ph-sensor to atlas-sensorMatt Ranostay2-6/+6
2019-12-15iio: atlas-ph-sensor: Drop GPIO includeLinus Walleij1-1/+0
2019-10-22iio: chemical: sgp30: drop excess semicolonJonathan Cameron1-1/+1
2019-10-18iio: chemical: sps30: Explicity truncate constant by maskingJonathan Cameron1-1/+1
2019-10-13iio: chemical: atlas-ph-sensor: fix iio_triggered_buffer_predisable() positionAlexandru Ardelean1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman5-71/+139
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult1-6/+6
2019-04-04iio: chemical: pms7003: extend supported sensors listTomasz Duszynski1-0/+5
2019-03-16iio: pms7003: select IIO_TRIGGERED_BUFFERArnd Bergmann1-0/+1
2019-03-09iio:chemical:bme680: Fix SPI read interfaceMike Looijmans4-62/+118
2019-03-09iio:chemical:bme680: Fix, report temperature in millidegreesMike Looijmans1-9/+7
2019-03-09iio: chemical: fix missing Kconfig block for sgp30Jonathan Cameron1-0/+13
2019-02-13Merge tag 'iio-for-5.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman4-1/+355
2019-02-11iio: chemical: add support for Plantower PMS7003 sensorTomasz Duszynski3-0/+351
2019-02-11iio:chemical:sps30 Supress some switch fallthrough warnings.Jonathan Cameron1-0/+3
2019-02-11Merge 5.0-rc6 into staging-nextGreg Kroah-Hartman1-4/+3
2019-02-09iio: chemical: sps30: fix a loop timeout testDan Carpenter1-1/+1
2019-02-02iio: chemical: sps30: remove printk format specifierTomasz Duszynski1-2/+0
2019-01-19iio: chemical: sps30: allow changing self cleaning periodTomasz Duszynski1-18/+125
2019-01-19iio: chemical: bme680: Add device-tree supportSebastien Bourdelin2-0/+15
2019-01-12iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsiusMatt Ranostay1-4/+3
2019-01-05iio: chemical: sps30: add support for self cleaningTomasz Duszynski1-1/+34
2018-12-16iio: chemical: sgp30: Support Sensirion SGP30/SGPC3 sensorsAndreas Brauchli2-0/+592
2018-12-16iio: chemical: add support for Sensirion SPS30 sensorTomasz Duszynski3-0/+419
2018-08-25iio: chemical: bme680: Remove field value definesDavid Frey2-4/+3
2018-08-19iio: chemical: bme680: Add check for val2 in the write_raw functionHimanshu Jha1-0/+3
2018-08-19iio: chemical: bme680: simplify oversampling handlingDavid Frey1-63/+36
2018-08-19iio: chemical: bme680: use FIELD_GET macroDavid Frey1-2/+2
2018-08-19iio: chemical: bme680: use GENMASK macroDavid Frey1-4/+4
2018-08-19iio: chemical: bme680: change MSK->MASK in #definesDavid Frey2-6/+6
2018-08-19iio: chemical: bme680: indent #defines consistentlyDavid Frey1-8/+7
2018-08-19iio: chemical: bme680: cleanup bme680_read_calib formattingDavid Frey1-24/+12
2018-08-19iio: chemical: bme680: use clamp macroDavid Frey1-4/+1
2018-08-03iio: chemical: fix spelling mistake "failted" -> "failed"Colin Ian King1-1/+1
2018-07-28iio: chemical: Add support for Bosch BME680 sensorHimanshu Jha6-0/+1291
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-7/+7
2018-04-15iio: chemical: atlas-ph-sensor: use msleep() for long uncritical delaysMatt Ranostay1-7/+7
2018-03-28Merge 4.16-rc7 into staging-nextGreg Kroah-Hartman1-0/+3
2018-02-24iio: chemical: ccs811: Corrected firmware boot/application mode transitionRichard Lai1-0/+3
2018-02-24iio: chemical: ccs811: Renamed resistance member in ccs811_reading structRichard Lai1-3/+3
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay3-38/+12
2018-02-17iio: chemical: ccs811: Typo correction in HW_ID_VALUE constant define namingRichard Lai1-2/+2
2018-01-08iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channelsNarcisa Ana Maria Vasile1-10/+3
2017-09-24iio: chemical: ccs811: Add support for data ready triggerNarcisa Ana Maria Vasile1-1/+85
2017-08-22iio:chemical: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron4-5/+0
2017-08-18iio: chemical: ccs811: Add triggered buffer supportNarcisa Ana Maria Vasile2-5/+73
2017-07-22iio: chemical: ccs811: Add support for AMS CCS811 VOC sensorNarcisa Ana Maria Vasile3-0/+347
2017-03-30drivers: iio: chemical: replace comma with a semicolonArushi Singhal2-2/+2
2016-10-23iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian...Sandhya Bankar1-3/+4
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-35/+166
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2016-09-03iio: chemical: vz89x: fix boolreturn.cocci warningskbuild test robot1-1/+1
2016-08-29iio: chemical: vz89x: prevent corrupted buffer from being readMatt Ranostay1-2/+6
2016-08-29iio: chemical: vz89x: add support for VZ89TE partMatt Ranostay1-15/+98
2016-08-29iio: chemical: vz89x: abstract chip configurationMatt Ranostay1-18/+62
2016-08-21iio: chemical: atlas-ph-sensor: fix typo in val assignmentColin Ian King1-1/+1
2016-08-21iio: chemical: atlas-ph-sensor: add ORP featureMatt Ranostay2-1/+53
2016-08-21iio: chemical: atlas-ph-sensor: switch to REGCACHE_NONE regmap treeMatt Ranostay1-16/+0
2016-08-21iio: chemical: atlas-ph-sensor: switch to iio_device_*_direct_mode helpersMatt Ranostay1-7/+5
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2016-05-29iio: chemical: atlas-ph-sensor: add EC featureMatt Ranostay2-5/+125
2016-05-29iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chipsMatt Ranostay1-55/+90
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2016-02-24iio: chemical: atlas-ph-sensor: use regmap_bulk_readMatt Ranostay1-3/+3
2016-02-19iio: chemical: atlas-ph-sensor: switch regmap cacheMatt Ranostay1-3/+1
2016-02-06iio: chemical: select IRQ_WORK for ATLAS ph sensorArnd Bergmann1-0/+1
2016-01-30iio: chemical: add Atlas pH-SM sensor supportMatt Ranostay3-0/+525
2015-12-12iio: chemical: add AMS iAQ-core supportMatt Ranostay3-0/+209
2015-12-03iio: chemical: vz89x: rework i2c transfer readingMatt Ranostay1-14/+52
2015-09-30iio: chemical: vz89x hardware i2c workaroundMatt Ranostay1-2/+21
2015-09-23iio: chemical: add SGX VZ89x VOC sensor supportMatt Ranostay3-0/+258