iio: temperature: tmp006: add triggered buffer support
authorAntoni Pokusinski <apokusinski01@gmail.com>
Sun, 8 Sep 2024 17:21:53 +0000 (19:21 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 30 Sep 2024 08:21:02 +0000 (09:21 +0100)
commit91f75ccf9f032e17cde54f0c01eae2da4f067bc5
treefb963219223704ab8df55096d11647e868054f37
parent819b69abb12aac65e26074d0fb0f058ef763aa05
iio: temperature: tmp006: add triggered buffer support

Add support for continuous data capture using triggered buffers for the
tmp006 sensor. The device features a "data ready" interrupt line which
is pulled down once a new measurement is ready to be read.

Signed-off-by: Antoni Pokusinski <apokusinski01@gmail.com>
Link: https://patch.msgid.link/20240908172153.177406-2-apokusinski01@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/temperature/Kconfig
drivers/iio/temperature/tmp006.c