index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
humidity
/
hts221_core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-22
iio: humidity: hts211: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-8
/
+6
2025-04-22
iio: humidity: hts211: Factor out everything under direct mode claim into helper functions.
Jonathan Cameron
1
-44
/
+45
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-03-25
iio: humidity: hts211: drop casting to void in dev_set_drvdata
Javier Carrasco
1
-1
/
+1
2022-11-23
iio: humidity: hts211: Use devm_regulator_get_enable()
Jonathan Cameron
1
-23
/
+4
2022-06-15
iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespace
Jonathan Cameron
1
-2
/
+3
2022-06-15
iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to remove dead code.
Jonathan Cameron
1
-6
/
+3
2020-12-03
iio: humidity: hts221: add vdd voltage regulator
Lorenzo Bianconi
1
-0
/
+37
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
1
-1
/
+0
2020-06-14
iio: humidity: hts221: remove usage of iio_priv_to_dev()
Alexandru Ardelean
1
-2
/
+2
2019-12-15
iio: humidity: hts221: move register definitions to sensor structs
Lorenzo Bianconi
1
-13
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
1
-2
/
+1
2018-01-30
iio: humidity: hts221: remove unnecessary get_unaligned_le16()
Lorenzo Bianconi
1
-4
/
+3
2018-01-30
iio: humidity: hts221: add regmap API support
Lorenzo Bianconi
1
-72
/
+43
2018-01-30
iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()
Lorenzo Bianconi
1
-13
/
+15
2018-01-08
iio: humidity: hts221: move common code in hts221_core
Lorenzo Bianconi
1
-2
/
+16
2017-08-22
iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-1
/
+0
2017-07-25
iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()
Lorenzo Bianconi
1
-14
/
+0
2017-07-22
iio: humidity: hts221: support active-low interrupts
Lorenzo Bianconi
1
-2
/
+1
2017-07-22
iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enable
Lorenzo Bianconi
1
-19
/
+5
2017-07-22
iio: humidity: hts221: avoid useless ODR reconfiguration
Lorenzo Bianconi
1
-9
/
+8
2017-07-22
iio: humidity: hts221: do not overwrite reserved data during power-down
Lorenzo Bianconi
1
-6
/
+4
2017-07-22
iio: humidity: hts221: move BDU configuration in probe routine
Lorenzo Bianconi
1
-6
/
+6
2017-07-22
iio: humidity: hts221: refactor write_with_mask code
Lorenzo Bianconi
1
-52
/
+42
2017-05-14
iio: humidity: hts221: add power management support
Lorenzo Bianconi
1
-4
/
+50
2016-10-23
iio: humidity: add support to hts221 rh/temp combo device
Lorenzo Bianconi
1
-0
/
+687