All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] iio: light: add al3000a als support
@ 2025-02-12  6:46 Svyatoslav Ryhel
  2025-02-12  6:46 ` [PATCH v1 1/3] dt-bindings: iio: light: al3010: add al3000a support Svyatoslav Ryhel
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Svyatoslav Ryhel @ 2025-02-12  6:46 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding,
	Jonathan Hunter, Svyatoslav Ryhel, Javier Carrasco,
	Matti Vaittinen, Andy Shevchenko, Emil Gedenryd, Arthur Becker,
	Mudit Sharma, Per-Daniel Olsson, Subhajit Ghosh, Ivan Orlov,
	David Heidelberg
  Cc: linux-iio, devicetree, linux-kernel, linux-tegra

AL3000a is an illuminance sensor found in ASUS TF101 tablet.

Svyatoslav Ryhel (3):
  dt-bindings: iio: light: al3010: add al3000a support
  iio: light: Add support for AL3000a illuminance sensor
  ARM: tegra: tf101: Add al3000a illuminance sensor node

 .../bindings/iio/light/dynaimage,al3010.yaml  |   6 +-
 .../boot/dts/nvidia/tegra20-asus-tf101.dts    |  11 +
 drivers/iio/light/Kconfig                     |  10 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/al3000a.c                   | 214 ++++++++++++++++++
 5 files changed, 240 insertions(+), 2 deletions(-)
 create mode 100644 drivers/iio/light/al3000a.c

-- 
2.43.0


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

end of thread, other threads:[~2025-02-18 17:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12  6:46 [PATCH v1 0/3] iio: light: add al3000a als support Svyatoslav Ryhel
2025-02-12  6:46 ` [PATCH v1 1/3] dt-bindings: iio: light: al3010: add al3000a support Svyatoslav Ryhel
2025-02-12 19:20   ` Conor Dooley
2025-02-12 19:39     ` Svyatoslav Ryhel
2025-02-13 20:15       ` Conor Dooley
2025-02-14  6:21         ` Svyatoslav Ryhel
2025-02-18 17:13           ` Conor Dooley
2025-02-13  9:11   ` Krzysztof Kozlowski
2025-02-13  9:12     ` Svyatoslav Ryhel
2025-02-12  6:46 ` [PATCH v1 2/3] iio: light: Add support for AL3000a illuminance sensor Svyatoslav Ryhel
2025-02-12 14:28   ` Andy Shevchenko
2025-02-12 15:20     ` Svyatoslav Ryhel
2025-02-12 16:10       ` Andy Shevchenko
2025-02-12 16:36         ` Svyatoslav Ryhel
2025-02-12 17:32           ` Andy Shevchenko
2025-02-12 17:28         ` Svyatoslav Ryhel
2025-02-12 17:34           ` Andy Shevchenko
2025-02-12  6:46 ` [PATCH v1 3/3] ARM: tegra: tf101: Add al3000a illuminance sensor node Svyatoslav Ryhel

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.