summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
Commit message (Expand)AuthorAgeFilesLines
...
* iio: humidity: hts221: Make use of device propertiesAndy Shevchenko2020-03-213-4/+3
* iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-2/+1
* iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson2020-01-121-1/+0
* Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-101-13/+6
|\
| * iio: humidity: hts221: move register definitions to sensor structsLorenzo Bianconi2019-12-151-13/+6
* | iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak2019-12-081-1/+1
|/
* iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean2019-11-021-8/+11
* iio: humidity: Use device-managed APIsChuhong Yuan2019-07-272-37/+6
* Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-111-18/+10
|\
| * Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-18/+10
| |\
| | * iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 ...Shobhit Kukreti2019-06-171-18/+10
* | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-031-9/+1
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner2019-06-191-9/+1
* | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-4/+4
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-052-8/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner2019-06-051-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-306-12/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult2019-04-041-10/+10
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-11-161-1/+2
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4
* iio: dht11: Improve detection of sensor typeHarald Geyer2018-02-171-1/+1
* iio: humidity: hts221: remove unnecessary get_unaligned_le16()Lorenzo Bianconi2018-01-301-4/+3
* iio: humidity: hts221: add regmap API supportLorenzo Bianconi2018-01-306-217/+103
* iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi2018-01-301-1/+1
* iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()Lorenzo Bianconi2018-01-301-13/+15
* iio: humidity: hts221: move common code in hts221_coreLorenzo Bianconi2018-01-084-35/+22
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-139-9/+0
|\
| * iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-229-9/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi2017-07-253-16/+7
* iio: humidity: hts221: support open drain modeLorenzo Bianconi2017-07-251-1/+21
* iio: humidity: hts221: support active-low interruptsLorenzo Bianconi2017-07-223-2/+13
* iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi2017-07-223-23/+8
* iio: humidity: hts221: avoid useless ODR reconfigurationLorenzo Bianconi2017-07-221-9/+8
* iio: humidity: hts221: do not overwrite reserved data during power-downLorenzo Bianconi2017-07-221-6/+4
* iio: humidity: hts221: move BDU configuration in probe routineLorenzo Bianconi2017-07-221-6/+6
* iio: humidity: hts221: refactor write_with_mask codeLorenzo Bianconi2017-07-222-58/+42
* iio: humidity: htu21: Add OF match tableManivannan Sadhasivam2017-07-011-0/+8
* iio: humidity: hdc100x: add match table and device id'sMichael Stecklein2017-07-011-0/+11
* iio: humidity: hdc100x: document compatible HDC10xx devicesMichael Stecklein2017-07-012-1/+13
* iio: humidity: hts221: add power management supportLorenzo Bianconi2017-05-144-4/+55
* iio: humidity: hts221: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* iio: humidity: hdc100x: constify attribute_group structuressimran singhal2017-04-011-1/+1
* iio: hid: Add humidity sensor supportSong Hongyan2017-03-253-0/+332
* Merge 4.10-rc7 into staging-nextGreg Kroah-Hartman2017-02-061-2/+4
|\
| * iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks2017-01-221-2/+4
* | iio: humidity: Support acpi probe for hts211Shrirang Bagul2016-12-031-0/+8
|/
* iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski2016-11-011-1/+10