| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | iio: humidity: ens210: remove compiler warning workaround | David Lechner | 1 | -9/+10 |
| 10 days | iio: Initialize i2c_device_id arrays using member names | Uwe Kleine-König (The Capable Hub) | 9 | -25/+25 |
| 2026-03-03 | iio: humidity: hdc2010: remove unused interrupt_config | Antoniu Miclaus | 1 | -1/+0 |
| 2025-10-19 | iio: humditiy: hdc3020: fix units for thresholds and hysteresis | Dimitri Fedrau | 1 | -28/+41 |
| 2025-10-19 | iio: humditiy: hdc3020: fix units for temperature and humidity measurement | Dimitri Fedrau | 1 | -2/+2 |
| 2025-08-25 | iio: humidity: Drop unnecessary -ENOMEM messages | Dixit Parmar | 2 | -6/+2 |
| 2025-06-09 | iio: Remove single use of macro definition for driver name | Waqar Hameed | 1 | -3/+1 |
| 2025-04-22 | iio: normalize array sentinel style | David Lechner | 5 | -9/+9 |
| 2025-04-22 | iio: humidity: hts211: Switch to sparse friendly iio_device_claim/release_dir... | Jonathan Cameron | 1 | -8/+6 |
| 2025-04-22 | iio: humidity: hts211: Factor out everything under direct mode claim into hel... | Jonathan Cameron | 1 | -44/+45 |
| 2025-04-22 | iio: humidity: hdc2010: Switch to sparse friendly iio_device_claim/release_di... | Jonathan Cameron | 1 | -8/+6 |
| 2025-04-22 | iio: humidity: hdc100x: Switch to sparse friendly iio_device_claim/release_di... | Jonathan Cameron | 1 | -4/+3 |
| 2025-04-22 | iio: humidity: hdc100x: Use guard(mutex) to simplify code flow | Jonathan Cameron | 1 | -42/+27 |
| 2025-02-03 | iio: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-12-28 | iio: humidity: Use aligned_s64 instead of open coding alignment. | Jonathan Cameron | 3 | -3/+3 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 5 | -5/+5 |
| 2024-10-12 | Merge tag 'v6.12-rc2' into test2 | Jonathan Cameron | 2 | -2/+2 |
| 2024-10-10 | iio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-09-30 | iio: hid-sensor: Use aligned data type for timestamp | Andy Shevchenko | 1 | -1/+1 |
| 2024-09-30 | iio: humidity: hts221: use irq_get_trigger_type() | Jonathan Cameron | 1 | -2/+1 |
| 2024-08-17 | iio: humidity: Add support for ENS210 | Joshua Felmeden | 3 | -0/+351 |
| 2024-08-03 | iio: humidity: am2315: make use of iio_for_each_active_channel() | Nuno Sa | 1 | -2/+1 |
| 2024-07-01 | Merge 6.10-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -75/+248 |
| 2024-06-13 | iio: humidity: si7020: add heater support | Antoni Pokusinski | 1 | -4/+133 |
| 2024-06-09 | iio: humidity: hdc3020: fix hysteresis representation | Dimitri Fedrau | 1 | -75/+248 |
| 2024-05-27 | iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 4 | -11/+11 |
| 2024-03-25 | iio: humidity: hdc3020: add reset management | Javier Carrasco | 1 | -0/+16 |
| 2024-03-25 | iio: humidity: hdc3020: add power management | Javier Carrasco | 1 | -19/+76 |
| 2024-03-25 | iio: humidity: hts211: drop casting to void in dev_set_drvdata | Javier Carrasco | 1 | -1/+1 |
| 2024-02-25 | Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2 | -138/+311 |
| 2024-02-17 | iio: humidity: hdc3020: add threshold events support | Dimitri Fedrau | 1 | -0/+247 |
| 2024-02-17 | iio: humidity: hdc3020: switch to 16bit register defines | Dimitri Fedrau | 1 | -137/+63 |
| 2024-01-27 | iio: humidity: hdc3020: fix temperature offset | Dimitri Fedrau | 1 | -1/+1 |
| 2024-01-23 | iio: humidity: hts221: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -2/+2 |
| 2024-01-22 | iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entry | Jonathan Cameron | 2 | -0/+13 |
| 2023-12-11 | iio: humidity: Add driver for ti HDC302x humidity sensors | Li peiyu | 1 | -0/+473 |
| 2023-10-14 | iio: si7005: Add device tree support | Javier Carrasco | 1 | -0/+7 |
| 2023-09-23 | iio: humidity: hid-sensor-humidity: Convert to platform remove callback retur... | Uwe Kleine-König | 1 | -4/+2 |
| 2023-05-21 | iio: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 7 | -7/+7 |
| 2023-03-11 | iio: Rename iio_trigger_poll_chained and add kernel-doc | Mehdi Djait | 1 | -1/+1 |
| 2022-11-23 | iio: humidity: si7020: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: si7005: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: htu21: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-11-23 | iio: humidity: hts221_i2c: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: hdc2010: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: hdc100x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: am2315: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | iio: humidity: hts211: Use devm_regulator_get_enable() | Jonathan Cameron | 2 | -25/+4 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-07-14 | Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 4 | -9/+10 |
| 2022-06-19 | iio:humidity:hts221: rearrange iio trigger get and register | Dmitry Rokosov | 1 | -1/+4 |
| 2022-06-15 | iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespace | Jonathan Cameron | 3 | -2/+5 |
| 2022-06-15 | iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to re... | Jonathan Cameron | 3 | -8/+5 |
| 2022-06-14 | iio: humidity: hts221_buffer: explicitly add proper header files | Nuno Sá | 1 | -0/+1 |
| 2022-02-18 | iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS | Jonathan Cameron | 1 | -0/+1 |
| 2022-02-06 | iio: humidity: dht11: Switch from of headers to mod_devicetable.h | Andy Shevchenko | 1 | -2/+1 |
| 2022-01-30 | iio: humidity: hdc100x: Add ACPI HID table | Kai-Heng Feng | 1 | -0/+7 |
| 2021-07-24 | iio: humidity: hdc100x: Add margin to the conversion time | Chris Lesiak | 1 | -2/+4 |
| 2021-06-16 | iio: hid-sensors: Update header includes | Jonathan Cameron | 1 | -0/+1 |
| 2021-06-16 | iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace | Andy Shevchenko | 1 | -0/+1 |
| 2021-05-17 | iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_times... | Jonathan Cameron | 1 | -6/+10 |
| 2021-05-17 | iio: am2315: Remove acpi_device_id table | Guenter Roeck | 1 | -9/+0 |
| 2021-05-17 | iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent | Jonathan Cameron | 1 | -1/+0 |
| 2021-05-10 | iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER | Alexandru Ardelean | 1 | -1/+0 |
| 2021-03-26 | Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 3 | -11/+8 |
| 2021-03-25 | iio: fix devm_iio_trigger_alloc with parent.cocci | Gwendal Grignou | 1 | -1/+0 |
| 2021-03-25 | iio: Remove kernel-doc keyword in file header comment | Gwendal Grignou | 1 | -1/+1 |
| 2021-03-11 | iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common | Ye Xiang | 1 | -9/+7 |
| 2021-03-06 | iio: hid-sensor-humidity: Fix alignment issue of timestamp channel | Ye Xiang | 1 | -5/+7 |
| 2020-12-03 | iio: humidity: hts221: add vdd voltage regulator | Lorenzo Bianconi | 2 | -0/+39 |
| 2020-09-21 | iio:humidity:si7020: Drop of_match_ptr protection | Jonathan Cameron | 1 | -1/+2 |
| 2020-09-21 | iio:humidity:htu21: Drop of_match_ptr protection | Jonathan Cameron | 1 | -1/+2 |
| 2020-09-21 | iio:humidity:hdc100x: Drop of_match_ptr protection. | Jonathan Cameron | 1 | -1/+2 |
| 2020-09-06 | drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon | kernel test robot | 1 | -1/+1 |
| 2020-09-03 | iio: humidity: Add TI HDC20x0 support | Eugene Zaikonnikov | 3 | -0/+364 |
| 2020-07-20 | Merge 5.8-rc6 into staging-next | Greg Kroah-Hartman | 3 | -9/+17 |
| 2020-07-13 | Replace HTTP links with HTTPS ones: drivers/iio | Alexander A. Klimov | 1 | -5/+5 |
| 2020-07-05 | iio:humidity:hts221 Fix alignment and data leak issues | Jonathan Cameron | 2 | -6/+10 |
| 2020-07-05 | iio:humidity:hdc100x Fix alignment and data leak issues | Jonathan Cameron | 1 | -3/+7 |
| 2020-06-20 | iio: Move attach/detach of the poll func to the core | Lars-Peter Clausen | 2 | -13/+1 |
| 2020-06-14 | iio: remove left-over parent assignments | Alexandru Ardelean | 2 | -2/+0 |
| 2020-06-14 | iio: remove explicit IIO device parent assignment | Alexandru Ardelean | 6 | -6/+0 |
| 2020-06-14 | iio: humidity: hts221: remove usage of iio_priv_to_dev() | Alexandru Ardelean | 3 | -8/+9 |
| 2020-05-10 | iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger | Alexandru Ardelean | 1 | -9/+3 |
| 2020-03-21 | iio: humidity: hts221: Drop unneeded casting when print error code | Andy Shevchenko | 2 | -4/+4 |
| 2020-03-21 | iio: humidity: hts221: Make use of device properties | Andy Shevchenko | 3 | -4/+3 |
| 2020-03-21 | iio: humidity: hts221: Use dev_get_platdata() to get platform_data | Andy Shevchenko | 1 | -2/+1 |
| 2020-01-12 | iio: humidity: dht11 remove TODO since it doesn't make sense | Kent Gustavsson | 1 | -1/+0 |
| 2020-01-10 | Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 1 | -13/+6 |
| 2019-12-15 | iio: humidity: hts221: move register definitions to sensor structs | Lorenzo Bianconi | 1 | -13/+6 |
| 2019-12-08 | iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting | Chris Lesiak | 1 | -1/+1 |
| 2019-11-02 | iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positions | Alexandru Ardelean | 1 | -8/+11 |
| 2019-07-27 | iio: humidity: Use device-managed APIs | Chuhong Yuan | 2 | -37/+6 |
| 2019-07-11 | Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -18/+10 |
| 2019-07-03 | Merge branch 'timers/vdso' into timers/core | Thomas Gleixner | 1 | -9/+1 |
| 2019-07-01 | Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 1 | -18/+10 |
| 2019-06-22 | timekeeping: Use proper clock specifier names in functions | Jason A. Donenfeld | 1 | -4/+4 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491 | Thomas Gleixner | 1 | -9/+1 |
| 2019-06-17 | iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 ... | Shobhit Kukreti | 1 | -18/+10 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330 | Thomas Gleixner | 2 | -8/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 | Thomas Gleixner | 1 | -12/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 | Thomas Gleixner | 6 | -12/+6 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-04 | drivers: iio: Kconfig: pedantic cleanup | Enrico Weigelt, metux IT consult | 1 | -10/+10 |
| 2018-11-16 | iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers | Hans de Goede | 1 | -1/+2 |
| 2018-02-18 | iio: add SPDX identifier for various drivers | Matt Ranostay | 1 | -12/+4 |
| 2018-02-17 | iio: dht11: Improve detection of sensor type | Harald Geyer | 1 | -1/+1 |
| 2018-01-30 | iio: humidity: hts221: remove unnecessary get_unaligned_le16() | Lorenzo Bianconi | 1 | -4/+3 |
| 2018-01-30 | iio: humidity: hts221: add regmap API support | Lorenzo Bianconi | 6 | -217/+103 |
| 2018-01-30 | iio: humidity: hts221: remove trailing whitespace from a comment | Lorenzo Bianconi | 1 | -1/+1 |
| 2018-01-30 | iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata() | Lorenzo Bianconi | 1 | -13/+15 |
| 2018-01-08 | iio: humidity: hts221: move common code in hts221_core | Lorenzo Bianconi | 4 | -35/+22 |
| 2017-11-13 | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -9/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-22 | iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | 9 | -9/+0 |
| 2017-07-25 | iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state() | Lorenzo Bianconi | 3 | -16/+7 |
| 2017-07-25 | iio: humidity: hts221: support open drain mode | Lorenzo Bianconi | 1 | -1/+21 |
| 2017-07-22 | iio: humidity: hts221: support active-low interrupts | Lorenzo Bianconi | 3 | -2/+13 |
| 2017-07-22 | iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enable | Lorenzo Bianconi | 3 | -23/+8 |
| 2017-07-22 | iio: humidity: hts221: avoid useless ODR reconfiguration | Lorenzo Bianconi | 1 | -9/+8 |
| 2017-07-22 | iio: humidity: hts221: do not overwrite reserved data during power-down | Lorenzo Bianconi | 1 | -6/+4 |
| 2017-07-22 | iio: humidity: hts221: move BDU configuration in probe routine | Lorenzo Bianconi | 1 | -6/+6 |
| 2017-07-22 | iio: humidity: hts221: refactor write_with_mask code | Lorenzo Bianconi | 2 | -58/+42 |
| 2017-07-01 | iio: humidity: htu21: Add OF match table | Manivannan Sadhasivam | 1 | -0/+8 |
| 2017-07-01 | iio: humidity: hdc100x: add match table and device id's | Michael Stecklein | 1 | -0/+11 |
| 2017-07-01 | iio: humidity: hdc100x: document compatible HDC10xx devices | Michael Stecklein | 2 | -1/+13 |
| 2017-05-14 | iio: humidity: hts221: add power management support | Lorenzo Bianconi | 4 | -4/+55 |
| 2017-04-02 | iio: humidity: hts221: Remove unnecessary cast on void pointer | simran singhal | 1 | -1/+1 |
| 2017-04-01 | iio: humidity: hdc100x: constify attribute_group structures | simran singhal | 1 | -1/+1 |
| 2017-03-25 | iio: hid: Add humidity sensor support | Song Hongyan | 3 | -0/+332 |
| 2017-02-06 | Merge 4.10-rc7 into staging-next | Greg Kroah-Hartman | 1 | -2/+4 |
| 2017-01-22 | iio: dht11: Use usleep_range instead of msleep for start signal | John Brooks | 1 | -2/+4 |
| 2016-12-03 | iio: humidity: Support acpi probe for hts211 | Shrirang Bagul | 1 | -0/+8 |
| 2016-11-01 | iio: si7020: Add devicetree support and trivial bindings | Paul Kocialkowski | 1 | -1/+10 |
| 2016-11-01 | iio: humidity: remove duplicated include from hts221_buffer.c | Wei Yongjun | 1 | -1/+0 |
| 2016-10-23 | iio: humidity: hdc100x: add triggered buffer support for HDC100X | Alison Schofield | 2 | -2/+130 |
| 2016-10-23 | iio: humidity: add support to hts221 rh/temp combo device | Lorenzo Bianconi | 7 | -0/+1193 |
| 2016-09-05 | Merge 4.8-rc5 into staging-next | Greg Kroah-Hartman | 3 | -21/+10 |
| 2016-08-15 | iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig | Alison Schofield | 1 | -4/+4 |
| 2016-08-15 | iio: humidity: hdc100x: fix sensor data reads of temp and humidity | Alison Schofield | 1 | -20/+7 |
| 2016-08-15 | iio: add Kconfig selects needed for triggered buffer compiles | Alison Schofield | 1 | -0/+2 |
| 2016-08-15 | iio: humidity: am2315: set up buffer timestamps for non-zero values | Alison Schofield | 1 | -1/+1 |
| 2016-06-20 | Merge 4.7-rc4 into staging-next | Greg Kroah-Hartman | 2 | -13/+11 |
| 2016-06-03 | iio: hudmidity: hdc100x: fix incorrect shifting and scaling | Matt Ranostay | 1 | -8/+8 |
| 2016-05-29 | iio: humidity: hdc100x: fix IIO_TEMP channel reporting | Matt Ranostay | 1 | -1/+1 |
| 2016-05-21 | iio: Export I2C module alias information | Javier Martinez Canillas | 2 | -0/+2 |
| 2016-05-21 | iio: humidity: am2315: Remove a stray unlock | Dan Carpenter | 1 | -3/+1 |
| 2016-05-21 | iio: humidity: hdc100x: correct humidity integration time mask | Alison Schofield | 1 | -1/+1 |
| 2016-04-24 | iio: humidity: Add triggered buffer support for AM2315 | Tiberiu Breana | 1 | -3/+78 |
| 2016-04-24 | iio: humidity: Add support for AM2315 | Tiberiu Breana | 3 | -0/+239 |
| 2016-04-10 | iio: dht11: Improve logging | Harald Geyer | 1 | -6/+34 |
| 2016-02-27 | iio: convert to common i2c_check_functionality() return value | Matt Ranostay | 4 | -4/+4 |
| 2016-02-07 | Merge 4.5-rc3 into staging-next | Greg Kroah-Hartman | 1 | -4/+4 |
| 2016-02-01 | iio: dht11: Use boottime | Abhilash Jindal | 1 | -4/+4 |
| 2016-01-30 | iio: si7020: add support for Hoperf th06 | Cristina Moraru | 2 | -1/+3 |
| 2016-01-30 | iio: si7005: add support for Hoperf th02 | Cristina Moraru | 2 | -1/+3 |
| 2016-01-30 | iio: dht11: Simplify decoding algorithm | Harald Geyer | 1 | -22/+42 |
| 2016-01-30 | iio: dht11: Improve reliability - be more tolerant about missing start bits | Harald Geyer | 1 | -6/+9 |
| 2015-11-18 | Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi... | Greg Kroah-Hartman | 1 | -4/+4 |
| 2015-11-15 | iio: si7020: Swap data byte order | Chris Lesiak | 1 | -4/+4 |
| 2015-10-11 | iio: hdc100x: correct IIO_CHAN_INFO_OFFSET value | Matt Ranostay | 1 | -2/+3 |
| 2015-10-11 | Add ms8607 meas-spec driver support | Ludovic Tancerel | 2 | -3/+32 |
| 2015-10-11 | Add htu21 meas-spec driver support | Ludovic Tancerel | 3 | -0/+238 |
| 2015-09-23 | iio: humidity: add HDC100x support | Matt Ranostay | 3 | -0/+330 |
| 2015-08-24 | iio: humidity: si7020: replaced bitmask on humidity values with range check | Nicola Corna | 1 | -1/+5 |
| 2015-07-20 | iio: dht11: Use new function ktime_get_resolution_ns() | Harald Geyer | 1 | -20/+22 |
| 2015-07-20 | iio: dht11: avoid multiple assignments to make checkpatch.pl --strict happy | Harald Geyer | 1 | -1/+2 |
| 2015-07-20 | iio: dht11: add comment to make checkpatch.pl --strict happy | Harald Geyer | 1 | -0/+1 |
| 2015-07-20 | iio: dht11: whitespace changes to make checkpatch.pl --strict happy | Harald Geyer | 1 | -12/+13 |
| 2015-07-11 | iio: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
| 2015-05-10 | iio: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 1 | -1/+1 |
| 2015-02-14 | IIO: si7020: Allocate correct amount of memory in devm_iio_device_alloc | Andrey Smirnov | 1 | -1/+1 |
| 2015-02-14 | Revert "iio:humidity:si7020: fix pointer to i2c client" | Jonathan Cameron | 1 | -2/+2 |
| 2015-01-10 | iio: dht11: IRQ fixes | Richard Weinberger | 1 | -27/+35 |
| 2015-01-10 | iio: dht11: Add locking | Richard Weinberger | 1 | -0/+5 |
| 2015-01-10 | iio: dht11: Fix out-of-bounds read | Richard Weinberger | 1 | -1/+1 |
| 2014-10-25 | iio:humidity:si7020: fix pointer to i2c client | Hartmut Knaack | 1 | -2/+2 |
| 2014-10-25 | iio:humidity:si7020: cleanup read_raw and probe | Hartmut Knaack | 1 | -5/+3 |
| 2014-10-04 | IIO: add si7020 driver | David Barksdale | 3 | -0/+174 |
| 2014-08-26 | iio: remove .owner field for driver using module_platform_driver | Sanjeev Sharma | 1 | -1/+0 |
| 2014-01-11 | iio: Add si7005 relative humidity and temperature sensor driver | Peter Meerwald | 3 | -0/+200 |
| 2013-12-03 | iio: Add new driver dht11 | Harald Geyer | 3 | -0/+314 |