Message ID | 1444890243-6978-9-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Simon Horman |
Headers | show |
Hi Simon, Thanks for your patch. On 10/15/2015 1:24 PM, Simon Horman wrote: > Initial Renesas arm64 architecture support will be for the R-Car H3, > r8a7795, SoC and its Salvator-X board. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > --- > > Changes since v10: > - New Patch > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7ba7ab749c85..0067b7156622 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1392,6 +1392,16 @@ M: Lennert Buytenhek <kernel@wantstofly.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > > +ARM/RENESAS ARM64 ARCHITECTURE I think you should add this near its younger brother, i.e ARM/RENESAS ARM ARCHITECTURE. > +M: Simon Horman <horms@verge.net.au> > +M: Magnus Damm <magnus.damm@gmail.com> > +L: linux-sh@vger.kernel.org > +W: http://oss.renesas.com It seems the web site is closed now. There's a message "This Web Site is closed." Please replace it with other web address or remove it. In case you decide to remove it, please also remove this web under "ARM/SHMOBILE ARM ARCHITECTURE". > +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/arm64/boot/dts/renesas/ > + > ARM/RISCPC ARCHITECTURE > M: Russell King <linux@arm.linux.org.uk> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -- 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
On Thu, Oct 15, 2015 at 01:45:06PM +0700, Khiem Nguyen wrote: > Hi Simon, > > Thanks for your patch. > > On 10/15/2015 1:24 PM, Simon Horman wrote: > >Initial Renesas arm64 architecture support will be for the R-Car H3, > >r8a7795, SoC and its Salvator-X board. > > > >Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > > >--- > > > >Changes since v10: > >- New Patch > >--- > > MAINTAINERS | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > >diff --git a/MAINTAINERS b/MAINTAINERS > >index 7ba7ab749c85..0067b7156622 100644 > >--- a/MAINTAINERS > >+++ b/MAINTAINERS > >@@ -1392,6 +1392,16 @@ M: Lennert Buytenhek <kernel@wantstofly.org> > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > S: Maintained > > > >+ARM/RENESAS ARM64 ARCHITECTURE > > I think you should add this near its younger brother, i.e ARM/RENESAS ARM > ARCHITECTURE. The file being modified has this in it: Note: For the hard of thinking, this list is meant to remain in alphabetical order. If you could add yourselves to it in alphabetical order that would be so much easier [Ed] It's not freely orderable. There is no "ARM/RENESAS ARM ARCHITECTURE" in the file. There is "ARM/SHMOBILE ARM ARCHITECTURE" though.
On 10/15/2015 3:04 PM, Russell King - ARM Linux wrote: > On Thu, Oct 15, 2015 at 01:45:06PM +0700, Khiem Nguyen wrote: >> Hi Simon, >> >> Thanks for your patch. >> >> On 10/15/2015 1:24 PM, Simon Horman wrote: >>> Initial Renesas arm64 architecture support will be for the R-Car H3, >>> r8a7795, SoC and its Salvator-X board. >>> >>> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> >>> >>> --- >>> >>> Changes since v10: >>> - New Patch >>> --- >>> MAINTAINERS | 10 ++++++++++ >>> 1 file changed, 10 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 7ba7ab749c85..0067b7156622 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1392,6 +1392,16 @@ M: Lennert Buytenhek <kernel@wantstofly.org> >>> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >>> S: Maintained >>> >>> +ARM/RENESAS ARM64 ARCHITECTURE >> >> I think you should add this near its younger brother, i.e ARM/RENESAS ARM >> ARCHITECTURE. > > The file being modified has this in it: > > Note: For the hard of thinking, this list is meant to remain in alphabetical > order. If you could add yourselves to it in alphabetical order that would be > so much easier [Ed] > > It's not freely orderable. > > There is no "ARM/RENESAS ARM ARCHITECTURE" in the file. There is > "ARM/SHMOBILE ARM ARCHITECTURE" though. I see. Thanks for your explanation. -- 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
diff --git a/MAINTAINERS b/MAINTAINERS index 7ba7ab749c85..0067b7156622 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1392,6 +1392,16 @@ M: Lennert Buytenhek <kernel@wantstofly.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained +ARM/RENESAS ARM64 ARCHITECTURE +M: Simon Horman <horms@verge.net.au> +M: Magnus Damm <magnus.damm@gmail.com> +L: linux-sh@vger.kernel.org +W: http://oss.renesas.com +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/arm64/boot/dts/renesas/ + ARM/RISCPC ARCHITECTURE M: Russell King <linux@arm.linux.org.uk> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Initial Renesas arm64 architecture support will be for the R-Car H3, r8a7795, SoC and its Salvator-X board. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- Changes since v10: - New Patch --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)