public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: temperature: tmp006: support for drdy irq
@ 2024-09-02 12:59 Antoni Pokusinski
  2024-09-02 12:59 ` [PATCH 1/2] iio: temperature: tmp006: add triggered buffer support Antoni Pokusinski
  2024-09-02 12:59 ` [PATCH 2/2] dt-bindings: iio: temperature: tmp006: document interrupt Antoni Pokusinski
  0 siblings, 2 replies; 6+ messages in thread
From: Antoni Pokusinski @ 2024-09-02 12:59 UTC (permalink / raw)
  To: jic23, lars, robh, krzk+dt
  Cc: pmeerw, linux-iio, devicetree, linux-kernel, Antoni Pokusinski

This patch series adds support for the data ready interrupt of tmp006
sensor. The interrupt line is pulled down once there is a measurement
available to be read. Hence, triggered buffers are used in order to
support continuous data capture for the sensor.

Antoni Pokusinski (2):
  iio: temperature: tmp006: add triggered buffer support
  dt-bindings: iio: temperature: tmp006: document interrupt

 .../bindings/iio/temperature/ti,tmp006.yaml   |   6 +
 drivers/iio/temperature/Kconfig               |   2 +
 drivers/iio/temperature/tmp006.c              | 116 ++++++++++++++++--
 3 files changed, 117 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-09-07 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 12:59 [PATCH 0/2] iio: temperature: tmp006: support for drdy irq Antoni Pokusinski
2024-09-02 12:59 ` [PATCH 1/2] iio: temperature: tmp006: add triggered buffer support Antoni Pokusinski
2024-09-07 16:20   ` Jonathan Cameron
2024-09-02 12:59 ` [PATCH 2/2] dt-bindings: iio: temperature: tmp006: document interrupt Antoni Pokusinski
2024-09-02 16:04   ` Krzysztof Kozlowski
2024-09-03  7:05     ` Krzysztof Kozlowski

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