All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for isl76683 ambient light sensor
@ 2021-06-02 13:45 Christoph Fritz
  2021-06-02 13:45 ` [PATCH 1/2] iio: light: Add support for Intersil isl76683 sensor Christoph Fritz
  2021-06-02 13:45 ` [PATCH 2/2] dt-bindings: iio: light: add isl76683 light bindings Christoph Fritz
  0 siblings, 2 replies; 7+ messages in thread
From: Christoph Fritz @ 2021-06-02 13:45 UTC (permalink / raw)
  To: Jonathan Cameron, Andy Shevchenko, Rob Herring; +Cc: linux-iio

This patchstack adds initial support for isl76683 light sensor.

Christoph Fritz (2):
  iio: light: Add support for Intersil isl76683 sensor
  dt-bindings: iio: light: add isl76683 light bindings

 .../bindings/iio/light/isil,isl76683.yaml     |  48 ++
 drivers/iio/light/Kconfig                     |  12 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/isl76683.c                  | 604 ++++++++++++++++++
 4 files changed, 665 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/isil,isl76683.yaml
 create mode 100644 drivers/iio/light/isl76683.c

-- 
2.29.2


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

end of thread, other threads:[~2021-06-03 10:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 13:45 [PATCH 0/2] Support for isl76683 ambient light sensor Christoph Fritz
2021-06-02 13:45 ` [PATCH 1/2] iio: light: Add support for Intersil isl76683 sensor Christoph Fritz
2021-06-02 14:28   ` Peter Meerwald-Stadler
2021-06-03 10:23     ` Jonathan Cameron
2021-06-02 15:01   ` Andy Shevchenko
2021-06-02 13:45 ` [PATCH 2/2] dt-bindings: iio: light: add isl76683 light bindings Christoph Fritz
2021-06-03 10:25   ` 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.