summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-121-18/+10Star
|\
| * Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-18/+10Star
| |\
| | * iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 ...Shobhit Kukreti2019-06-171-18/+10Star
* | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-031-9/+1Star
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner2019-06-191-9/+1Star
* | | 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/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner2019-06-051-12/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-306-12/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* | 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/+4Star
* 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/+3Star
* iio: humidity: hts221: add regmap API supportLorenzo Bianconi2018-01-306-217/+103Star
* 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/+22Star
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-149-9/+0Star
|\
| * iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-229-9/+0Star
* | 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/+7Star
* 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/+8Star
* iio: humidity: hts221: avoid useless ODR reconfigurationLorenzo Bianconi2017-07-221-9/+8Star
* iio: humidity: hts221: do not overwrite reserved data during power-downLorenzo Bianconi2017-07-221-6/+4Star
* 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/+42Star
* 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
* iio: humidity: remove duplicated include from hts221_buffer.cWei Yongjun2016-11-011-1/+0Star
* iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield2016-10-232-2/+130
* iio: humidity: add support to hts221 rh/temp combo deviceLorenzo Bianconi2016-10-237-0/+1193
* Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman2016-09-053-21/+10Star
|\
| * iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield2016-08-151-20/+7Star
| * iio: add Kconfig selects needed for triggered buffer compilesAlison Schofield2016-08-151-0/+2
| * iio: humidity: am2315: set up buffer timestamps for non-zero valuesAlison Schofield2016-08-151-1/+1
* | iio: humidity: hdc100x: add HDC1000 and HDC1008 to KconfigAlison Schofield2016-08-151-4/+4
|/