devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] iio: light: add al3000a als support
@ 2025-02-17 14:03 Svyatoslav Ryhel
  2025-02-17 14:03 ` [PATCH v4 1/3] dt-bindings: iio: light: al3010: add al3000a support Svyatoslav Ryhel
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Svyatoslav Ryhel @ 2025-02-17 14:03 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.

---
Changes on switching from v3 to v4:
- return write function directly
- clean up and fix i2c_device_id

Changes on switching from v2 to v3:
- droped linux/iio/sysfs.h
- set driver name directly
- switched to IIO_CHAN_INFO_PROCESSED
- split al3000a_set_pwr into 2 functions
- added i2c_device_id
- improved code formatting 

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

-- 
2.43.0


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

end of thread, other threads:[~2025-03-06 18:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 14:03 [PATCH v4 0/3] iio: light: add al3000a als support Svyatoslav Ryhel
2025-02-17 14:03 ` [PATCH v4 1/3] dt-bindings: iio: light: al3010: add al3000a support Svyatoslav Ryhel
2025-02-18  8:12   ` Krzysztof Kozlowski
2025-02-17 14:03 ` [PATCH v4 2/3] iio: light: Add support for AL3000a illuminance sensor Svyatoslav Ryhel
2025-02-17 20:15   ` Andy Shevchenko
2025-02-22 12:53   ` Jonathan Cameron
2025-02-22 12:56     ` Svyatoslav Ryhel
2025-02-22 17:25       ` Jonathan Cameron
2025-02-22 17:27         ` Svyatoslav Ryhel
2025-03-01  3:34           ` Jonathan Cameron
2025-02-17 14:03 ` [PATCH v4 3/3] ARM: tegra: tf101: Add al3000a illuminance sensor node Svyatoslav Ryhel
2025-03-06 18:03   ` Thierry Reding
2025-02-17 14:30 ` [PATCH v4 0/3] iio: light: add al3000a als support Jonathan Cameron
2025-02-17 14:33   ` Svyatoslav Ryhel
2025-02-22 12:43     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).