All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: make drivers/clk entry match subdirs
@ 2013-06-05 15:50 ` Stephen Warren
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-06-05 15:50 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Russell King, linux-kernel, linux-arm-kernel, Stephen Warren

From: Stephen Warren <swarren@nvidia.com>

Modify the drivers/clk MAINTAINERS entry so that it matches the entire
drivers/clk tree, with the exception of clkdev.c which has a separate
entry. Make a similar change to pick up all clk-related header files.

This causes get_maintainers.pl to spit out the expected results for any
patches to clock drivers that are in sub-directories of drivers/clk,
e.g. drivers/clk/tegra/.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fdd0544..e8e4696 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2125,9 +2125,10 @@ M:	Mike Turquette <mturquette@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
 T:	git git://git.linaro.org/people/mturquette/linux.git
 S:	Maintained
-F:	drivers/clk/clk.c
-F:	drivers/clk/clk-*
+F:	drivers/clk/
+X:	drivers/clk/clkdev.c
 F:	include/linux/clk-pr*
+F:	include/linux/clk/
 
 COMMON INTERNET FILE SYSTEM (CIFS)
 M:	Steve French <sfrench@samba.org>
-- 
1.8.1.5


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

* [PATCH] MAINTAINERS: make drivers/clk entry match subdirs
@ 2013-06-05 15:50 ` Stephen Warren
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-06-05 15:50 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stephen Warren <swarren@nvidia.com>

Modify the drivers/clk MAINTAINERS entry so that it matches the entire
drivers/clk tree, with the exception of clkdev.c which has a separate
entry. Make a similar change to pick up all clk-related header files.

This causes get_maintainers.pl to spit out the expected results for any
patches to clock drivers that are in sub-directories of drivers/clk,
e.g. drivers/clk/tegra/.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fdd0544..e8e4696 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2125,9 +2125,10 @@ M:	Mike Turquette <mturquette@linaro.org>
 L:	linux-arm-kernel at lists.infradead.org (same as CLK API & CLKDEV)
 T:	git git://git.linaro.org/people/mturquette/linux.git
 S:	Maintained
-F:	drivers/clk/clk.c
-F:	drivers/clk/clk-*
+F:	drivers/clk/
+X:	drivers/clk/clkdev.c
 F:	include/linux/clk-pr*
+F:	include/linux/clk/
 
 COMMON INTERNET FILE SYSTEM (CIFS)
 M:	Steve French <sfrench@samba.org>
-- 
1.8.1.5

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

* [PATCH] MAINTAINERS: make drivers/clk entry match subdirs
  2013-06-05 15:50 ` Stephen Warren
  (?)
@ 2013-06-12  1:07 ` Mike Turquette
  -1 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2013-06-12  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Stephen Warren (2013-06-05 08:50:30)
> From: Stephen Warren <swarren@nvidia.com>
> 
> Modify the drivers/clk MAINTAINERS entry so that it matches the entire
> drivers/clk tree, with the exception of clkdev.c which has a separate
> entry. Make a similar change to pick up all clk-related header files.
> 
> This causes get_maintainers.pl to spit out the expected results for any
> patches to clock drivers that are in sub-directories of drivers/clk,
> e.g. drivers/clk/tegra/.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

I was tempted to NAK since this will result in more mail for me, but
I've taken it in despite that obvious bug.

Thanks,
Mike

> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fdd0544..e8e4696 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2125,9 +2125,10 @@ M:       Mike Turquette <mturquette@linaro.org>
>  L:     linux-arm-kernel at lists.infradead.org (same as CLK API & CLKDEV)
>  T:     git git://git.linaro.org/people/mturquette/linux.git
>  S:     Maintained
> -F:     drivers/clk/clk.c
> -F:     drivers/clk/clk-*
> +F:     drivers/clk/
> +X:     drivers/clk/clkdev.c
>  F:     include/linux/clk-pr*
> +F:     include/linux/clk/
>  
>  COMMON INTERNET FILE SYSTEM (CIFS)
>  M:     Steve French <sfrench@samba.org>
> -- 
> 1.8.1.5

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

end of thread, other threads:[~2013-06-12  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-05 15:50 [PATCH] MAINTAINERS: make drivers/clk entry match subdirs Stephen Warren
2013-06-05 15:50 ` Stephen Warren
2013-06-12  1:07 ` Mike Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.