Age | Commit message (Expand) | Author |
2022-06-20 | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman |
2022-06-19 | iio:chemical:ccs811: rearrange iio trigger get and register | Dmitry Rokosov |
2022-05-23 | Merge branches 'pm-core', 'pm-sleep' and 'powercap' | Rafael J. Wysocki |
2022-04-05 | iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespace | Jonathan Cameron |
2022-04-05 | iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume() | Jonathan Cameron |
2022-04-04 | iio: scd4x: check return of scd4x_write_and_fetch | Tom Rix |
2022-02-21 | iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etc | Jonathan Cameron |
2022-02-18 | iio:chemical:bme680: Move exports to IIO_BME680 namespace | Jonathan Cameron |
2022-02-13 | iio: chemical: atlas-ezo-sensor: Make use of device properties | Andy Shevchenko |
2022-02-06 | iio: chemical: bme680: Switch from of headers to mod_devicetable.h | Andy Shevchenko |
2022-01-23 | iio: sps30: Use sysfs_emit() | Lars-Peter Clausen |
2022-01-23 | iio: scd4x: Use sysfs_emit() | Lars-Peter Clausen |
2022-01-23 | iio:chemical:atlas: Trivial white space cleanup to add space before } | Jonathan Cameron |
2021-12-28 | iio: chemical: sunrise_co2: set val parameter only on success | Tom Rix |
2021-12-16 | iio: vz89x: Remove unnecessary cast | Lars-Peter Clausen |
2021-11-17 | iio: atlas-sensor: Remove no-op trigger ops | Lars-Peter Clausen |
2021-10-21 | iio: chemical: scd4x: Add a scale for the co2 concentration reading | Roan van Dijk |
2021-10-19 | drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor | Roan van Dijk |
2021-10-19 | iio: chemical: SENSEAIR_SUNRISE_CO2 depends on I2C | Randy Dunlap |
2021-10-19 | iio: chemical: Add Senseair Sunrise 006-0-007 driver | Jacopo Mondi |
2021-08-08 | iio: chemical: Add driver support for sgp40 | Andreas Klinger |
2021-06-16 | iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get() | Jonathan Cameron |
2021-06-03 | iio: chemical: sgp30: Drop use of %hx in format string. | Jonathan Cameron |
2021-05-17 | iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timest... | Jonathan Cameron |
2021-05-17 | iio: bme680_i2c: Remove acpi_device_id table | Guenter Roeck |
2021-05-17 | iio: bme680_spi: Remove acpi_device_id table | Guenter Roeck |
2021-05-17 | iio: core: move @id from struct iio_dev to struct iio_dev_opaque | Jonathan Cameron |
2021-05-17 | iio: sps30: add support for serial interface | Tomasz Duszynski |
2021-05-17 | iio: sps30: separate core and interface specific code | Tomasz Duszynski |
2021-05-17 | iio:chemical:sps30: Convert sysfs sprintf/snprintf family to sysfs_emit | Tian Tao |
2021-04-07 | iio:chemical:scd30: Use IRQF_NO_AUTOEN to avoid irq request then disable | Jonathan Cameron |
2021-03-25 | iio: chemical: atlas: Remove code to set trigger parent | Gwendal Grignou |
2021-03-25 | iio: fix devm_iio_trigger_alloc with parent.cocci | Gwendal Grignou |
2021-03-25 | iio: chemical: bmp680: Drop unneeded explicit castings | Andy Shevchenko |
2021-03-11 | iio: use getter/setter functions | Julia Lawall |
2021-01-09 | iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding it | Lars-Peter Clausen |
2021-01-09 | iio: chemical: pms7003: convert comma to semicolon | Zheng Yongjun |
2020-09-22 | Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman |
2020-09-21 | iio: chemical: sgp30: Add description for sgp_read_cmd()'s 'duration_us' | Lee Jones |
2020-09-21 | iio:chemical:vz89x: Drop of_match_ptr protection and use generic fw accessors | Jonathan Cameron |
2020-09-21 | iio:chemical:vz89x: Introduce local struct device pointer. | Jonathan Cameron |
2020-09-21 | iio:chemical:sgp30: Drop of_match_ptr and use generic fw accessors | Jonathan Cameron |
2020-09-21 | iio:chemical:sgp30: Use local variable dev to simplify code | Jonathan Cameron |
2020-09-21 | iio:chemical:atlas-sensor: Drop of_match_ptr and use generic fw accessors | Jonathan Cameron |
2020-09-21 | iio:chemical:ams-iaq-core: Drop of_match_ptr protection | Jonathan Cameron |
2020-09-14 | Merge 5.9-rc5 into staging-next | Greg Kroah-Hartman |
2020-09-13 | Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-09-03 | iio: chemical: scd30: Simplify with dev_err_probe() | Krzysztof Kozlowski |
2020-09-03 | iio: chemical: atlas-ezo-sensor: add humidity sensor support | Matt Ranostay |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |