Message ID | 20210410063625.139687-1-linux@roeck-us.net (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | MAINTAINERS: Add keyword pattern for hwmon registration functions | expand |
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@roeck-us.net> > --- > 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@selenic.com> Reviewed-by: Jean Delvare <jdelvare@suse.de>
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@roeck-us.net> >> --- >> 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@selenic.com> > > Reviewed-by: Jean Delvare <jdelvare@suse.de> > Thanks, appreciate it! Guenter
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@selenic.com>
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@roeck-us.net> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)