Message ID | 53B66A9F.6040404@hisilicon.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 4 July 2014 16:49, xuwei <xuwei5@hisilicon.com> wrote: > Introduce a new mach-hisi that will support Hisilicon SoCs based on ARMv7 > and I am taking maintainership for it. > > Signed-off-by: Wei Xu <xuwei5@hisilicon.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 134483f..a4f700a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -972,6 +972,14 @@ F: arch/arm/mach-pxa/hx4700.c > F: arch/arm/mach-pxa/include/mach/hx4700.h > F: sound/soc/pxa/hx4700.c > > +ARM/Hisilicon SoC support > +M: Wei Xu <xuwei5@hisilicon.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +W: www.hisilicon.com > +S: Supported > +T: git git://github.com/hisilicon/linux-hisi.git > +F: arch/arm/mach-hisi/ > + > ARM/HP JORNADA 7XX MACHINE SUPPORT > M: Kristoffer Ericson <kristoffer.ericson@gmail.com> > W: www.jlime.com > -- > 1.8.1.2 > Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org> Best Regards Haojian
Hello. On 07/04/2014 12:49 PM, xuwei wrote: > Introduce a new mach-hisi that will support Hisilicon SoCs based on ARMv7 > and I am taking maintainership for it. > Signed-off-by: Wei Xu <xuwei5@hisilicon.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > diff --git a/MAINTAINERS b/MAINTAINERS > index 134483f..a4f700a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -972,6 +972,14 @@ F: arch/arm/mach-pxa/hx4700.c > F: arch/arm/mach-pxa/include/mach/hx4700.h > F: sound/soc/pxa/hx4700.c > > +ARM/Hisilicon SoC support This line is traditionally written in upper case. > +M: Wei Xu <xuwei5@hisilicon.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +W: www.hisilicon.com How about http://? > +S: Supported > +T: git git://github.com/hisilicon/linux-hisi.git > +F: arch/arm/mach-hisi/ > + WBR, Sergei
On 2014/7/4 20:54, Sergei Shtylyov wrote: > Hello. > > On 07/04/2014 12:49 PM, xuwei wrote: > >> Introduce a new mach-hisi that will support Hisilicon SoCs based on ARMv7 >> and I am taking maintainership for it. > >> Signed-off-by: Wei Xu <xuwei5@hisilicon.com> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) > >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 134483f..a4f700a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -972,6 +972,14 @@ F: arch/arm/mach-pxa/hx4700.c >> F: arch/arm/mach-pxa/include/mach/hx4700.h >> F: sound/soc/pxa/hx4700.c >> >> +ARM/Hisilicon SoC support > > This line is traditionally written in upper case. Hi Sergei, Thanks! I will change it to upper case. >> +M: Wei Xu <xuwei5@hisilicon.com> >> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> +W: www.hisilicon.com > > How about http://? will add it. Best Regards, Wei > >> +S: Supported >> +T: git git://github.com/hisilicon/linux-hisi.git >> +F: arch/arm/mach-hisi/ >> + > > WBR, Sergei > > >
diff --git a/MAINTAINERS b/MAINTAINERS index 134483f..a4f700a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -972,6 +972,14 @@ F: arch/arm/mach-pxa/hx4700.c F: arch/arm/mach-pxa/include/mach/hx4700.h F: sound/soc/pxa/hx4700.c +ARM/Hisilicon SoC support +M: Wei Xu <xuwei5@hisilicon.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +W: www.hisilicon.com +S: Supported +T: git git://github.com/hisilicon/linux-hisi.git +F: arch/arm/mach-hisi/ + ARM/HP JORNADA 7XX MACHINE SUPPORT M: Kristoffer Ericson <kristoffer.ericson@gmail.com> W: www.jlime.com
Introduce a new mach-hisi that will support Hisilicon SoCs based on ARMv7 and I am taking maintainership for it. Signed-off-by: Wei Xu <xuwei5@hisilicon.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)