Re: [PATCH v2] iio: light: al3010: read both ALS ADC registers again

From: Jonathan Cameron

Date: Tue May 26 2026 - 10:54:56 EST


On Sat, 23 May 2026 13:44:57 +0200
"Alexander A. Klimov" <grandmaster@xxxxxxxxxxxx> wrote:

> al3010_read_raw() used to read two adjacent registers
> until the driver was modernized using the regmap framework.
> That cleanup accidentally replaced the 16-bit word read
> with a single byte read. I'm reverting latter.
>
> Fixes: 0e5e21e23dd6 ("iio: light: al3010: Implement regmap support")
> Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>
Applied to the fixes-togreg branch of iio.git and marked for stable.

Thanks,

Jonathan