public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: light: add AMS TCS3400 driver
@ 2026-01-19 17:19 Petr Hodina via B4 Relay
  2026-01-19 17:19 ` [PATCH 1/3] doc: add Device Tree binding for AMS TCS3400 light sensor Petr Hodina via B4 Relay
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Petr Hodina via B4 Relay @ 2026-01-19 17:19 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
	Konrad Dybcio, David Heidelberg
  Cc: linux-iio, devicetree, linux-kernel, linux-arm-msm, Petr Hodina

Hi,

This patch adds an IIO driver for the AMS TCS3400 color light-to-digital
converter.

The TCS3400 is an I2C-connected RGB color sensor supporting RGBC and
RGB-IR measurement modes, programmable integration time, selectable
gain, optional interrupt-driven sampling, and regulator-based power
control.

Signed-off-by: Petr Hodina <petr.hodina@protonmail.com>
---
Petr Hodina (3):
      doc: add Device Tree binding for AMS TCS3400 light sensor
      iio: light: add AMS TCS3400 RGB and RGB-IR color sensor driver
      sdm845: tama: Add AMS TCS3400 ambient light sensor

 .../devicetree/bindings/iio/light/ams,tcs3400.yaml |  54 +++
 MAINTAINERS                                        |   7 +
 .../boot/dts/qcom/sdm845-sony-xperia-tama.dtsi     |  36 +-
 drivers/iio/light/Kconfig                          |  11 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/tcs3400.c                        | 505 +++++++++++++++++++++
 6 files changed, 613 insertions(+), 1 deletion(-)
---
base-commit: 46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b
change-id: 20260119-tsc3400-68a91d8c1355

Best regards,
-- 
Petr Hodina <petr.hodina@protonmail.com>



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

end of thread, other threads:[~2026-01-23  9:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 17:19 [PATCH 0/3] iio: light: add AMS TCS3400 driver Petr Hodina via B4 Relay
2026-01-19 17:19 ` [PATCH 1/3] doc: add Device Tree binding for AMS TCS3400 light sensor Petr Hodina via B4 Relay
2026-01-19 17:37   ` David Heidelberg
2026-01-20 10:37   ` Krzysztof Kozlowski
2026-01-20 10:38   ` Krzysztof Kozlowski
2026-01-20 14:09   ` Daniel Baluta
2026-01-19 17:19 ` [PATCH 2/3] iio: light: add AMS TCS3400 RGB and RGB-IR color sensor driver Petr Hodina via B4 Relay
2026-01-19 18:58   ` Andy Shevchenko
2026-01-20 10:06   ` kernel test robot
2026-01-20 11:03   ` Konrad Dybcio
2026-01-20 13:33     ` Andy Shevchenko
2026-01-20 13:51       ` phodina
2026-01-20 13:58         ` Konrad Dybcio
2026-01-20 11:32   ` kernel test robot
2026-01-23  9:11   ` Jonathan Cameron
2026-01-19 17:19 ` [PATCH 3/3] sdm845: tama: Add AMS TCS3400 ambient light sensor Petr Hodina via B4 Relay
2026-01-19 17:33   ` David Heidelberg
2026-01-20 11:06   ` Konrad Dybcio
2026-01-20 19:49 ` [PATCH 0/3] iio: light: add AMS TCS3400 driver Rob Herring

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