]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (adt7x10) Use multi-byte regmap operations
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jul 2024 21:06:17 +0000 (14:06 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 31 Jul 2024 17:43:51 +0000 (10:43 -0700)
commit4ce612b16e9e1d93cabde798750c0fcfd2477586
treee2f36bca98f70f56840b06412065eb60ea93ce50
parent7b4882d9b80cc9723ab097510732a7cc28f56c69
hwmon: (adt7x10) Use multi-byte regmap operations

Use multi-byte regmap operations where possible to reduce code size
and the need for mutex protection.

No functional changes.

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