public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* make MAINTAINERS slightly easier to search
@ 2008-10-02  8:14 Pavel Machek
  2008-10-02  9:08 ` Steven Noonan
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2008-10-02  8:14 UTC (permalink / raw)
  To: kernel list, Andrew Morton, randy.dunlap

...shall we add rule that subsystems will have "subsystem" in the name
so that search does not list all the drivers, first?

Signed-off-by: Pavel Machek <pavel@suse.cz>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>


diff --git a/MAINTAINERS b/MAINTAINERS
index 3596d17..7345707 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3825,7 +3825,7 @@ L:	linux-kernel@vger.kernel.org
 W:	http://tifmxx.berlios.de/
 S:	Maintained
 
-SOUND
+SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
 P:	Jaroslav Kysela
 M:	perex@perex.cz
 L:	alsa-devel@alsa-project.org (subscribers-only)
@@ -3855,7 +3855,7 @@ L:	cbe-oss-dev@ozlabs.org
 W:	http://www.ibm.com/developerworks/power/cell/
 S:	Supported
 
-STABLE BRANCH:
+STABLE BRANCH
 P:	Greg Kroah-Hartman
 M:	greg@kroah.com
 P:	Chris Wright

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-02  8:14 make MAINTAINERS slightly easier to search Pavel Machek
@ 2008-10-02  9:08 ` Steven Noonan
  2008-10-02 15:58   ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Steven Noonan @ 2008-10-02  9:08 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, Andrew Morton, randy.dunlap

On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
> ...shall we add rule that subsystems will have "subsystem" in the name
> so that search does not list all the drivers, first?
>
> Signed-off-by: Pavel Machek <pavel@suse.cz>
> Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3596d17..7345707 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
>  W:     http://tifmxx.berlios.de/
>  S:     Maintained
>
> -SOUND
> +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)

Advanced Linux Sound System = ALSS? How about switching it to
'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
:)

>  P:     Jaroslav Kysela
>  M:     perex@perex.cz
>  L:     alsa-devel@alsa-project.org (subscribers-only)
> @@ -3855,7 +3855,7 @@ L:        cbe-oss-dev@ozlabs.org
>  W:     http://www.ibm.com/developerworks/power/cell/
>  S:     Supported
>
> -STABLE BRANCH:
> +STABLE BRANCH
>  P:     Greg Kroah-Hartman
>  M:     greg@kroah.com
>  P:     Chris Wright
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-02  9:08 ` Steven Noonan
@ 2008-10-02 15:58   ` Randy Dunlap
  2008-10-02 22:20     ` Pavel Machek
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2008-10-02 15:58 UTC (permalink / raw)
  To: Steven Noonan; +Cc: Pavel Machek, kernel list, Andrew Morton

On Thu, 2 Oct 2008 02:08:20 -0700 Steven Noonan wrote:

> On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
> > ...shall we add rule that subsystems will have "subsystem" in the name
> > so that search does not list all the drivers, first?
> >
> > Signed-off-by: Pavel Machek <pavel@suse.cz>
> > Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> >
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 3596d17..7345707 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
> >  W:     http://tifmxx.berlios.de/
> >  S:     Maintained
> >
> > -SOUND
> > +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
> 
> Advanced Linux Sound System = ALSS? How about switching it to
> 'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
> :)

Yes, concur.  Thanks.

> >  P:     Jaroslav Kysela
> >  M:     perex@perex.cz
> >  L:     alsa-devel@alsa-project.org (subscribers-only)
> > @@ -3855,7 +3855,7 @@ L:        cbe-oss-dev@ozlabs.org
> >  W:     http://www.ibm.com/developerworks/power/cell/
> >  S:     Supported
> >
> > -STABLE BRANCH:
> > +STABLE BRANCH
> >  P:     Greg Kroah-Hartman
> >  M:     greg@kroah.com
> >  P:     Chris Wright



---
~Randy

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-02 15:58   ` Randy Dunlap
@ 2008-10-02 22:20     ` Pavel Machek
  2008-10-02 22:32       ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2008-10-02 22:20 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Steven Noonan, kernel list, Andrew Morton

On Thu 2008-10-02 08:58:20, Randy Dunlap wrote:
> On Thu, 2 Oct 2008 02:08:20 -0700 Steven Noonan wrote:
> 
> > On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
> > > ...shall we add rule that subsystems will have "subsystem" in the name
> > > so that search does not list all the drivers, first?
> > >
> > > Signed-off-by: Pavel Machek <pavel@suse.cz>
> > > Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> > >
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 3596d17..7345707 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
> > >  W:     http://tifmxx.berlios.de/
> > >  S:     Maintained
> > >
> > > -SOUND
> > > +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
> > 
> > Advanced Linux Sound System = ALSS? How about switching it to
> > 'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
> > :)
> 
> Yes, concur.  Thanks.

Fixed in my tree. Who is maintainer of MAINTAINERS file? ;-).

								Pavel   

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-02 22:20     ` Pavel Machek
@ 2008-10-02 22:32       ` Randy Dunlap
  2008-10-16 10:02         ` Pavel Machek
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2008-10-02 22:32 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Steven Noonan, kernel list, Andrew Morton

