Linux IIO development
 help / color / mirror / Atom feed
* [RFC 0/4] iio: light: add driver for Broadcom APDS9999
@ 2026-05-11 10:14 Jose A. Perez de Azpillaga
  2026-05-11 10:14 ` [RFC 1/4] dt-bindings: iio: light: add DT binding " Jose A. Perez de Azpillaga
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Jose A. Perez de Azpillaga @ 2026-05-11 10:14 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron, David Lechner, Nuno Sá

This series adds support for the Broadcom APDS9999 ambient light
sensor. The APDS9999 is a digital proximity and RGB sensor with
ALS capability, featuring I2C interface, programmable gain and
integration time.

This chip is considered by Broadcom to be the 'successor' to the
APDS-9960 which has technically been discontinued.

The initial driver implements the ALS/Lux functionality using the
green channel, which approximates the human eye spectral response.

Sent as RFC to gather feedback on the driver structure
and DT binding.

Jose A. Perez de Azpillaga (4):
  dt-bindings: iio: light: add DT binding for Broadcom APDS9999
  iio: light: add support for APDS9999 sensor
  iio: light: add build support for APDS9999
  MAINTAINERS: add myself as APDS9999 maintainer

 .../bindings/iio/light/brcm,apds9999.yaml     |  33 ++
 MAINTAINERS                                   |   7 +
 drivers/iio/light/Kconfig                     |  10 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/apds9999.c                  | 325 ++++++++++++++++++
 5 files changed, 376 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/brcm,apds9999.yaml
 create mode 100644 drivers/iio/light/apds9999.c


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

end of thread, other threads:[~2026-05-11 16:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 10:14 [RFC 0/4] iio: light: add driver for Broadcom APDS9999 Jose A. Perez de Azpillaga
2026-05-11 10:14 ` [RFC 1/4] dt-bindings: iio: light: add DT binding " Jose A. Perez de Azpillaga
2026-05-11 12:26   ` Jonathan Cameron
2026-05-11 15:28     ` Jose A. Perez de Azpillaga
2026-05-11 10:14 ` [RFC 2/4] iio: light: add support for APDS9999 sensor Jose A. Perez de Azpillaga
2026-05-11 13:06   ` Jonathan Cameron
2026-05-11 16:14     ` Jose A. Perez de Azpillaga
2026-05-11 10:14 ` [RFC 3/4] iio: light: add build support for APDS9999 Jose A. Perez de Azpillaga
2026-05-11 12:28   ` Jonathan Cameron
2026-05-11 15:30     ` Jose A. Perez de Azpillaga
2026-05-11 10:14 ` [RFC 4/4] MAINTAINERS: add myself as APDS9999 maintainer Jose A. Perez de Azpillaga
2026-05-11 12:29   ` Jonathan Cameron
2026-05-11 15:33     ` Jose A. Perez de Azpillaga
2026-05-11 12:21 ` [RFC 0/4] iio: light: add driver for Broadcom APDS9999 Jonathan Cameron
2026-05-11 15:19   ` Jose A. Perez de Azpillaga
2026-05-11 15:53     ` Jonathan Cameron
2026-05-11 16:19       ` Jose A. Perez de Azpillaga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox