Message ID | 20200714125753.22466-7-Sergey.Semin@baikalelectronics.ru (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4e4fcc9e6f439f2e8d0c79fd0c6518b7811cefda |
Headers | show |
Series | mips: Add DT bindings for MIPS CDMM and MIPS GIC | expand |
On 14/07/2020 14:57, Serge Semin wrote: > Add Thomas and myself as maintainers of the MIPS CPU and GIC IRQchip, MIPS > GIC timer and MIPS CPS CPUidle drivers. > > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> > Acked-by: Marc Zyngier <maz@kernel.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> > --- > > Changelog v3: > - Keep the files list alphabetically ordered. > - Add Thomas as the co-maintainer of the designated drivers. > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2926327e4976..20532e0287d7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11278,6 +11278,17 @@ F: arch/mips/configs/generic/board-boston.config > F: drivers/clk/imgtec/clk-boston.c > F: include/dt-bindings/clock/boston-clock.h > > +MIPS CORE DRIVERS > +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> > +M: Serge Semin <fancer.lancer@gmail.com> > +L: linux-mips@vger.kernel.org > +S: Supported > +F: drivers/bus/mips_cdmm.c > +F: drivers/clocksource/mips-gic-timer.c > +F: drivers/cpuidle/cpuidle-cps.c > +F: drivers/irqchip/irq-mips-cpu.c > +F: drivers/irqchip/irq-mips-gic.c > + > MIPS GENERIC PLATFORM > M: Paul Burton <paulburton@kernel.org> > L: linux-mips@vger.kernel.org >
On Fri, Jul 17, 2020 at 06:29:49AM +0200, Daniel Lezcano wrote: > On 14/07/2020 14:57, Serge Semin wrote: > > Add Thomas and myself as maintainers of the MIPS CPU and GIC IRQchip, MIPS > > GIC timer and MIPS CPS CPUidle drivers. > > > > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> > > Acked-by: Marc Zyngier <maz@kernel.org> > > Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Great! Thanks you very much, @Daniel. @Thomas (Bogendoerfer), could you please merge the series in through the kernel/git/mips/linux.git repository? -Sergey > > > --- > > > > Changelog v3: > > - Keep the files list alphabetically ordered. > > - Add Thomas as the co-maintainer of the designated drivers. > > --- > > MAINTAINERS | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 2926327e4976..20532e0287d7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -11278,6 +11278,17 @@ F: arch/mips/configs/generic/board-boston.config > > F: drivers/clk/imgtec/clk-boston.c > > F: include/dt-bindings/clock/boston-clock.h > > > > +MIPS CORE DRIVERS > > +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> > > +M: Serge Semin <fancer.lancer@gmail.com> > > +L: linux-mips@vger.kernel.org > > +S: Supported > > +F: drivers/bus/mips_cdmm.c > > +F: drivers/clocksource/mips-gic-timer.c > > +F: drivers/cpuidle/cpuidle-cps.c > > +F: drivers/irqchip/irq-mips-cpu.c > > +F: drivers/irqchip/irq-mips-gic.c > > + > > MIPS GENERIC PLATFORM > > M: Paul Burton <paulburton@kernel.org> > > L: linux-mips@vger.kernel.org > > > > > -- > <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs > > Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | > <http://twitter.com/#!/linaroorg> Twitter | > <http://www.linaro.org/linaro-blog/> Blog
diff --git a/MAINTAINERS b/MAINTAINERS index 2926327e4976..20532e0287d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11278,6 +11278,17 @@ F: arch/mips/configs/generic/board-boston.config F: drivers/clk/imgtec/clk-boston.c F: include/dt-bindings/clock/boston-clock.h +MIPS CORE DRIVERS +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> +M: Serge Semin <fancer.lancer@gmail.com> +L: linux-mips@vger.kernel.org +S: Supported +F: drivers/bus/mips_cdmm.c +F: drivers/clocksource/mips-gic-timer.c +F: drivers/cpuidle/cpuidle-cps.c +F: drivers/irqchip/irq-mips-cpu.c +F: drivers/irqchip/irq-mips-gic.c + MIPS GENERIC PLATFORM M: Paul Burton <paulburton@kernel.org> L: linux-mips@vger.kernel.org