]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (isl28022, nct7363) Convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Thu, 24 Apr 2025 01:08:29 +0000 (21:08 -0400)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 2 May 2025 03:10:36 +0000 (20:10 -0700)
commita92d87d2f90e28516d1934f22c559ee85330bb6d
tree8c921ce49b956490abfcb8e70a5af1b1251a5911
parent25be318324563c63cbd9cb53186203a08d2f83a1
hwmon: (isl28022, nct7363) Convert to use maple tree register cache

The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Link: https://lore.kernel.org/r/20250424010829.2610-1-liubo03@inspur.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/isl28022.c
drivers/hwmon/nct7363.c