[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220207090443.3710425-3-massimo.toscanelli@leica-geosystems.com>
Date: Mon, 7 Feb 2022 09:04:43 +0000
From: Massimo Toscanelli <massimo.toscanelli@...ca-geosystems.com>
To: linux-kernel@...r.kernel.org
Cc: jic23@...nel.org, lars@...afoo.de, linus.walleij@...aro.org,
caihuoqing@...du.com, aardelean@...iqon.com,
andy.shevchenko@...il.com, hdegoede@...hat.com,
Qing-wu.Li@...ca-geosystems.com.cn, stephan@...hold.net,
linux-iio@...r.kernel.org,
bsp-development.geo@...ca-geosystems.com,
Massimo Toscanelli <massimo.toscanelli@...ca-geosystems.com>
Subject: [PATCH 2/2] iio: st_magn_core.c: activate always_on attribute
Activate always_on sysfs attribute to add the always_on feature in
st magnetometers.
Signed-off-by: Massimo Toscanelli <massimo.toscanelli@...ca-geosystems.com>
---
drivers/iio/magnetometer/st_magn_core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/magnetometer/st_magn_core.c b/drivers/iio/magnetometer/st_magn_core.c
index 0806a1e65ce4..2ab4c286d262 100644
--- a/drivers/iio/magnetometer/st_magn_core.c
+++ b/drivers/iio/magnetometer/st_magn_core.c
@@ -563,9 +563,11 @@ static int st_magn_write_raw(struct iio_dev *indio_dev,
static ST_SENSORS_DEV_ATTR_SAMP_FREQ_AVAIL();
static ST_SENSORS_DEV_ATTR_SCALE_AVAIL(in_magn_scale_available);
+static ST_SENSORS_DEV_ATTR_ALWAYS_ON();
static struct attribute *st_magn_attributes[] = {
&iio_dev_attr_sampling_frequency_available.dev_attr.attr,
&iio_dev_attr_in_magn_scale_available.dev_attr.attr,
+ &iio_dev_attr_always_on.dev_attr.attr,
NULL,
};
--
2.25.1
Powered by blists - more mailing lists