linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE
@ 2014-01-18 14:57 Ben Dooks
  2014-01-18 16:07 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ben Dooks @ 2014-01-18 14:57 UTC (permalink / raw)
  To: linux-sh

Add arch/arm/boot/dts/r8* to the list of files covered by SHMOBILE
so any changes to these can be reported with get_maintailers.pl

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: Joe Perches <joe@perches.com> (commit_signer:26/328=8%)
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (commit_signer:27/328=8%)
Cc: Andrew Morton <akpm@linux-foundation.org> (commit_signer:41/328\x12%)
Cc: Magnus Damm <magnus.damm@gmail.com> (supporter:ARM/SHMOBILE ARM...)
Cc: Simon Horman <horms@verge.net.au> (supporter:ARM/SHMOBILE ARM...)
Cc: linux-sh@vger.kernel.org
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c20792..30fb6dc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1239,6 +1239,8 @@ Q:	http://patchwork.kernel.org/project/linux-sh/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
 S:	Supported
 F:	arch/arm/mach-shmobile/
+F:	arch/arm/boot/dts/r8*
+F:	arch/arm/boot/dts/include/dt-bindings/clock/r8a*
 F:	drivers/sh/
 
 ARM/SOCFPGA ARCHITECTURE
-- 
1.8.5.2


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

* Re: [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE
  2014-01-18 14:57 [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE Ben Dooks
@ 2014-01-18 16:07 ` Geert Uytterhoeven
  2014-01-20  0:11 ` Simon Horman
  2014-01-20  9:56 ` Ben Dooks
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-01-18 16:07 UTC (permalink / raw)
  To: linux-sh

On Sat, Jan 18, 2014 at 3:57 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1239,6 +1239,8 @@ Q:        http://patchwork.kernel.org/project/linux-sh/list/
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
>  S:     Supported
>  F:     arch/arm/mach-shmobile/
> +F:     arch/arm/boot/dts/r8*

While you're at it, can you please also include r7s*?

> +F:     arch/arm/boot/dts/include/dt-bindings/clock/r8a*

This is a symlink, so shouldn't that be include/dt-bindings/clock/r8a?

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE
  2014-01-18 14:57 [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE Ben Dooks
  2014-01-18 16:07 ` Geert Uytterhoeven
@ 2014-01-20  0:11 ` Simon Horman
  2014-01-20  9:56 ` Ben Dooks
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-01-20  0:11 UTC (permalink / raw)
  To: linux-sh

On Sat, Jan 18, 2014 at 05:07:30PM +0100, Geert Uytterhoeven wrote:
> On Sat, Jan 18, 2014 at 3:57 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1239,6 +1239,8 @@ Q:        http://patchwork.kernel.org/project/linux-sh/list/
> >  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
> >  S:     Supported
> >  F:     arch/arm/mach-shmobile/
> > +F:     arch/arm/boot/dts/r8*
> 
> While you're at it, can you please also include r7s*?

There is also sh73* and emev2*.

And while we are opening this topic, are the defconfigs of interest too?

> 
> > +F:     arch/arm/boot/dts/include/dt-bindings/clock/r8a*
> 
> This is a symlink, so shouldn't that be include/dt-bindings/clock/r8a?
> 
> Thanks!
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE
  2014-01-18 14:57 [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE Ben Dooks
  2014-01-18 16:07 ` Geert Uytterhoeven
  2014-01-20  0:11 ` Simon Horman
@ 2014-01-20  9:56 ` Ben Dooks
  2 siblings, 0 replies; 4+ messages in thread
From: Ben Dooks @ 2014-01-20  9:56 UTC (permalink / raw)
  To: linux-sh

On 20/01/14 00:11, Simon Horman wrote:
> On Sat, Jan 18, 2014 at 05:07:30PM +0100, Geert Uytterhoeven wrote:
>> On Sat, Jan 18, 2014 at 3:57 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -1239,6 +1239,8 @@ Q:        http://patchwork.kernel.org/project/linux-sh/list/
>>>   T:     git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
>>>   S:     Supported
>>>   F:     arch/arm/mach-shmobile/
>>> +F:     arch/arm/boot/dts/r8*
>>
>> While you're at it, can you please also include r7s*?
>
> There is also sh73* and emev2*.
>
> And while we are opening this topic, are the defconfigs of interest too?

Time to check what the other entries are like, although the defconfigs
do seem to be a reasonably sensible thing to have listed here.

I will get this updated today and re-send.

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

end of thread, other threads:[~2014-01-20  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 14:57 [PATCH] MAINTAINERS: Add dts files for r8 series to SHMOBILE Ben Dooks
2014-01-18 16:07 ` Geert Uytterhoeven
2014-01-20  0:11 ` Simon Horman
2014-01-20  9:56 ` Ben Dooks

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).