Message ID | 1414451377-11053-9-git-send-email-alexandre.belloni@free-electrons.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Tue, 2014-10-28 at 00:09 +0100, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -871,6 +871,25 @@ M: Boris Brezillon <boris.brezillon@free-electrons.com> > S: Maintained > F: drivers/clk/at91 > > +ARM/ATMEL AT91 Poweroff driver > +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/power/reset/at91-poweroff.c > + > +ARM/ATMEL AT91 Reset driver > +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/power/reset/at91-reset.c It's traditional to use upper case section descriptions. Do these 2 really need to be separate entries? > + > +ARM/ATMEL AT91 SDRAM Controller driver > +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/memory/atmel-sdramc.c > +F: include/soc/atmel/memory.h > + > ARM/CALXEDA HIGHBANK ARCHITECTURE > M: Rob Herring <robh@kernel.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon 2014-10-27 16:17:17, Joe Perches wrote: > On Tue, 2014-10-28 at 00:09 +0100, Alexandre Belloni wrote: > > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > [] > > diff --git a/MAINTAINERS b/MAINTAINERS > [] > > @@ -871,6 +871,25 @@ M: Boris Brezillon <boris.brezillon@free-electrons.com> > > S: Maintained > > F: drivers/clk/at91 > > > > +ARM/ATMEL AT91 Poweroff driver > > +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/power/reset/at91-poweroff.c > > + > > +ARM/ATMEL AT91 Reset driver > > +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/power/reset/at91-reset.c > > It's traditional to use upper case section descriptions. Actually, it might be nice to switch to normal case descriptions. Easier to search for... Pavel
diff --git a/MAINTAINERS b/MAINTAINERS index a20df9bf8ab0..3403a7089f80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -871,6 +871,25 @@ M: Boris Brezillon <boris.brezillon@free-electrons.com> S: Maintained F: drivers/clk/at91 +ARM/ATMEL AT91 Poweroff driver +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/power/reset/at91-poweroff.c + +ARM/ATMEL AT91 Reset driver +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/power/reset/at91-reset.c + +ARM/ATMEL AT91 SDRAM Controller driver +M: Alexandre Belloni <alexandre.belloni@free-electrons.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/memory/atmel-sdramc.c +F: include/soc/atmel/memory.h + ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring <robh@kernel.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> --- MAINTAINERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)