public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
@ 2025-03-16 16:48 Andreas Klinger
  2025-03-16 16:48 ` [PATCH v2 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Andreas Klinger @ 2025-03-16 16:48 UTC (permalink / raw)
  To: jic23, robh, krzk+dt, conor+dt
  Cc: lars, linux-iio, devicetree, linux-kernel, javier.carrasco.cruz,
	mazziesaccount, subhajit.ghosh, muditsharma.info, arthur.becker,
	ivan.orlov0322, ak

This patchset adds an IIO driver for Vishay veml6046x00 RGBIR color sensor

Changes in v2:
- fix missing include for example in vishay,veml6046x00.yaml

Andreas Klinger (3):
  dt-bindings: iio: light: veml6046x00: add color sensor
  iio: light: add support for veml6046x00 RGBIR color sensor
  MAINTAINER: add maintainer for veml6046x00

 .../iio/light/vishay,veml6046x00.yaml         |  51 +
 MAINTAINERS                                   |   6 +
 drivers/iio/light/Kconfig                     |  13 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/veml6046x00.c               | 890 ++++++++++++++++++
 5 files changed, 961 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/vishay,veml6046x00.yaml
 create mode 100644 drivers/iio/light/veml6046x00.c

-- 
2.39.5


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

end of thread, other threads:[~2025-03-17 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-16 16:48 [PATCH v2 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor Andreas Klinger
2025-03-16 16:48 ` [PATCH v2 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
2025-03-16 17:33   ` Krzysztof Kozlowski
2025-03-16 16:48 ` [PATCH v2 2/3] iio: light: add support for veml6046x00 RGBIR " Andreas Klinger
2025-03-16 16:48 ` [PATCH v2 3/3] MAINTAINER: add maintainer for veml6046x00 Andreas Klinger
2025-03-17 12:00 ` [PATCH v2 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor Jonathan Cameron

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