Message ID | 1423763164-5606-15-git-send-email-mcoquelin.stm32@gmail.com |
---|---|
State | New |
Headers | show |
On Thu, Feb 12, 2015 at 6:46 PM, Maxime Coquelin <mcoquelin.stm32@gmail.com> wrote: > Add a MAINTAINER entry covering all STM32 machine and drivers files. > > Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> (...) > +F: drivers/clocksource/arm_system_timer.c Is that all? And that is not even a STM32 specific driver. Yours, Linus Walleij -- 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
2015-03-06 10:03 GMT+01:00 Linus Walleij <linus.walleij@linaro.org>: > On Thu, Feb 12, 2015 at 6:46 PM, Maxime Coquelin > <mcoquelin.stm32@gmail.com> wrote: > >> Add a MAINTAINER entry covering all STM32 machine and drivers files. >> >> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> > > (...) >> +F: drivers/clocksource/arm_system_timer.c > > Is that all? And that is not even a STM32 specific driver. For the ARM System Timer, I'm fine to add a new entry. Or remove the line, and let the maintain-ship to clocksource maintainers. All the STM32 files are covered by this line: +N: stm32 Thanks, Maxime > > Yours, > Linus Walleij -- 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
On Fri, Mar 6, 2015 at 10:55 AM, Maxime Coquelin <mcoquelin.stm32@gmail.com> wrote: > 2015-03-06 10:03 GMT+01:00 Linus Walleij <linus.walleij@linaro.org>: >> On Thu, Feb 12, 2015 at 6:46 PM, Maxime Coquelin >> <mcoquelin.stm32@gmail.com> wrote: >> >>> Add a MAINTAINER entry covering all STM32 machine and drivers files. >>> >>> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> >> >> (...) >>> +F: drivers/clocksource/arm_system_timer.c >> >> Is that all? And that is not even a STM32 specific driver. > > For the ARM System Timer, I'm fine to add a new entry. > Or remove the line, and let the maintain-ship to clocksource maintainers. > > All the STM32 files are covered by this line: > +N: stm32 Aha you're right, news2me, I'm old and stupid :/ Thanks, Linus Walleij -- 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
2015-03-09 17:47 GMT+01:00 Linus Walleij <linus.walleij@linaro.org>: > On Fri, Mar 6, 2015 at 10:55 AM, Maxime Coquelin > <mcoquelin.stm32@gmail.com> wrote: >> 2015-03-06 10:03 GMT+01:00 Linus Walleij <linus.walleij@linaro.org>: >>> On Thu, Feb 12, 2015 at 6:46 PM, Maxime Coquelin >>> <mcoquelin.stm32@gmail.com> wrote: >>> >>>> Add a MAINTAINER entry covering all STM32 machine and drivers files. >>>> >>>> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>> >>> (...) >>>> +F: drivers/clocksource/arm_system_timer.c >>> >>> Is that all? And that is not even a STM32 specific driver. >> >> For the ARM System Timer, I'm fine to add a new entry. >> Or remove the line, and let the maintain-ship to clocksource maintainers. >> >> All the STM32 files are covered by this line: >> +N: stm32 > > Aha you're right, news2me, I'm old and stupid :/ This is new to me too. :) Maxime > > Thanks, > Linus Walleij -- 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 d66a97d..78f47ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1448,6 +1448,13 @@ 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 +N: stm32 +F: drivers/clocksource/arm_system_timer.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 | 7 +++++++ 1 file changed, 7 insertions(+)