public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add driver for Vishay VEML6040
@ 2024-06-04  8:01 Arthur Becker via B4 Relay
  2024-06-04  8:01 ` [PATCH v4 1/2] iio: light: " Arthur Becker via B4 Relay
  2024-06-04  8:01 ` [PATCH v4 2/2] dt-bindings: iio: light: add VEML6040 RGBW-LS bindings Arthur Becker via B4 Relay
  0 siblings, 2 replies; 7+ messages in thread
From: Arthur Becker via B4 Relay @ 2024-06-04  8:01 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Javier Carrasco
  Cc: linux-kernel, linux-iio, devicetree, Arthur Becker

The driver allows to turn the module on/off, set the integration time
(in MS) for the sensors, and read the raw measurements of the Red,
Green, Blue and White sensors.

Thank you Jonathan, Krzysztof, Conor and Rob for your comments on the
driver, dt-bindings and my workflow!

To: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-iio@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Arthur Becker <arthur.becker@sentec.com>

Changes in v4:
- Minor adjustments to the driver
- Merged dt-bindings with veml6075
- Link to v3: https://lore.kernel.org/r/20240527-veml6040-v3-0-6f3bbfd42960@sentec.com

---
Arthur Becker (2):
      iio: light: driver for Vishay VEML6040
      dt-bindings: iio: light: add VEML6040 RGBW-LS bindings

 .../bindings/iio/light/vishay,veml6075.yaml        |   9 +-
 drivers/iio/light/Kconfig                          |  11 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/veml6040.c                       | 281 +++++++++++++++++++++
 4 files changed, 300 insertions(+), 2 deletions(-)
---
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
change-id: 20240527-veml6040-0314fc054337

Best regards,
-- 
Arthur Becker <arthur.becker@sentec.com>



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

end of thread, other threads:[~2024-06-09  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04  8:01 [PATCH v4 0/2] Add driver for Vishay VEML6040 Arthur Becker via B4 Relay
2024-06-04  8:01 ` [PATCH v4 1/2] iio: light: " Arthur Becker via B4 Relay
2024-06-04  8:01 ` [PATCH v4 2/2] dt-bindings: iio: light: add VEML6040 RGBW-LS bindings Arthur Becker via B4 Relay
2024-06-04  8:45   ` Krzysztof Kozlowski
2024-06-04  8:59     ` [EXTERNAL]Re: " Arthur Becker
2024-06-04  9:05       ` Krzysztof Kozlowski
2024-06-09  8:53         ` Jonathan Cameron

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