public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
@ 2007-08-13  6:36 joe
  2007-08-13 14:18 ` Pavel Machek
  2007-08-13 20:52 ` Rafael J. Wysocki
  0 siblings, 2 replies; 6+ messages in thread
From: joe @ 2007-08-13  6:36 UTC (permalink / raw)
  To: torvalds, rjw, pavel, linux-pm, linux-kernel, akpm

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 5ae90a2..e9e7a00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4226,6 +4226,7 @@ P:	Rafael J. Wysocki
 M:	rjw@sisk.pl
 L:	linux-pm@lists.linux-foundation.org
 S:	Maintained
+F:	kernel/power/
 
 SONIC NETWORK DRIVER
 P:	Thomas Bogendoerfer

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

* Re: [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
  2007-08-13  6:36 [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM: joe
@ 2007-08-13 14:18 ` Pavel Machek
  2007-08-13 20:52 ` Rafael J. Wysocki
  1 sibling, 0 replies; 6+ messages in thread
From: Pavel Machek @ 2007-08-13 14:18 UTC (permalink / raw)
  To: joe; +Cc: torvalds, rjw, linux-pm, linux-kernel, akpm

> Add file pattern to MAINTAINER entry
> 
> Signed-off-by: Joe Perches <joe@perches.com>

ACK.

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

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

* Re: [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
  2007-08-13  6:36 [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM: joe
  2007-08-13 14:18 ` Pavel Machek
@ 2007-08-13 20:52 ` Rafael J. Wysocki
  2007-08-13 20:57   ` Joe Perches
  1 sibling, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-08-13 20:52 UTC (permalink / raw)
  To: joe; +Cc: torvalds, pavel, linux-pm, linux-kernel, akpm

On Monday, 13 August 2007 08:36, joe@perches.com wrote:
> Add file pattern to MAINTAINER entry
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5ae90a2..e9e7a00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4226,6 +4226,7 @@ P:	Rafael J. Wysocki
>  M:	rjw@sisk.pl
>  L:	linux-pm@lists.linux-foundation.org
>  S:	Maintained
> +F:	kernel/power/

+F:	drivers/base/power
+F:	arch/x86_64/kernel/acpi
+F:	arch/i386/kernel/acpi/

>  
>  SONIC NETWORK DRIVER
>  P:	Thomas Bogendoerfer
> 
> 

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth

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

* Re: [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
  2007-08-13 20:52 ` Rafael J. Wysocki
@ 2007-08-13 20:57   ` Joe Perches
  2007-08-13 21:22     ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2007-08-13 20:57 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: torvalds, pavel, linux-pm, linux-kernel, akpm

On Mon, 2007-08-13 at 22:52 +0200, Rafael J. Wysocki wrote:
> +F:	drivers/base/power
> +F:	arch/x86_64/kernel/acpi
> +F:	arch/i386/kernel/acpi/

What about arch/x86_64/kernel/acpi.c ?

Perhaps:

SUSPEND TO RAM:
P:	Pavel Machek
M:	pavel@suse.cz
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Maintained
F:	arch/x86_64/kernel/acpi.c
F:	arch/x86_64/kernel/acpi/
F:	arch/i386/kernel/acpi/
F:	drivers/base/power
F:	kernel/power/



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

* Re: [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
  2007-08-13 21:22     ` Rafael J. Wysocki
@ 2007-08-13 21:17       ` Joe Perches
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2007-08-13 21:17 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: torvalds, pavel, linux-pm, linux-kernel, akpm

On Mon, 2007-08-13 at 23:22 +0200, Rafael J. Wysocki wrote:
> > What about arch/x86_64/kernel/acpi.c ?
> Well, there's no such file in current -git.
> > F:	arch/x86_64/kernel/acpi.c
> Please remove the above

SUSPEND TO RAM:
P:	Pavel Machek
M:	pavel@suse.cz
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Maintained
F:	arch/x86_64/kernel/acpi/
F:	arch/i386/kernel/acpi/
F:	drivers/base/power
F:	kernel/power/



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

* Re: [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM:
  2007-08-13 20:57   ` Joe Perches
@ 2007-08-13 21:22     ` Rafael J. Wysocki
  2007-08-13 21:17       ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-08-13 21:22 UTC (permalink / raw)
  To: Joe Perches; +Cc: torvalds, pavel, linux-pm, linux-kernel, akpm

On Monday, 13 August 2007 22:57, Joe Perches wrote:
> On Mon, 2007-08-13 at 22:52 +0200, Rafael J. Wysocki wrote:
> > +F:	drivers/base/power
> > +F:	arch/x86_64/kernel/acpi
> > +F:	arch/i386/kernel/acpi/
> 
> What about arch/x86_64/kernel/acpi.c ?

Well, there's no such file in current -git.

> Perhaps:
> 
> SUSPEND TO RAM:
> P:	Pavel Machek
> M:	pavel@suse.cz
> P:	Rafael J. Wysocki
> M:	rjw@sisk.pl
> L:	linux-pm@lists.linux-foundation.org
> S:	Maintained
> F:	arch/x86_64/kernel/acpi.c

Please remove the above

> F:	arch/x86_64/kernel/acpi/
> F:	arch/i386/kernel/acpi/
> F:	drivers/base/power
> F:	kernel/power/
> 
> 
> 
> 

-- 
"Premature optimization is the root of all evil." - Donald Knuth

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

end of thread, other threads:[~2007-08-13 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  6:36 [PATCH] [444/2many] MAINTAINERS - SUSPEND TO RAM: joe
2007-08-13 14:18 ` Pavel Machek
2007-08-13 20:52 ` Rafael J. Wysocki
2007-08-13 20:57   ` Joe Perches
2007-08-13 21:22     ` Rafael J. Wysocki
2007-08-13 21:17       ` Joe Perches

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