public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: mpl3115: support for events
@ 2025-10-28 21:33 Antoni Pokusinski
  2025-10-28 21:33 ` [PATCH 1/2] iio: mpl3115: add ctrl_reg4 to mpl3115_data Antoni Pokusinski
  2025-10-28 21:33 ` [PATCH 2/2] iio: mpl3115: add threshold events support Antoni Pokusinski
  0 siblings, 2 replies; 8+ messages in thread
From: Antoni Pokusinski @ 2025-10-28 21:33 UTC (permalink / raw)
  To: jic23, dlechner, nuno.sa, andy, marcelo.schmitt1
  Cc: linux-iio, linux-kernel, Antoni Pokusinski

Hello,
The mpl3115 device can raise interrupts when a pressure or temperature
threshold is crossed, this patchset adds support for them using IIO's
events interface.

Patch 1/2 is a small cleanup, while the events support is added in
patch 2/2.

Kind regards,
Antoni Pokusinski

Antoni Pokusinski (2):
  iio: mpl3115: add ctrl_reg4 to mpl3115_data
  iio: mpl3115: add threshold events support

 drivers/iio/pressure/mpl3115.c | 226 +++++++++++++++++++++++++++++++--
 1 file changed, 216 insertions(+), 10 deletions(-)


base-commit: 1d09cf18cc91d29f650ad9811ed4868d9304d6c7
-- 
2.25.1


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

end of thread, other threads:[~2025-10-30  9:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28 21:33 [PATCH 0/2] iio: mpl3115: support for events Antoni Pokusinski
2025-10-28 21:33 ` [PATCH 1/2] iio: mpl3115: add ctrl_reg4 to mpl3115_data Antoni Pokusinski
2025-10-29 17:20   ` Marcelo Schmitt
2025-10-28 21:33 ` [PATCH 2/2] iio: mpl3115: add threshold events support Antoni Pokusinski
2025-10-29  8:24   ` Andy Shevchenko
2025-10-29 22:46     ` Antoni Pokusinski
2025-10-30  9:18       ` Andy Shevchenko
2025-10-29 17:13   ` Marcelo Schmitt

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