summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/hts221.h
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>2017-07-17 19:38:56 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-07-22 21:18:04 +0100
commitbd49302a73340cc3d064e5959524732ea0eea1ef (patch)
tree5ccabb4038e5d31b86e1b1e63983036aaa3147e6 /drivers/iio/humidity/hts221.h
parenta94c24a712acb26f3712ec7bf56e9b13e40a2a74 (diff)
downloadlinux-bd49302a73340cc3d064e5959524732ea0eea1ef.tar.gz
linux-bd49302a73340cc3d064e5959524732ea0eea1ef.tar.xz
iio: humidity: hts221: refactor write_with_mask code
Move bit-shift in hts221_write_with_mask() instead of coding the shift depth in the configured value. That change will be necessary to fix an issue in device power-down procedure. Simplify hts221_avg_list table management Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/humidity/hts221.h')
-rw-r--r--drivers/iio/humidity/hts221.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/iio/humidity/hts221.h b/drivers/iio/humidity/hts221.h
index 94510266e0a5..bf33d8f6396c 100644
--- a/drivers/iio/humidity/hts221.h
+++ b/drivers/iio/humidity/hts221.h
@@ -30,12 +30,6 @@ struct hts221_transfer_function {
int (*write)(struct device *dev, u8 addr, int len, u8 *data);
};
-#define HTS221_AVG_DEPTH 8
-struct hts221_avg_avl {
- u16 avg;
- u8 val;
-};
-
enum hts221_sensor_type {
HTS221_SENSOR_H,
HTS221_SENSOR_T,