|
@@ -827,7 +827,7 @@ in_illuminance0_calibscale_available_show(struct device *dev,
|
|
|
|
|
|
static IIO_CONST_ATTR(in_proximity0_calibscale_available, "1 2 4 8");
|
|
|
|
|
|
-static IIO_CONST_ATTR(in_illuminance0_integration_time_available,
|
|
|
+static IIO_CONST_ATTR(in_intensity0_integration_time_available,
|
|
|
".00272 - .696");
|
|
|
|
|
|
static ssize_t in_illuminance0_target_input_show(struct device *dev,
|
|
@@ -1358,7 +1358,7 @@ static irqreturn_t tsl2x7x_event_handler(int irq, void *private)
|
|
|
|
|
|
static struct attribute *tsl2x7x_ALS_device_attrs[] = {
|
|
|
&dev_attr_in_illuminance0_calibscale_available.attr,
|
|
|
- &iio_const_attr_in_illuminance0_integration_time_available
|
|
|
+ &iio_const_attr_in_intensity0_integration_time_available
|
|
|
.dev_attr.attr,
|
|
|
&dev_attr_in_illuminance0_target_input.attr,
|
|
|
&dev_attr_in_illuminance0_calibrate.attr,
|
|
@@ -1373,7 +1373,7 @@ static struct attribute *tsl2x7x_PRX_device_attrs[] = {
|
|
|
|
|
|
static struct attribute *tsl2x7x_ALSPRX_device_attrs[] = {
|
|
|
&dev_attr_in_illuminance0_calibscale_available.attr,
|
|
|
- &iio_const_attr_in_illuminance0_integration_time_available
|
|
|
+ &iio_const_attr_in_intensity0_integration_time_available
|
|
|
.dev_attr.attr,
|
|
|
&dev_attr_in_illuminance0_target_input.attr,
|
|
|
&dev_attr_in_illuminance0_calibrate.attr,
|
|
@@ -1389,7 +1389,7 @@ static struct attribute *tsl2x7x_PRX2_device_attrs[] = {
|
|
|
|
|
|
static struct attribute *tsl2x7x_ALSPRX2_device_attrs[] = {
|
|
|
&dev_attr_in_illuminance0_calibscale_available.attr,
|
|
|
- &iio_const_attr_in_illuminance0_integration_time_available
|
|
|
+ &iio_const_attr_in_intensity0_integration_time_available
|
|
|
.dev_attr.attr,
|
|
|
&dev_attr_in_illuminance0_target_input.attr,
|
|
|
&dev_attr_in_illuminance0_calibrate.attr,
|
|
@@ -1489,13 +1489,13 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
|
|
|
.type = IIO_LIGHT,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
- .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) |
|
|
|
- BIT(IIO_CHAN_INFO_INT_TIME),
|
|
|
+ .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED),
|
|
|
}, {
|
|
|
.type = IIO_INTENSITY,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
|
|
|
+ BIT(IIO_CHAN_INFO_INT_TIME) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBSCALE) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBBIAS),
|
|
|
.event_spec = tsl2x7x_events,
|
|
@@ -1529,13 +1529,13 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
|
|
|
.type = IIO_LIGHT,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
- .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) |
|
|
|
- BIT(IIO_CHAN_INFO_INT_TIME),
|
|
|
+ .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED),
|
|
|
}, {
|
|
|
.type = IIO_INTENSITY,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
|
|
|
+ BIT(IIO_CHAN_INFO_INT_TIME) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBSCALE) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBBIAS),
|
|
|
.event_spec = tsl2x7x_events,
|
|
@@ -1578,13 +1578,13 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
|
|
|
.type = IIO_LIGHT,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
- .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) |
|
|
|
- BIT(IIO_CHAN_INFO_INT_TIME),
|
|
|
+ .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED),
|
|
|
}, {
|
|
|
.type = IIO_INTENSITY,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
|
|
|
+ BIT(IIO_CHAN_INFO_INT_TIME) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBSCALE) |
|
|
|
BIT(IIO_CHAN_INFO_CALIBBIAS),
|
|
|
.event_spec = tsl2x7x_events,
|