[PATCH 0/3] Add LTRF216A Driver

Shreeya Patel posted 3 patches 4 years, 2 months ago
There is a newer version of this series
.../bindings/iio/light/liteon,ltrf216a.yaml   |  42 +++
.../devicetree/bindings/vendor-prefixes.yaml  |   3 +
drivers/iio/light/Kconfig                     |  10 +
drivers/iio/light/Makefile                    |   1 +
drivers/iio/light/ltrf216a.c                  | 334 ++++++++++++++++++
5 files changed, 390 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/liteon,ltrf216a.yaml
create mode 100644 drivers/iio/light/ltrf216a.c
[PATCH 0/3] Add LTRF216A Driver
Posted by Shreeya Patel 4 years, 2 months ago
This patchset adds support for ltrf216a Ambient Light Sensor
and documents the DT bindings for the same.

Shreeya Patel (3):
  dt-bindings: vendor-prefixes: Add 'ltr' as deprecated vendor prefix
  dt-bindings: Document ltrf216a light sensor bindings
  iio: light: Add support for ltrf216a sensor

 .../bindings/iio/light/liteon,ltrf216a.yaml   |  42 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   3 +
 drivers/iio/light/Kconfig                     |  10 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/ltrf216a.c                  | 334 ++++++++++++++++++
 5 files changed, 390 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/liteon,ltrf216a.yaml
 create mode 100644 drivers/iio/light/ltrf216a.c

-- 
2.30.2