lkml.org 
[lkml]   [2023]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/2] Add a driver for AMS TCS3490 light sensor
    Date
    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

    \
     
     \ /
      Last update: 2023-03-26 23:53    [W:5.408 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site