summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity
AgeCommit message (Expand)Author
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov
2020-07-05iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron
2020-07-05iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-06-14iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean
2020-03-21iio: humidity: hts221: Drop unneeded casting when print error codeAndy Shevchenko
2020-03-21iio: humidity: hts221: Make use of device propertiesAndy Shevchenko
2020-03-21iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko
2020-01-12iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2019-12-15iio: humidity: hts221: move register definitions to sensor structsLorenzo Bianconi
2019-12-08iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak
2019-11-02iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean
2019-07-27iio: humidity: Use device-managed APIsChuhong Yuan
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner
2019-06-17iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 ...Shobhit Kukreti
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay
2018-02-17iio: dht11: Improve detection of sensor typeHarald Geyer
2018-01-30iio: humidity: hts221: remove unnecessary get_unaligned_le16()Lorenzo Bianconi
2018-01-30iio: humidity: hts221: add regmap API supportLorenzo Bianconi
2018-01-30iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi
2018-01-30iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()Lorenzo Bianconi
2018-01-08iio: humidity: hts221: move common code in hts221_coreLorenzo Bianconi
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-07-25iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi
2017-07-25iio: humidity: hts221: support open drain modeLorenzo Bianconi
2017-07-22iio: humidity: hts221: support active-low interruptsLorenzo Bianconi
2017-07-22iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi
2017-07-22iio: humidity: hts221: avoid useless ODR reconfigurationLorenzo Bianconi
2017-07-22iio: humidity: hts221: do not overwrite reserved data during power-downLorenzo Bianconi
2017-07-22iio: humidity: hts221: move BDU configuration in probe routineLorenzo Bianconi
2017-07-22iio: humidity: hts221: refactor write_with_mask codeLorenzo Bianconi
2017-07-01iio: humidity: htu21: Add OF match tableManivannan Sadhasivam