hwmon: (lm95245) Use maple tree register cache
authorMark Brown <broonie@kernel.org>
Sat, 10 Jun 2023 13:59:08 +0000 (14:59 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 10 Jun 2023 14:37:02 +0000 (07:37 -0700)
commit6ef3811c40eb24c061cfd8ba445bccb4ac46ca98
tree2cbd5c2d3928bdb6a9377f078812064bf4ca130f
parent30841ce37321fa66c58ee79ec7b17a45df2a6b9e
hwmon: (lm95245) Use maple tree register cache

The lm95245 is only capable of performing single register read and write
operations which means it gains no advantage from using a rbtree register
cache, convert it to using the more modern maple tree register cache
instead. This should be more efficient.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230609-hwmon-maple-v1-2-8edacce86b28@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm95245.c