Pavel Machek wrote:
> On Thu 2008-10-02 08:58:20, Randy Dunlap wrote:
>> On Thu, 2 Oct 2008 02:08:20 -0700 Steven Noonan wrote:
>>
>>> On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
>>>> ...shall we add rule that subsystems will have "subsystem" in the name
>>>> so that search does not list all the drivers, first?
>>>>
>>>> Signed-off-by: Pavel Machek <pavel@suse.cz>
>>>> Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
>>>>
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 3596d17..7345707 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
>>>>  W:     http://tifmxx.berlios.de/
>>>>  S:     Maintained
>>>>
>>>> -SOUND
>>>> +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
>>> Advanced Linux Sound System = ALSS? How about switching it to
>>> 'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
>>> :)
>> Yes, concur.  Thanks.
> 
> Fixed in my tree. Who is maintainer of MAINTAINERS file? ;-).

I would expect Andrew to merge it.
If he doesn't, then I'll try to merge it.  :)

~Randy

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-02 22:32       ` Randy Dunlap
@ 2008-10-16 10:02         ` Pavel Machek
  2008-10-16 14:30           ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2008-10-16 10:02 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Steven Noonan, kernel list, Andrew Morton

> Pavel Machek wrote:
> > On Thu 2008-10-02 08:58:20, Randy Dunlap wrote:
> >> On Thu, 2 Oct 2008 02:08:20 -0700 Steven Noonan wrote:
> >>
> >>> On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
> >>>> ...shall we add rule that subsystems will have "subsystem" in the name
> >>>> so that search does not list all the drivers, first?
> >>>>
> >>>> Signed-off-by: Pavel Machek <pavel@suse.cz>
> >>>> Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> >>>>
> >>>>
> >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>> index 3596d17..7345707 100644
> >>>> --- a/MAINTAINERS
> >>>> +++ b/MAINTAINERS
> >>>> @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
> >>>>  W:     http://tifmxx.berlios.de/
> >>>>  S:     Maintained
> >>>>
> >>>> -SOUND
> >>>> +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
> >>> Advanced Linux Sound System = ALSS? How about switching it to
> >>> 'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
> >>> :)
> >> Yes, concur.  Thanks.
> > 
> > Fixed in my tree. Who is maintainer of MAINTAINERS file? ;-).
> 
> I would expect Andrew to merge it.
> If he doesn't, then I'll try to merge it.  :)

Hmm, what is the status here. I have some more improvements, should I
send them your way?

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make MAINTAINERS slightly easier to search
  2008-10-16 10:02         ` Pavel Machek
@ 2008-10-16 14:30           ` Randy Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2008-10-16 14:30 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Steven Noonan, kernel list, Andrew Morton

Pavel Machek wrote:
>> Pavel Machek wrote:
>>> On Thu 2008-10-02 08:58:20, Randy Dunlap wrote:
>>>> On Thu, 2 Oct 2008 02:08:20 -0700 Steven Noonan wrote:
>>>>
>>>>> On Thu, Oct 2, 2008 at 1:14 AM, Pavel Machek <pavel@suse.cz> wrote:
>>>>>> ...shall we add rule that subsystems will have "subsystem" in the name
>>>>>> so that search does not list all the drivers, first?
>>>>>>
>>>>>> Signed-off-by: Pavel Machek <pavel@suse.cz>
>>>>>> Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
>>>>>>
>>>>>>
>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>>> index 3596d17..7345707 100644
>>>>>> --- a/MAINTAINERS
>>>>>> +++ b/MAINTAINERS
>>>>>> @@ -3825,7 +3825,7 @@ L:        linux-kernel@vger.kernel.org
>>>>>>  W:     http://tifmxx.berlios.de/
>>>>>>  S:     Maintained
>>>>>>
>>>>>> -SOUND
>>>>>> +SOUND SUBSYSTEM (ADVANCED LINUX SOUND SYSTEM, ALSA)
>>>>> Advanced Linux Sound System = ALSS? How about switching it to
>>>>> 'ADVANCED LINUX SOUND ARCHITECTURE', which fits the original acronym?
>>>>> :)
>>>> Yes, concur.  Thanks.
>>> Fixed in my tree. Who is maintainer of MAINTAINERS file? ;-).
>> I would expect Andrew to merge it.
>> If he doesn't, then I'll try to merge it.  :)
> 
> Hmm, what is the status here. I have some more improvements, should I
> send them your way?

I saw them.  Please resend them and cc: both Andrew and me.

-- 
~Randy

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-16 14:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02  8:14 make MAINTAINERS slightly easier to search Pavel Machek
2008-10-02  9:08 ` Steven Noonan
2008-10-02 15:58   ` Randy Dunlap
2008-10-02 22:20     ` Pavel Machek
2008-10-02 22:32       ` Randy Dunlap
2008-10-16 10:02         ` Pavel Machek
2008-10-16 14:30           ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox