Message ID | 53B65397.40108@hisilicon.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 2014/7/4 15:11, 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..c11c89b 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: Maintained S: Supported ? Supported: Someone is actually paid to look after this. Maintained: Someone actually looks after it. > +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 >
On 2014/7/4 15:30, Li Zefan wrote: > On 2014/7/4 15:11, 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..c11c89b 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: Maintained > > S: Supported ? > > Supported: Someone is actually paid to look after this. > Maintained: Someone actually looks after it. Hi Zefan, Thanks! I will change it to "Supported". Best Regards, Wei >> +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 >> > > > . >
diff --git a/MAINTAINERS b/MAINTAINERS index 134483f..c11c89b 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: Maintained +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(+)