* [PATCH] MAINTAINERS: Add maintainer for LED subsystem
@ 2012-05-10 0:26 Bryan Wu
2012-05-10 12:45 ` Richard Purdie
2012-05-10 18:19 ` Andrew Morton
0 siblings, 2 replies; 12+ messages in thread
From: Bryan Wu @ 2012-05-10 0:26 UTC (permalink / raw)
To: rpurdie, linux-kernel, akpm, arnd.bergmann
Add Bryan Wu as the primary maintainer for drivers/leds
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7071633..de4e280 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4034,6 +4034,7 @@ F: Documentation/scsi/53c700.txt
F: drivers/scsi/53c700*
LED SUBSYSTEM
+M: Bryan Wu <bryan.wu@canonical.com>
M: Richard Purdie <rpurdie@rpsys.net>
S: Maintained
F: drivers/leds/
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 0:26 [PATCH] MAINTAINERS: Add maintainer for LED subsystem Bryan Wu
@ 2012-05-10 12:45 ` Richard Purdie
2012-05-10 13:57 ` Arnd Bergmann
2012-05-10 18:19 ` Andrew Morton
1 sibling, 1 reply; 12+ messages in thread
From: Richard Purdie @ 2012-05-10 12:45 UTC (permalink / raw)
To: Bryan Wu; +Cc: linux-kernel, akpm, arnd.bergmann
On Thu, 2012-05-10 at 08:26 +0800, Bryan Wu wrote:
> Add Bryan Wu as the primary maintainer for drivers/leds
>
> Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7071633..de4e280 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4034,6 +4034,7 @@ F: Documentation/scsi/53c700.txt
> F: drivers/scsi/53c700*
>
> LED SUBSYSTEM
> +M: Bryan Wu <bryan.wu@canonical.com>
> M: Richard Purdie <rpurdie@rpsys.net>
> S: Maintained
> F: drivers/leds/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 12:45 ` Richard Purdie
@ 2012-05-10 13:57 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2012-05-10 13:57 UTC (permalink / raw)
To: Richard Purdie; +Cc: Bryan Wu, linux-kernel, akpm
On Thursday 10 May 2012, Richard Purdie wrote:
> On Thu, 2012-05-10 at 08:26 +0800, Bryan Wu wrote:
> > Add Bryan Wu as the primary maintainer for drivers/leds
> >
> > Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
>
> Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
Acked-by: Arnd Bergmann <arnd@arndb.de>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 0:26 [PATCH] MAINTAINERS: Add maintainer for LED subsystem Bryan Wu
2012-05-10 12:45 ` Richard Purdie
@ 2012-05-10 18:19 ` Andrew Morton
2012-05-10 18:27 ` Joe Perches
2012-05-10 18:36 ` Bryan Wu
1 sibling, 2 replies; 12+ messages in thread
From: Andrew Morton @ 2012-05-10 18:19 UTC (permalink / raw)
To: Bryan Wu; +Cc: rpurdie, linux-kernel, arnd.bergmann
On Thu, 10 May 2012 08:26:32 +0800
Bryan Wu <bryan.wu@canonical.com> wrote:
> Add Bryan Wu as the primary maintainer for drivers/leds
>
> Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7071633..de4e280 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4034,6 +4034,7 @@ F: Documentation/scsi/53c700.txt
> F: drivers/scsi/53c700*
>
> LED SUBSYSTEM
> +M: Bryan Wu <bryan.wu@canonical.com>
> M: Richard Purdie <rpurdie@rpsys.net>
> S: Maintained
> F: drivers/leds/
Please set up a git tree based on Linus mainline, get that tree
included in linux-next (by emailing Stephen) and include its git
URL in this MAINTAINERS record.
Once that is all set up I'll send over the current leds queue -
currently 17 patches.
We don't presently have a leds mailing list. I generally find stuff by
reading linux-kernel. You'll now need to do that ;) Even if we did
have a leds mailing list, one would still need to follow lkml to avoid
losing stuff.
Or you can not bother - I read lkml and shall grab stray leds patches and
will send them on to yourself.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 18:19 ` Andrew Morton
@ 2012-05-10 18:27 ` Joe Perches
2012-05-12 10:25 ` Wolfram Sang
2012-05-10 18:36 ` Bryan Wu
1 sibling, 1 reply; 12+ messages in thread
From: Joe Perches @ 2012-05-10 18:27 UTC (permalink / raw)
To: Andrew Morton; +Cc: Bryan Wu, rpurdie, linux-kernel, arnd.bergmann
On Thu, 2012-05-10 at 11:19 -0700, Andrew Morton wrote:
> I read lkml and shall grab stray leds patches and
> will send them on to yourself.
Nice automation service.
If/when patchwork.kernel.org is back up,
that'd be another mechanism to automate
patch notifications for drivers/leds/.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 18:19 ` Andrew Morton
2012-05-10 18:27 ` Joe Perches
@ 2012-05-10 18:36 ` Bryan Wu
2012-05-10 18:53 ` Andrew Morton
1 sibling, 1 reply; 12+ messages in thread
From: Bryan Wu @ 2012-05-10 18:36 UTC (permalink / raw)
To: Andrew Morton; +Cc: rpurdie, linux-kernel, arnd.bergmann
On Fri, May 11, 2012 at 2:19 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Thu, 10 May 2012 08:26:32 +0800
> Bryan Wu <bryan.wu@canonical.com> wrote:
>
>> Add Bryan Wu as the primary maintainer for drivers/leds
>>
>> Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7071633..de4e280 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4034,6 +4034,7 @@ F: Documentation/scsi/53c700.txt
>> F: drivers/scsi/53c700*
>>
>> LED SUBSYSTEM
>> +M: Bryan Wu <bryan.wu@canonical.com>
>> M: Richard Purdie <rpurdie@rpsys.net>
>> S: Maintained
>> F: drivers/leds/
>
> Please set up a git tree based on Linus mainline, get that tree
> included in linux-next (by emailing Stephen) and include its git
> URL in this MAINTAINERS record.
>
Actually I have account on kernel.org, but it was removed maybe after
we restored kernel.org due to attacking. So is possible for me to
apply it again, I was told I need more GPG key signed, right? Or I
will setup a tree in kernel.ubuntu.com/git.
> Once that is all set up I'll send over the current leds queue -
> currently 17 patches.
>
Nice, 17 patches is a good start for me.
> We don't presently have a leds mailing list. I generally find stuff by
> reading linux-kernel. You'll now need to do that ;) Even if we did
> have a leds mailing list, one would still need to follow lkml to avoid
> losing stuff.
>
> Or you can not bother - I read lkml and shall grab stray leds patches and
> will send them on to yourself.
>
let's setup a leds mailing list, is it possible have on vger? I will
also monitor lkml with your help.
Thanks a lot,
-Bryan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 18:36 ` Bryan Wu
@ 2012-05-10 18:53 ` Andrew Morton
2012-05-11 4:29 ` Tim Gardner
0 siblings, 1 reply; 12+ messages in thread
From: Andrew Morton @ 2012-05-10 18:53 UTC (permalink / raw)
To: Bryan Wu; +Cc: rpurdie, linux-kernel, arnd.bergmann
On Fri, 11 May 2012 02:36:36 +0800
Bryan Wu <bryan.wu@canonical.com> wrote:
> On Fri, May 11, 2012 at 2:19 AM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> > On Thu, 10 May 2012 08:26:32 +0800
> > Bryan Wu <bryan.wu@canonical.com> wrote:
> >
> >> Add Bryan Wu as the primary maintainer for drivers/leds
> >>
> >> Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
> >> ---
> >> __MAINTAINERS | __ __1 +
> >> __1 file changed, 1 insertion(+)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index 7071633..de4e280 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -4034,6 +4034,7 @@ F: __ __ __Documentation/scsi/53c700.txt
> >> __F: __ drivers/scsi/53c700*
> >>
> >> __LED SUBSYSTEM
> >> +M: __ Bryan Wu <bryan.wu@canonical.com>
> >> __M: __ Richard Purdie <rpurdie@rpsys.net>
> >> __S: __ Maintained
> >> __F: __ drivers/leds/
> >
> > Please set up a git tree based on Linus mainline, get that tree
> > included in linux-next (by emailing Stephen) and include its git
> > URL in this MAINTAINERS record.
> >
>
> Actually I have account on kernel.org, but it was removed maybe after
> we restored kernel.org due to attacking. So is possible for me to
> apply it again, I was told I need more GPG key signed, right? Or I
> will setup a tree in kernel.ubuntu.com/git.
Either's OK by me. You're at a conference, yes? A good place to get
keys signed!
> let's setup a leds mailing list, is it possible have on vger? I will
> also monitor lkml with your help.
OK, please ask davem about the mailing list.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 18:53 ` Andrew Morton
@ 2012-05-11 4:29 ` Tim Gardner
2012-05-11 6:30 ` Bryan Wu
0 siblings, 1 reply; 12+ messages in thread
From: Tim Gardner @ 2012-05-11 4:29 UTC (permalink / raw)
To: Bryan Wu; +Cc: Andrew Morton, rpurdie, linux-kernel, arnd.bergmann
>> Actually I have account on kernel.org, but it was removed maybe after
>> we restored kernel.org due to attacking. So is possible for me to
>> apply it again, I was told I need more GPG key signed, right? Or I
>> will setup a tree in kernel.ubuntu.com/git.
>
> Either's OK by me. You're at a conference, yes? A good place to get
> keys signed!
>
Bryan - Get your key signed by Kees Cook who is here this week.
--
Tim Gardner tim.gardner@canonical.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-11 4:29 ` Tim Gardner
@ 2012-05-11 6:30 ` Bryan Wu
0 siblings, 0 replies; 12+ messages in thread
From: Bryan Wu @ 2012-05-11 6:30 UTC (permalink / raw)
To: tim.gardner; +Cc: Andrew Morton, rpurdie, linux-kernel, arnd.bergmann
On Fri, May 11, 2012 at 12:29 PM, Tim Gardner <rtg.canonical@gmail.com> wrote:
>>> Actually I have account on kernel.org, but it was removed maybe after
>>> we restored kernel.org due to attacking. So is possible for me to
>>> apply it again, I was told I need more GPG key signed, right? Or I
>>> will setup a tree in kernel.ubuntu.com/git.
>>
>>
>> Either's OK by me. You're at a conference, yes? A good place to get
>> keys signed!
>>
>
> Bryan - Get your key signed by Kees Cook who is here this week.
>
Yeah, with John and Stephan's help, I created a new 4096 GPG key and
handed over the fingerprint card to Kees. He will help to sign my key
soon.
Thanks,
--
Bryan Wu <bryan.wu@canonical.com>
Kernel Developer +86.186-168-78255 Mobile
Canonical Ltd. www.canonical.com
Ubuntu - Linux for human beings | www.ubuntu.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-10 18:27 ` Joe Perches
@ 2012-05-12 10:25 ` Wolfram Sang
2012-05-12 16:28 ` Joe Perches
0 siblings, 1 reply; 12+ messages in thread
From: Wolfram Sang @ 2012-05-12 10:25 UTC (permalink / raw)
To: Joe Perches; +Cc: Andrew Morton, Bryan Wu, rpurdie, linux-kernel, arnd.bergmann
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
> If/when patchwork.kernel.org is back up,
> that'd be another mechanism to automate
> patch notifications for drivers/leds/.
http://patchwork.ozlabs.org/ is still there.
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-12 10:25 ` Wolfram Sang
@ 2012-05-12 16:28 ` Joe Perches
2012-05-12 17:08 ` Wolfram Sang
0 siblings, 1 reply; 12+ messages in thread
From: Joe Perches @ 2012-05-12 16:28 UTC (permalink / raw)
To: Wolfram Sang
Cc: Andrew Morton, Bryan Wu, rpurdie, linux-kernel, arnd.bergmann
On Sat, 2012-05-12 at 12:25 +0200, Wolfram Sang wrote:
> > If/when patchwork.kernel.org is back up,
> > that'd be another mechanism to automate
> > patch notifications for drivers/leds/.
>
> http://patchwork.ozlabs.org/ is still there.
but is lkml tracked there?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Add maintainer for LED subsystem
2012-05-12 16:28 ` Joe Perches
@ 2012-05-12 17:08 ` Wolfram Sang
0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2012-05-12 17:08 UTC (permalink / raw)
To: Joe Perches; +Cc: Andrew Morton, Bryan Wu, rpurdie, linux-kernel, arnd.bergmann
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
On Sat, May 12, 2012 at 09:28:28AM -0700, Joe Perches wrote:
> On Sat, 2012-05-12 at 12:25 +0200, Wolfram Sang wrote:
> > > If/when patchwork.kernel.org is back up,
> > > that'd be another mechanism to automate
> > > patch notifications for drivers/leds/.
> >
> > http://patchwork.ozlabs.org/ is still there.
>
> but is lkml tracked there?
Well, no, but when a linux-led mailinglist will exist, then it could use
the above service and does not have to wait for kernel.org. That's what
I meant.
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-05-12 17:08 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 0:26 [PATCH] MAINTAINERS: Add maintainer for LED subsystem Bryan Wu
2012-05-10 12:45 ` Richard Purdie
2012-05-10 13:57 ` Arnd Bergmann
2012-05-10 18:19 ` Andrew Morton
2012-05-10 18:27 ` Joe Perches
2012-05-12 10:25 ` Wolfram Sang
2012-05-12 16:28 ` Joe Perches
2012-05-12 17:08 ` Wolfram Sang
2012-05-10 18:36 ` Bryan Wu
2012-05-10 18:53 ` Andrew Morton
2012-05-11 4:29 ` Tim Gardner
2012-05-11 6:30 ` Bryan Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).