aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2018-02-17iio: dht11: Improve detection of sensor typeHarald Geyer1-1/+1
2018-01-30iio: humidity: hts221: remove unnecessary get_unaligned_le16()Lorenzo Bianconi1-4/+3
2018-01-30iio: humidity: hts221: add regmap API supportLorenzo Bianconi6-217/+103
2018-01-30iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi1-1/+1
2018-01-30iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()Lorenzo Bianconi1-13/+15
2018-01-08iio: humidity: hts221: move common code in hts221_coreLorenzo Bianconi4-35/+22
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-9/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron9-9/+0
2017-07-25iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi3-16/+7
2017-07-25iio: humidity: hts221: support open drain modeLorenzo Bianconi1-1/+21
2017-07-22iio: humidity: hts221: support active-low interruptsLorenzo Bianconi3-2/+13
2017-07-22iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi3-23/+8
2017-07-22iio: humidity: hts221: avoid useless ODR reconfigurationLorenzo Bianconi1-9/+8
2017-07-22iio: humidity: hts221: do not overwrite reserved data during power-downLorenzo Bianconi1-6/+4
2017-07-22iio: humidity: hts221: move BDU configuration in probe routineLorenzo Bianconi1-6/+6
2017-07-22iio: humidity: hts221: refactor write_with_mask codeLorenzo Bianconi2-58/+42
2017-07-01iio: humidity: htu21: Add OF match tableManivannan Sadhasivam1-0/+8
2017-07-01iio: humidity: hdc100x: add match table and device id'sMichael Stecklein1-0/+11
2017-07-01iio: humidity: hdc100x: document compatible HDC10xx devicesMichael Stecklein2-1/+13
2017-05-14iio: humidity: hts221: add power management supportLorenzo Bianconi4-4/+55
2017-04-02iio: humidity: hts221: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-04-01iio: humidity: hdc100x: constify attribute_group structuressimran singhal1-1/+1
2017-03-25iio: hid: Add humidity sensor supportSong Hongyan3-0/+332
2017-02-06Merge 4.10-rc7 into staging-nextGreg Kroah-Hartman1-2/+4
2017-01-22iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks1-2/+4
2016-12-03iio: humidity: Support acpi probe for hts211Shrirang Bagul1-0/+8
2016-11-01iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski1-1/+10
2016-11-01iio: humidity: remove duplicated include from hts221_buffer.cWei Yongjun1-1/+0
2016-10-23iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield2-2/+130
2016-10-23iio: humidity: add support to hts221 rh/temp combo deviceLorenzo Bianconi7-0/+1193
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman3-21/+10
2016-08-15iio: humidity: hdc100x: add HDC1000 and HDC1008 to KconfigAlison Schofield1-4/+4
2016-08-15iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield1-20/+7
2016-08-15iio: add Kconfig selects needed for triggered buffer compilesAlison Schofield1-0/+2
2016-08-15iio: humidity: am2315: set up buffer timestamps for non-zero valuesAlison Schofield1-1/+1
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2-13/+11
2016-06-03iio: hudmidity: hdc100x: fix incorrect shifting and scalingMatt Ranostay1-8/+8
2016-05-29iio: humidity: hdc100x: fix IIO_TEMP channel reportingMatt Ranostay1-1/+1
2016-05-21iio: Export I2C module alias informationJavier Martinez Canillas2-0/+2
2016-05-21iio: humidity: am2315: Remove a stray unlockDan Carpenter1-3/+1
2016-05-21iio: humidity: hdc100x: correct humidity integration time maskAlison Schofield1-1/+1
2016-04-24iio: humidity: Add triggered buffer support for AM2315Tiberiu Breana1-3/+78
2016-04-24iio: humidity: Add support for AM2315Tiberiu Breana3-0/+239
2016-04-10iio: dht11: Improve loggingHarald Geyer1-6/+34
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay4-4/+4
2016-02-07Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2016-02-01iio: dht11: Use boottimeAbhilash Jindal1-4/+4
2016-01-30iio: si7020: add support for Hoperf th06Cristina Moraru2-1/+3