Message ID | 1431158038-3813-17-git-send-email-mcoquelin.stm32@gmail.com |
---|---|
State | New |
Headers | show |
On Saturday 09 May 2015 09:53:58 Maxime Coquelin wrote: > Add a MAINTAINER entry covering all STM32 machine and drivers files. > > Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2e5bbc0..858d821 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1479,6 +1479,14 @@ F: drivers/usb/host/ehci-st.c > F: drivers/usb/host/ohci-st.c > F: drivers/ata/ahci_st.c > > +ARM/STM32 ARCHITECTURE > +M: Maxime Coquelin <mcoquelin.stm32@gmail.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git > +N: stm32 > +F: drivers/clocksource/armv7m_systick.c > + > ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT > M: Lennert Buytenhek <kernel@wantstofly.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > Applied to next/soc, thanks! Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" 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 2e5bbc0..858d821 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1479,6 +1479,14 @@ F: drivers/usb/host/ehci-st.c F: drivers/usb/host/ohci-st.c F: drivers/ata/ahci_st.c +ARM/STM32 ARCHITECTURE +M: Maxime Coquelin <mcoquelin.stm32@gmail.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git +N: stm32 +F: drivers/clocksource/armv7m_systick.c + ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT M: Lennert Buytenhek <kernel@wantstofly.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Add a MAINTAINER entry covering all STM32 machine and drivers files. Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)