* [rtc-linux] [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
@ 2015-03-25 21:57 ` Alexandre Belloni
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2015-03-25 21:57 UTC (permalink / raw)
To: Andrew Morton, Alessandro Zummo
Cc: linux-kernel, rtc-linux, Alexandre Belloni
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(+)
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
--
2.1.0
--
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
@ 2015-03-25 21:57 ` Alexandre Belloni
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2015-03-25 21:57 UTC (permalink / raw)
To: Andrew Morton, Alessandro Zummo
Cc: linux-kernel, rtc-linux, Alexandre Belloni
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(+)
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
--
2.1.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
2015-03-25 21:57 ` Alexandre Belloni
(?)
@ 2015-03-25 22:12 ` Andrew Morton
-1 siblings, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2015-03-25 22:12 UTC (permalink / raw)
To: Alexandre Belloni; +Cc: Alessandro Zummo, linux-kernel, rtc-linux
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
2015-03-25 21:57 ` Alexandre Belloni
(?)
(?)
@ 2015-03-25 22:58 ` Alessandro Zummo
2015-03-28 21:29 ` [rtc-linux] " Alexandre Belloni
-1 siblings, 1 reply; 7+ messages in thread
From: Alessandro Zummo @ 2015-03-25 22:58 UTC (permalink / raw)
To: Alexandre Belloni; +Cc: Andrew Morton, linux-kernel, rtc-linux
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.
--
Best regards,
Alessandro Zummo - CEO,
Tower Technologies - Torino, Italy
http://www.towertech.it
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [rtc-linux] Re: [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
2015-03-25 22:58 ` Alessandro Zummo
@ 2015-03-28 21:29 ` Alexandre Belloni
2015-03-28 23:28 ` Alessandro Zummo
0 siblings, 1 reply; 7+ messages in thread
From: Alexandre Belloni @ 2015-03-28 21:29 UTC (permalink / raw)
To: Alessandro Zummo; +Cc: Andrew Morton, linux-kernel
Hi Alessandro,
On 25/03/2015 at 23:58:09 +0100, Alessandro Zummo wrote :
> 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.
>
I'll keep that in mind.
Could you give me permissions on the rtc-linux patchwork?
thanks!
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [rtc-linux] Re: [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
2015-03-28 21:29 ` [rtc-linux] " Alexandre Belloni
@ 2015-03-28 23:28 ` Alessandro Zummo
2015-04-21 18:06 ` Alexandre Belloni
0 siblings, 1 reply; 7+ messages in thread
From: Alessandro Zummo @ 2015-03-28 23:28 UTC (permalink / raw)
To: Alexandre Belloni; +Cc: linux-kernel
On Sat, 28 Mar 2015 22:29:20 +0100
Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
> I'll keep that in mind.
> Could you give me permissions on the rtc-linux patchwork?
Sure. Let me find the way to do it :)
--
Best regards,
Alessandro Zummo - CEO,
Tower Technologies - Torino, Italy
http://www.towertech.it
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [rtc-linux] Re: [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
2015-03-28 23:28 ` Alessandro Zummo
@ 2015-04-21 18:06 ` Alexandre Belloni
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2015-04-21 18:06 UTC (permalink / raw)
To: Alessandro Zummo, Andrew Morton; +Cc: linux-kernel
Hi,
On 29/03/2015 at 00:28:38 +0100, Alessandro Zummo wrote :
> On Sat, 28 Mar 2015 22:29:20 +0100
> Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
>
> > I'll keep that in mind.
> > Could you give me permissions on the rtc-linux patchwork?
>
> Sure. Let me find the way to do it :)
>
Any news on that? :)
Andrew, maybe you can help?
Thanks!
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-21 18:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 21:57 [rtc-linux] [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer Alexandre Belloni
2015-03-25 21:57 ` Alexandre Belloni
2015-03-25 22:12 ` Andrew Morton
2015-03-25 22:58 ` Alessandro Zummo
2015-03-28 21:29 ` [rtc-linux] " Alexandre Belloni
2015-03-28 23:28 ` Alessandro Zummo
2015-04-21 18:06 ` Alexandre Belloni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.