summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2021-04-10 08:26:23 +0200
committerGuenter Roeck <linux@roeck-us.net>2021-04-20 15:50:14 +0200
commite3b65ffa13bd040757fd4910f2dcd2c93f553d76 (patch)
treea226ebe7999800269668a5f21fe27772765a31c7
parenthwmon: (mlxreg-fan) Add support for fan drawers capability and present registers (diff)
downloadlinux-e3b65ffa13bd040757fd4910f2dcd2c93f553d76.tar.xz
linux-e3b65ffa13bd040757fd4910f2dcd2c93f553d76.zip
MAINTAINERS: Add keyword pattern for hwmon registration functions
A pattern match for hardware monitoring registration functions ensures that hardware monitoring maintainers are copied whenever hardware monitoring drivers are added to the tree. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 13df46b0e88c..bb5bbaa5fba2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7851,6 +7851,7 @@ F: Documentation/hwmon/
F: drivers/hwmon/
F: include/linux/hwmon*.h
F: include/trace/events/hwmon*.h
+K: (devm_)?hwmon_device_(un)?register(|_with_groups|_with_info)
HARDWARE RANDOM NUMBER GENERATOR CORE
M: Matt Mackall <mpm@selenic.com>