diff mbox series

MAINTAINERS: Add keyword pattern for hwmon registration functions

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

Commit Message

Guenter Roeck April 10, 2021, 6:36 a.m. UTC
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(+)

Comments

Jean Delvare April 12, 2021, 2:41 p.m. UTC | #1
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>
Guenter Roeck April 12, 2021, 2:47 p.m. UTC | #2
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 mbox series

Patch

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>