diff mbox

MAINTAINERS: Add Alexandre Belloni as an RTC maintainer

Message ID 1427320651-21356-1-git-send-email-alexandre.belloni@free-electrons.com
State Accepted
Headers show

Commit Message

Alexandre Belloni March 25, 2015, 9:57 p.m. UTC
Add myself as an RTC subsystem maintainer.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Hi,

I've noticed that most of the patches for the RTC subsystem are currently either
taken directly by Andrew or going through another maintainer's tree, quite often
without an Acked-by or Reviewed-by tag.
I'd like to propose myself as the RTC susbsystem co-maintainer, to mainly help
Alessandro reviewing incoming patches and maintain a subsystem tree to avoid
having the RTC patches going through trees when they have no particular
dependencies.

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Morton March 25, 2015, 10:12 p.m. UTC | #1
On Wed, 25 Mar 2015 22:57:31 +0100 Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:

> Add myself as an RTC subsystem maintainer.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> Hi,
> 
> I've noticed that most of the patches for the RTC subsystem are currently either
> taken directly by Andrew or going through another maintainer's tree, quite often
> without an Acked-by or Reviewed-by tag.
> I'd like to propose myself as the RTC susbsystem co-maintainer, to mainly help
> Alessandro reviewing incoming patches and maintain a subsystem tree to avoid
> having the RTC patches going through trees when they have no particular
> dependencies.
> 

Please start with
http://ozlabs.org/~akpm/mmots/broken-out/rtc-restore-alarm-after-resume.patch
;)

http://lkml.iu.edu/hypermail/linux/kernel/1412.2/03132.html
http://lkml.iu.edu/hypermail/linux/kernel/1501.0/01592.html
http://lkml.iu.edu/hypermail/linux/kernel/1501.0/01614.html
Alessandro Zummo March 25, 2015, 10:58 p.m. UTC | #2
On Wed, 25 Mar 2015 22:57:31 +0100
Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:

> I'd like to propose myself as the RTC susbsystem co-maintainer, to mainly help
> Alessandro reviewing incoming patches and maintain a subsystem tree to avoid
> having the RTC patches going through trees when they have no particular
> dependencies.

 Thanks :)

 A few things I consider important:

 - a driver for a new hardware usually causes no harm to the subsystem

 - a patch for an existing driver should be approved by the original author,
 if possible. there are a few chips out there that are quite rare or
 have multiple wiring configuration and break very easily.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 358eb0105e00..117dab06bab3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8134,6 +8134,7 @@  X:	kernel/torture.c
 
 REAL TIME CLOCK (RTC) SUBSYSTEM
 M:	Alessandro Zummo <a.zummo@towertech.it>
+M:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
 L:	rtc-linux@googlegroups.com
 Q:	http://patchwork.ozlabs.org/project/rtc-linux/list/
 S:	Maintained