All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
@ 2025-03-16 11:31 Andreas Klinger
  2025-03-16 11:31 ` [PATCH 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Andreas Klinger @ 2025-03-16 11:31 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

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         |  49 +
 MAINTAINERS                                   |   6 +
 drivers/iio/light/Kconfig                     |  13 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/veml6046x00.c               | 890 ++++++++++++++++++
 5 files changed, 959 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] 18+ messages in thread

end of thread, other threads:[~2025-05-06  9:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-16 11:31 [PATCH 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor Andreas Klinger
2025-03-16 11:31 ` [PATCH 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
2025-03-16 12:19   ` Rob Herring (Arm)
2025-03-17 11:00   ` Jonathan Cameron
2025-03-17 11:17     ` Andreas Klinger
2025-03-17 11:26       ` Krzysztof Kozlowski
2025-03-16 11:31 ` [PATCH 2/3] iio: light: add support for veml6046x00 RGBIR " Andreas Klinger
2025-03-17 11:50   ` Jonathan Cameron
2025-03-18  2:15     ` Andreas Klinger
2025-03-23 11:51       ` Jonathan Cameron
2025-04-06  8:43     ` Andreas Klinger
2025-04-06 11:08       ` Jonathan Cameron
2025-04-07  5:52         ` Matti Vaittinen
2025-05-05 19:10           ` Andreas Klinger
2025-05-06  6:03             ` Matti Vaittinen
2025-05-06  8:28               ` Andreas Klinger
2025-05-06  9:17                 ` Matti Vaittinen
2025-03-16 11:31 ` [PATCH 3/3] MAINTAINER: add maintainer for veml6046x00 Andreas Klinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.