devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: Add Everlight PM16D17 proximity sensor
@ 2024-08-13  5:40 Jan Kiszka
  2024-08-13  5:40 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add EVERLIGHT Jan Kiszka
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Jan Kiszka @ 2024-08-13  5:40 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-kernel, Bao Cheng Su, Chao Zeng, devicetree

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


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

end of thread, other threads:[~2024-08-26  9:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13  5:40 [PATCH 0/3] iio: Add Everlight PM16D17 proximity sensor Jan Kiszka
2024-08-13  5:40 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add EVERLIGHT Jan Kiszka
2024-08-13 15:41   ` Conor Dooley
2024-08-13 15:46     ` Krzysztof Kozlowski
2024-08-13 15:53       ` Conor Dooley
2024-08-13  5:40 ` [PATCH 2/3] dt-bindings: iio: Add everlight pm16d17 binding Jan Kiszka
2024-08-13 15:52   ` Conor Dooley
2024-08-16  1:48     ` Li, Hua Qian
2024-08-16 16:11       ` Conor Dooley
2024-08-17 13:42       ` Jonathan Cameron
2024-08-26  7:12         ` Li, Hua Qian
2024-08-26  9:49           ` Jonathan Cameron
2024-08-14 19:10   ` Jonathan Cameron
2024-08-15  8:13     ` Jan Kiszka
2024-08-13  5:40 ` [PATCH 3/3] iio: proximity: Add support for everlight pmd16d17 sensor Jan Kiszka
2024-08-15  5:51   ` kernel test robot
2024-08-15 21:54   ` kernel test robot
2024-08-17 14:02   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).