linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [char-misc-next] MAINTAINERS: Fix maintainer entry for mei driver
@ 2020-07-29 11:05 Tomas Winkler
  2020-07-29 12:51 ` Gustavo A. R. Silva
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Winkler @ 2020-07-29 11:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Alexander Usyskin, linux-kernel, Tomas Winkler, Joe Perches,
	Gustavo A . R . Silva

mei driver has sub modules, those are not
listed via scripts/get_maintainer.pl when using asterisk:
drivers/misc/mei/*
The correct notation is:
drivers/misc/mei/

Cc: Joe Perches <joe@perches.com>
Cc: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 86994c35d56e..dbe6a71eb6f2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8789,7 +8789,7 @@ M:	Tomas Winkler <tomas.winkler@intel.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	Documentation/driver-api/mei/*
-F:	drivers/misc/mei/*
+F:	drivers/misc/mei/
 F:	drivers/watchdog/mei_wdt.c
 F:	include/linux/mei_cl_bus.h
 F:	include/uapi/linux/mei.h
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [char-misc-next] MAINTAINERS: Fix maintainer entry for mei driver
  2020-07-29 11:05 [char-misc-next] MAINTAINERS: Fix maintainer entry for mei driver Tomas Winkler
@ 2020-07-29 12:51 ` Gustavo A. R. Silva
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo A. R. Silva @ 2020-07-29 12:51 UTC (permalink / raw)
  To: Tomas Winkler, Greg Kroah-Hartman
  Cc: Alexander Usyskin, linux-kernel, Joe Perches, Gustavo A . R . Silva



On 7/29/20 06:05, Tomas Winkler wrote:
> mei driver has sub modules, those are not
> listed via scripts/get_maintainer.pl when using asterisk:
> drivers/misc/mei/*
> The correct notation is:
> drivers/misc/mei/
> 

Yes; it works fine now:

$ scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback -f drivers/misc/mei/hdcp/mei_hdcp.c
Tomas Winkler <tomas.winkler@intel.com> (supporter:INTEL MANAGEMENT ENGINE (mei))
Arnd Bergmann <arnd@arndb.de> (supporter:CHAR and MISC DRIVERS)
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (supporter:CHAR and MISC DRIVERS)
linux-kernel@vger.kernel.org (open list:INTEL MANAGEMENT ENGINE (mei))

> Cc: Joe Perches <joe@perches.com>
> Cc: Gustavo A. R. Silva <gustavoars@kernel.org>
> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>

Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>

Thanks
--
Gustavo

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 86994c35d56e..dbe6a71eb6f2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8789,7 +8789,7 @@ M:	Tomas Winkler <tomas.winkler@intel.com>
>  L:	linux-kernel@vger.kernel.org
>  S:	Supported
>  F:	Documentation/driver-api/mei/*
> -F:	drivers/misc/mei/*
> +F:	drivers/misc/mei/
>  F:	drivers/watchdog/mei_wdt.c
>  F:	include/linux/mei_cl_bus.h
>  F:	include/uapi/linux/mei.h
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-29 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 11:05 [char-misc-next] MAINTAINERS: Fix maintainer entry for mei driver Tomas Winkler
2020-07-29 12:51 ` Gustavo A. R. Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).