[PATCH 0/2] iio: light: Add ROHM BH1730FVC ambient light sensor driver

Alexandre Hamamdjian via B4 Relay posted 2 patches 1 month ago
.../bindings/iio/light/rohm,bh1730fvc.yaml         |  95 +++
drivers/iio/light/Kconfig                          |   9 +
drivers/iio/light/Makefile                         |   1 +
drivers/iio/light/bh1730.c                         | 686 +++++++++++++++++++++
4 files changed, 791 insertions(+)
[PATCH 0/2] iio: light: Add ROHM BH1730FVC ambient light sensor driver
Posted by Alexandre Hamamdjian via B4 Relay 1 month ago
Add a driver and devicetree binding for the ROHM BH1730FVC ambient
light sensor. This sensor is found on the Nintendo Switch console,
where it is used by the system for automatic display brightness
adjustment.

Signed-off-by: Alexandre Hamamdjian <azkali.limited@gmail.com>
---
CTCaer (2):
      dt-bindings: iio: light: Add ROHM BH1730FVC binding
      iio: light: bh1730: Add bh1730 light sensor driver

 .../bindings/iio/light/rohm,bh1730fvc.yaml         |  95 +++
 drivers/iio/light/Kconfig                          |   9 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/bh1730.c                         | 686 +++++++++++++++++++++
 4 files changed, 791 insertions(+)
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260511-bh1730-1e302acda4f8

Best regards,
--  
Alexandre Hamamdjian <azkali.limited@gmail.com>
Re: [PATCH 0/2] iio: light: Add ROHM BH1730FVC ambient light sensor driver
Posted by Andy Shevchenko 1 month ago
On Mon, May 11, 2026 at 01:09:48AM +0700, Alexandre Hamamdjian via B4 Relay wrote:
> Add a driver and devicetree binding for the ROHM BH1730FVC ambient
> light sensor. This sensor is found on the Nintendo Switch console,
> where it is used by the system for automatic display brightness
> adjustment.

Always for a new driver put a summary of the study of the existing drivers
in the area and explain "Why do we need a brand new driver? Can't we have
an existing driver to be extended to cover this HW?"

> ---
> CTCaer (2):

No aliases, use yours real name

>       dt-bindings: iio: light: Add ROHM BH1730FVC binding
>       iio: light: bh1730: Add bh1730 light sensor driver

-- 
With Best Regards,
Andy Shevchenko