All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
@ 2025-05-26  8:50 Andreas Klinger
  2025-05-26  8:50 ` [PATCH v5 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andreas Klinger @ 2025-05-26  8:50 UTC (permalink / raw)
  To: jic23, robh, krzk+dt, conor+dt
  Cc: lars, javier.carrasco.cruz, mazziesaccount, andriy.shevchenko,
	arthur.becker, perdaniel.olsson, mgonellabolduc, muditsharma.info,
	clamor95, emil.gedenryd, ak, devicetree, linux-iio, linux-kernel

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

Changes in v5:
- Thanks to the feedback of Andy and further explanations of Jonathan many
  improvements could be implemented.
- add documentation in kernel-doc format
- iio_push_to_buffers_with_ts() is not used as also testing against
  linux-stable where it is not available so far.

Changes in v4:
- implement feedback from Andy and Jonathan
- implement feedback from vendor (reading interrupt register as bulk read)

Changes in v3:
- implement a lot of feedback from Jonathan
- change scale value to real factor of lux per raw count instead of hardware
  gain
- optimize code by using more lookup tables
- remove unimplemented threshold functionality

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               | 1007 +++++++++++++++++
 5 files changed, 1078 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] 8+ messages in thread

end of thread, other threads:[~2025-07-15  7:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-26  8:50 [PATCH v5 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor Andreas Klinger
2025-05-26  8:50 ` [PATCH v5 1/3] dt-bindings: iio: light: veml6046x00: add " Andreas Klinger
2025-05-26  8:50 ` [PATCH v5 2/3] iio: light: add support for veml6046x00 RGBIR " Andreas Klinger
2025-05-26 20:17   ` Andy Shevchenko
2025-07-14  8:21     ` Andreas Klinger
2025-07-15  7:50       ` Andy Shevchenko
2025-05-31 17:20   ` Jonathan Cameron
2025-05-26  8:50 ` [PATCH v5 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.