[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1723527641.git.jan.kiszka@siemens.com>
Date: Tue, 13 Aug 2024 07:40:39 +0200
From: Jan Kiszka <jan.kiszka@...mens.com>
To: Jonathan Cameron <jic23@...nel.org>,
linux-iio@...r.kernel.org,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Bao Cheng Su <baocheng.su@...mens.com>,
Chao Zeng <chao.zeng@...mens.com>,
devicetree@...r.kernel.org
Subject: [PATCH 0/3] iio: Add Everlight PM16D17 proximity sensor
The Everlight PM16D17 is attached via I2C and can measure the proximity
of objects optically. Model it as IIO driver and include it into the
device tree of the IOT2050-SM where it is available on the main board.
Note that at the time of writing, the datasheet link is still work in
progress at Everlight (product listed, link still broken). We are in
contact with them.
Jan
Baocheng Su (1):
dt-bindings: vendor-prefixes: Add EVERLIGHT
Chao Zeng (2):
dt-bindings: iio: Add everlight pm16d17 binding
iio: proximity: Add support for everlight pmd16d17 sensor
.../iio/proximity/everlight,pm16d17.yaml | 95 +++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/iio/proximity/Kconfig | 11 +
drivers/iio/proximity/Makefile | 1 +
drivers/iio/proximity/pm16d17.c | 324 ++++++++++++++++++
5 files changed, 433 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/proximity/everlight,pm16d17.yaml
create mode 100644 drivers/iio/proximity/pm16d17.c
--
2.43.0
Powered by blists - more mailing lists