Commit 963f9bc9 authored by Guenter Roeck's avatar Guenter Roeck

hwmon: (lm95234) Convert to use regmap

Use regmap to replace local caching and to be able to use regmap API
functions.

No functional change.
Reviewed-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent e38b05f0
...@@ -1532,6 +1532,7 @@ config SENSORS_LM93 ...@@ -1532,6 +1532,7 @@ config SENSORS_LM93
config SENSORS_LM95234 config SENSORS_LM95234
tristate "National Semiconductor LM95234 and compatibles" tristate "National Semiconductor LM95234 and compatibles"
depends on I2C depends on I2C
select REGMAP_I2C
help help
If you say yes here you get support for the LM95233 and LM95234 If you say yes here you get support for the LM95233 and LM95234
temperature sensor chips. temperature sensor chips.
......
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