Message ID | 53B66A9F.6040404@hisilicon.com |
---|---|
State | New |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
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(+)