On 4/12/21 7:41 AM, Jean Delvare wrote: > On Fri, 9 Apr 2021 23:36:25 -0700, Guenter Roeck wrote: >> A pattern match for hardware monitoring registration functions ensures >> that hardware monitoring maintainers are copied whenever hardware >> monitoring drivers are added to the tree. >> >> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index b8f9fc5eaf08..f7513d8be996 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@xxxxxxxxxxx> > > Reviewed-by: Jean Delvare <jdelvare@xxxxxxx> > Thanks, appreciate it! Guenter