]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (nct7802) Use multi-byte regmap operations
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jul 2024 21:03:06 +0000 (14:03 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 31 Jul 2024 17:43:51 +0000 (10:43 -0700)
commit7b4882d9b80cc9723ab097510732a7cc28f56c69
treeec05bbc8b94c32a872835135d6b6409522c99b66
parent717c04cf43d2d005db098bb794bf3d558cad98cf
hwmon: (nct7802) 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/nct7802.c