* [PATCH] MAINTAINERS: Add Daniel as maintainer for drivers/clocksource
@ 2013-07-10 18:27 John Stultz
2013-07-10 18:50 ` Joe Perches
0 siblings, 1 reply; 3+ messages in thread
From: John Stultz @ 2013-07-10 18:27 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: lkml, Daniel Lezcano
I've been doing a bad job at managing the drivers/clocksource directory,
so Daniel has been helping with review and patch queuing for the clocksource
and clockevent drivers, so add him formally to the MAINTAINERS list.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5be702c..460c996 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7014,6 +7014,12 @@ F: include/uapi/linux/timex.h
F: kernel/time/clocksource.c
F: kernel/time/time*.c
F: kernel/time/ntp.c
+
+CLOCKSOURCE, CLOCKEVENT DRIVERS
+M: Daniel Lezcano <daniel.lezcano@linaro.org>
+M: Thomas Gleixner <tglx@linutronix.de>
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
+S: Supported
F: drivers/clocksource
TLG2300 VIDEO4LINUX-2 DRIVER
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Daniel as maintainer for drivers/clocksource
2013-07-10 18:27 [PATCH] MAINTAINERS: Add Daniel as maintainer for drivers/clocksource John Stultz
@ 2013-07-10 18:50 ` Joe Perches
2013-07-10 18:53 ` John Stultz
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2013-07-10 18:50 UTC (permalink / raw)
To: John Stultz; +Cc: Thomas Gleixner, lkml, Daniel Lezcano
On Wed, 2013-07-10 at 19:27 +0100, John Stultz wrote:
> I've been doing a bad job at managing the drivers/clocksource directory,
> so Daniel has been helping with review and patch queuing for the clocksource
> and clockevent drivers, so add him formally to the MAINTAINERS list.
>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Signed-off-by: John Stultz <john.stultz@linaro.org>
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5be702c..460c996 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7014,6 +7014,12 @@ F: include/uapi/linux/timex.h
> F: kernel/time/clocksource.c
> F: kernel/time/time*.c
> F: kernel/time/ntp.c
> +
> +CLOCKSOURCE, CLOCKEVENT DRIVERS
> +M: Daniel Lezcano <daniel.lezcano@linaro.org>
> +M: Thomas Gleixner <tglx@linutronix.de>
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
> +S: Supported
> F: drivers/clocksource
Sections in alphabetical order please.
Does this even apply?
It looks more like an interdiff.
Should the F: include/linux/clocksource.h
and F: kernel/time/clocksource.c entries
above this be moved too?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Daniel as maintainer for drivers/clocksource
2013-07-10 18:50 ` Joe Perches
@ 2013-07-10 18:53 ` John Stultz
0 siblings, 0 replies; 3+ messages in thread
From: John Stultz @ 2013-07-10 18:53 UTC (permalink / raw)
To: Joe Perches; +Cc: Thomas Gleixner, lkml, Daniel Lezcano
On 07/10/2013 07:50 PM, Joe Perches wrote:
> On Wed, 2013-07-10 at 19:27 +0100, John Stultz wrote:
>> I've been doing a bad job at managing the drivers/clocksource directory,
>> so Daniel has been helping with review and patch queuing for the clocksource
>> and clockevent drivers, so add him formally to the MAINTAINERS list.
>>
>> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
>> Cc: Thomas Gleixner <tglx@linutronix.de>
>> Signed-off-by: John Stultz <john.stultz@linaro.org>
>> ---
>> MAINTAINERS | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 5be702c..460c996 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -7014,6 +7014,12 @@ F: include/uapi/linux/timex.h
>> F: kernel/time/clocksource.c
>> F: kernel/time/time*.c
>> F: kernel/time/ntp.c
>> +
>> +CLOCKSOURCE, CLOCKEVENT DRIVERS
>> +M: Daniel Lezcano <daniel.lezcano@linaro.org>
>> +M: Thomas Gleixner <tglx@linutronix.de>
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
>> +S: Supported
>> F: drivers/clocksource
> Sections in alphabetical order please.
Ah, sorry about that!
> Does this even apply?
> It looks more like an interdiff.
Crud. On the road, so I may be having mail client issues. I'll sort this
out before resending.
> Should the F: include/linux/clocksource.h
> and F: kernel/time/clocksource.c entries
> above this be moved too?
No, I'm still covering the core clocksource code, just passing the
drivers off to Daniel.
thanks for the quick review!
-john
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-10 18:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 18:27 [PATCH] MAINTAINERS: Add Daniel as maintainer for drivers/clocksource John Stultz
2013-07-10 18:50 ` Joe Perches
2013-07-10 18:53 ` John Stultz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox