[PATCH 0/2] Add driver for Murata IRS-D200

From: Waqar Hameed
Date: Fri Jun 16 2023 - 11:13:27 EST


Murata IRS-D200 is a PIR sensor for human detection. In this series we
add devicetree bindings and an IIO driver with support for triggered
buffer and events. Link to the datasheet should be added to the
devicetree bindings, when that is available.

Waqar Hameed (2):
dt-bindings: iio: proximity: Add bindings for Murata IRS-D200
iio: Add driver for Murata IRS-D200

.../iio/proximity/murata,irsd200.yaml | 54 +
drivers/iio/proximity/Kconfig | 12 +
drivers/iio/proximity/Makefile | 1 +
drivers/iio/proximity/irsd200.c | 1051 +++++++++++++++++
4 files changed, 1118 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/proximity/murata,irsd200.yaml
create mode 100644 drivers/iio/proximity/irsd200.c


base-commit: b6dad5178ceaf23f369c3711062ce1f2afc33644
--
2.30.2