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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1532,6 +1532,7 @@ config SENSORS_LM93
config SENSORS_LM95234
	tristate "National Semiconductor LM95234 and compatibles"
	depends on I2C
	select REGMAP_I2C
	help
	  If you say yes here you get support for the LM95233 and LM95234
	  temperature sensor chips.
+181 −248

File changed.

Preview size limit exceeded, changes collapsed.