[PATCH v2 0/3] iio: light: add al3000a als support

From: Svyatoslav Ryhel
Date: Sat Feb 15 2025 - 05:32:36 EST


AL3000a is an illuminance sensor found in ASUS TF101 tablet.

---
Changes on switching from v1 to v2:
- sort compatible alphabetically in schema
- clarify commit descriptions
- convert to use regmap
- arrangle lux conversion table in rows of 8
- add more used headers
- improve code formatting
---

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 | 221 ++++++++++++++++++
5 files changed, 247 insertions(+), 2 deletions(-)
create mode 100644 drivers/iio/light/al3000a.c

--
2.43.0