aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/humidity/hts221_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-4/+5
2020-07-05iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron1-4/+5
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+0
2020-06-14iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean1-4/+5
2020-03-21iio: humidity: hts221: Make use of device propertiesAndy Shevchenko1-2/+1
2020-03-21iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2018-01-30iio: humidity: hts221: add regmap API supportLorenzo Bianconi1-18/+19
2018-01-30iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi1-1/+1
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-25iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi1-1/+7
2017-07-25iio: humidity: hts221: support open drain modeLorenzo Bianconi1-1/+21
2017-07-22iio: humidity: hts221: support active-low interruptsLorenzo Bianconi1-0/+11
2017-07-22iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi1-2/+2
2017-04-02iio: humidity: hts221: Remove unnecessary cast on void pointersimran singhal1-1/+1
2016-11-01iio: humidity: remove duplicated include from hts221_buffer.cWei Yongjun1-1/+0
2016-10-23iio: humidity: add support to hts221 rh/temp combo deviceLorenzo Bianconi1-0/+169