aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical (follow)
AgeCommit message (Expand)AuthorFilesLines
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_timestamp()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/kernel/git/jic23/iio into staging-nextGreg 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/gregkh/stagingLinus 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/jic23/iio into staging-nextGreg 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_read callsJonathan Cameron1-4/+3