Commit 057340e3 authored by Laxman Dewangan's avatar Laxman Dewangan Committed by Greg Kroah-Hartman

staging: iio: light: isl29018: use regmap for register access

Using regmap for accessing register through i2c bus. This will
remove the code for caching registers, read-modify-write logics.
Also it will provide the debugfs feature to dump register
through regmap debugfs.
Signed-off-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: default avatarGrant Grundler <grundler@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 610202dd
...@@ -6,6 +6,7 @@ menu "Light sensors" ...@@ -6,6 +6,7 @@ menu "Light sensors"
config SENSORS_ISL29018 config SENSORS_ISL29018
tristate "ISL 29018 light and proximity sensor" tristate "ISL 29018 light and proximity sensor"
depends on I2C depends on I2C
select REGMAP_I2C
default n default n
help help
If you say yes here you get support for ambient light sensing and If you say yes here you get support for ambient light sensing and
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment