All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a driver for AMS TCS3490 light sensor
@ 2023-01-23 23:10 Markuss Broks
  2023-01-23 23:10 ` [PATCH 1/2] dt-bindings: iio: tcs3490: Add bindings " Markuss Broks
  2023-01-23 23:10 ` [PATCH 2/2] iio: light: Add support " Markuss Broks
  0 siblings, 2 replies; 9+ messages in thread
From: Markuss Broks @ 2023-01-23 23:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Markuss Broks, Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Andy Shevchenko, Paul Gazzillo, Zhigang Shi,
	Dmitry Osipenko, Shreeya Patel, linux-iio, devicetree

This light sensor can sense four channels of visible light
(red, green, blue, clear) and IR light. These features allow it to
be used for sensing the light source, or getting the environment color
temperature to adjust display gamma and backlight level.

It is used on Sony Xperia Yoshino family devices.

Tested on Sony Xperia XZ1 (poplar).

Markuss Broks (2):
  dt-bindings: iio: tcs3490: Add bindings for AMS TCS3490 light sensor
  iio: light: Add support for AMS TCS3490 Color Light-to-Digital
    Converter

 .../bindings/iio/light/ams,tcs3490.yaml       |  52 ++++
 MAINTAINERS                                   |   7 +
 drivers/iio/light/Kconfig                     |  12 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/tcs3490.c                   | 272 ++++++++++++++++++
 5 files changed, 344 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/ams,tcs3490.yaml
 create mode 100644 drivers/iio/light/tcs3490.c

-- 
2.39.0


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

end of thread, other threads:[~2023-01-28 17:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 23:10 [PATCH 0/2] Add a driver for AMS TCS3490 light sensor Markuss Broks
2023-01-23 23:10 ` [PATCH 1/2] dt-bindings: iio: tcs3490: Add bindings " Markuss Broks
2023-01-24 10:32   ` Krzysztof Kozlowski
2023-01-23 23:10 ` [PATCH 2/2] iio: light: Add support " Markuss Broks
2023-01-24 10:22   ` Andy Shevchenko
2023-01-26 15:54     ` Markuss Broks
2023-01-26 17:41       ` Jonathan Cameron
2023-01-27  9:09       ` Andy Shevchenko
2023-01-28 17:33   ` Jonathan Cameron

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.