public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Threshold event and Sampling freq support for LTR390
@ 2024-09-09 10:36 Abhash Jha
  2024-09-09 10:36 ` [PATCH 1/4] iio: light: ltr390: Added configurable sampling frequency support Abhash Jha
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Abhash Jha @ 2024-09-09 10:36 UTC (permalink / raw)
  To: linux-iio; +Cc: anshulusr, jic23, lars, linux-kernel, Abhash Jha

Hello,

The first patch adds support for configuring the Sampling frequency of
the sensor. The available values for the sampling freqeuncy are provided
by the `read_avail` callback and they are in miliHertz.

Then the second patch adds support for suspending and resuming
the sensor by providing the necessary callbacks. And registering
the ops with the driver.

The third patch in the series adds support for Threshold events and interrupts.
Exposed rising and falling threshold events for both the channels. The events
can be configured via the write_event_config callback. The desired rising or falling
threshold value can be written to from userspace.

The fourth patch adds support for threshold interrupt persistance.
It triggers when the UVS/ALS data is out of thresholds for a specific number
of consecutive measurements.
Exposed the IIO_EV_INFO_PERIOD attribute by which userspace can set the persistance
value in miliseconds. The persistance period should be greater than or equal
to the sampling period.

Thanks,
Abhash

Abhash Jha (4):
  iio: light: ltr390: Added configurable sampling frequency support
  iio: light: ltr390: Suspend and Resume support
  iio: light: ltr390: Interrupts and threshold event support
  iio: light: ltr390: Add interrupt persistance support

 drivers/iio/light/ltr390.c | 361 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 359 insertions(+), 2 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-10  7:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 10:36 [PATCH 0/4] Threshold event and Sampling freq support for LTR390 Abhash Jha
2024-09-09 10:36 ` [PATCH 1/4] iio: light: ltr390: Added configurable sampling frequency support Abhash Jha
2024-09-09 10:36 ` [PATCH 2/4] iio: light: ltr390: Suspend and Resume support Abhash Jha
2024-09-09 10:36 ` [PATCH 3/4] iio: light: ltr390: Interrupts and threshold event support Abhash Jha
2024-09-09 23:58   ` kernel test robot
2024-09-10  7:05   ` kernel test robot
2024-09-09 10:36 ` [PATCH 4/4] iio: light: ltr390: Add interrupt persistance support Abhash Jha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox