]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (lm92) Convert to use regmap
authorGuenter Roeck <linux@roeck-us.net>
Wed, 17 Jul 2024 00:54:25 +0000 (17:54 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 27 Aug 2024 15:10:23 +0000 (08:10 -0700)
commit1359590a5c48d1d28cd11808178931f146a539e2
tree1430f42818b91dbae27d12529a7515648509d361
parentfcb49571b4d7a993190d4dc40331ac5c7350d2dd
hwmon: (lm92) Convert to use regmap

Use regmap for local caching and for multi-byte operations to be able
to use regmap API functions and to reduce the need for locking in the
driver.

Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
drivers/hwmon/lm92.c