]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: light: veml3235: fix scale to conform to ABI
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Mon, 30 Dec 2024 15:13:53 +0000 (16:13 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 4 Jan 2025 12:36:39 +0000 (12:36 +0000)
commit82e1cedeb8186cc019bad83d6bf06a9c475d7b13
tree85810c7e18c554790d2af93ab473136280ab2a74
parent7716d085531bf797c882ed67eda184ac58a387a8
iio: light: veml3235: fix scale to conform to ABI

The current scale is not ABI-compliant as it is just the sensor gain
instead of the value that acts as a multiplier to be applied to the raw
value (there is no offset).

Use the iio-gts helpers to obtain the proper scale values according to
the gain and integration time to match the resolution tables from the
datasheet. When at it, use 'scale' instead of 'gain' consistently for
the get/set functions to avoid misunderstandings.

Fixes: c5a23f80c164 ("iio: light: add support for veml3235")
Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://patch.msgid.link/20241230-veml3235_scale-v3-2-48a5795e2f64@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/Kconfig
drivers/iio/light/veml3235.c