All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: ARM/Palm file patterns
@ 2009-09-26 18:47 Joe Perches
  2009-09-26 19:14 ` Marek Vasut
  0 siblings, 1 reply; 9+ messages in thread
From: Joe Perches @ 2009-09-26 18:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Marek.

For the section you maintain, are these file patterns correct?

diff --git a/MAINTAINERS b/MAINTAINERS
index c450f3a..f91ac61 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -741,11 +741,12 @@ M:	Dirk Opfer <dirk@opfer-online.de>
 S:	Maintained
 
 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
-P:	Marek Vasut
-M:	marek.vasut at gmail.com
+M:	Marek Vasut <marek.vasut@gmail.com>
 L:	linux-arm-kernel at lists.infradead.org
 W:	http://hackndev.com
 S:	Maintained
+F:	arch/arm/mach-pxa/include/mach/palm*
+F:	arch/arm/mach-pxa/palm*
 
 ARM/PALM TREO 680 SUPPORT
 M:	Tomas Cech <sleep_walker@suse.cz>

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

* [PATCH] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 18:47 [PATCH] MAINTAINERS: ARM/Palm file patterns Joe Perches
@ 2009-09-26 19:14 ` Marek Vasut
  2009-09-26 19:30   ` Joe Perches
  2009-09-26 19:53   ` Joe Perches
  0 siblings, 2 replies; 9+ messages in thread
From: Marek Vasut @ 2009-09-26 19:14 UTC (permalink / raw)
  To: linux-arm-kernel

Dne So 26. z??? 2009 20:47:04 Joe Perches napsal(a):
> Hi Marek.

Hi!
sorry I missed your last mail.
> 
> For the section you maintain, are these file patterns correct?
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..f91ac61 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -741,11 +741,12 @@ M:	Dirk Opfer <dirk@opfer-online.de>
>  S:	Maintained
> 
>  ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
> -P:	Marek Vasut
> -M:	marek.vasut at gmail.com
> +M:	Marek Vasut <marek.vasut@gmail.com>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palm*
> +F:	arch/arm/mach-pxa/palm*

This might cause trouble, we're working on renaming treo680 (as below) to 
palmtreo so palm* wont do ... you'll possibly have to list them or something. 
Otherwise ok.

Cheers!
> 
>  ARM/PALM TREO 680 SUPPORT
>  M:	Tomas Cech <sleep_walker@suse.cz>
> 

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

* [PATCH] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 19:14 ` Marek Vasut
@ 2009-09-26 19:30   ` Joe Perches
  2009-09-26 19:53   ` Joe Perches
  1 sibling, 0 replies; 9+ messages in thread
From: Joe Perches @ 2009-09-26 19:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> Dne So 26. z??? 2009 20:47:04 Joe Perches napsal(a):
> > For the section you maintain, are these file patterns correct?
> > +F:	arch/arm/mach-pxa/include/mach/palm*
> > +F:	arch/arm/mach-pxa/palm*
> 
> This might cause trouble, we're working on renaming treo680 (as below) to 
> palmtreo so palm* wont do ... you'll possibly have to list them or something. 
> Otherwise ok.

if/when you do, a specific list could be used
or maybe exclude patterns could be added

F:	arch/arm/mach-pxa/palmtx.c
F:	arch/arm/mach-pxa/palmt5.c
F:	arch/arm/mach-pxa/palmld.c
F:	arch/arm/mach-pxa/palmte2.c
F:	arch/arm/mach-pxa/palmtc.c

or

F:	arch/arm/mach-pxa/palm*
X:	arch/arm/mach-pxa/palmtreo*
X:	arch/arm/mach-pxa/palmz72*

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

* [PATCH] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 19:14 ` Marek Vasut
  2009-09-26 19:30   ` Joe Perches
@ 2009-09-26 19:53   ` Joe Perches
  2009-09-26 20:30     ` Marek Vasut
  1 sibling, 1 reply; 9+ messages in thread
From: Joe Perches @ 2009-09-26 19:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote: 
> This might cause trouble, we're working on renaming treo680 (as below) to 
> palmtreo so palm* wont do ... you'll possibly have to list them or something. 
> Otherwise ok.

Another way to do this is:

F: arch/arm/mach-pxa/include/mach/palm(asoc|tx|t5|ld|te2|tc).h
F: arch/arm/mach-pxa/palm(tx|t5|ld|te2|tc).c

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

* [PATCH] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 19:53   ` Joe Perches
@ 2009-09-26 20:30     ` Marek Vasut
  2009-09-26 22:06       ` [PATCH V2] " Joe Perches
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2009-09-26 20:30 UTC (permalink / raw)
  To: linux-arm-kernel

Dne So 26. z??? 2009 21:53:52 Joe Perches napsal(a):
> On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> > This might cause trouble, we're working on renaming treo680 (as below) to
> > palmtreo so palm* wont do ... you'll possibly have to list them or
> > something. Otherwise ok.
> 
> Another way to do this is:
> 
> F: arch/arm/mach-pxa/include/mach/palm(asoc|tx|t5|ld|te2|tc).h
> F: arch/arm/mach-pxa/palm(tx|t5|ld|te2|tc).c
> 
palmasoc will hopefully go to hell soon anyway. Otherwise, I'm for the second 
method (listing the files, one per line), it's least confusing.

Cheers!

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

* [PATCH V2] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 20:30     ` Marek Vasut
@ 2009-09-26 22:06       ` Joe Perches
  2009-09-26 23:11         ` Marek Vasut
                           ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Joe Perches @ 2009-09-26 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 2009-09-26 at 22:30 +0200, Marek Vasut wrote:
> Dne So 26. z??? 2009 21:53:52 Joe Perches napsal(a):
> > On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> > > This might cause trouble, we're working on renaming treo680 (as below) to
> > > palmtreo so palm* wont do ... you'll possibly have to list them or
> > > something. Otherwise ok.
> palmasoc will hopefully go to hell soon anyway. Otherwise, I'm for the second 
> method (listing the files, one per line), it's least confusing.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index c450f3a..f8f9c4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -741,23 +741,36 @@ M:	Dirk Opfer <dirk@opfer-online.de>
 S:	Maintained
 
 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
-P:	Marek Vasut
-M:	marek.vasut at gmail.com
+M:	Marek Vasut <marek.vasut@gmail.com>
 L:	linux-arm-kernel at lists.infradead.org
 W:	http://hackndev.com
 S:	Maintained
+F:	arch/arm/mach-pxa/include/mach/palmtx.h
+F:	arch/arm/mach-pxa/palmtx.c
+F:	arch/arm/mach-pxa/include/mach/palmt5.h
+F:	arch/arm/mach-pxa/palmt5.c
+F:	arch/arm/mach-pxa/include/mach/palmld.h
+F:	arch/arm/mach-pxa/palmld.c
+F:	arch/arm/mach-pxa/include/mach/palmte2.h
+F:	arch/arm/mach-pxa/palmte2.c
+F:	arch/arm/mach-pxa/include/mach/palmtc.h
+F:	arch/arm/mach-pxa/palmtc.c
 
 ARM/PALM TREO 680 SUPPORT
 M:	Tomas Cech <sleep_walker@suse.cz>
 L:	linux-arm-kernel at lists.infradead.org
 W:	http://hackndev.com
 S:	Maintained
+F:	arch/arm/mach-pxa/include/mach/treo680.h
+F:	arch/arm/mach-pxa/treo680.c
 
 ARM/PALMZ72 SUPPORT
 M:	Sergey Lapin <slapin@ossfans.org>
 L:	linux-arm-kernel at lists.infradead.org
 W:	http://hackndev.com
 S:	Maintained
+F:	arch/arm/mach-pxa/include/mach/palmz72.h
+F:	arch/arm/mach-pxa/palmz72.c
 
 ARM/PLEB SUPPORT
 M:	Peter Chubb <pleb@gelato.unsw.edu.au>

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

* [PATCH V2] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 22:06       ` [PATCH V2] " Joe Perches
@ 2009-09-26 23:11         ` Marek Vasut
  2009-09-27  0:22         ` Tomáš 'Sleep_Walker' Čech
  2009-09-30 13:21         ` Sergey Lapin
  2 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2009-09-26 23:11 UTC (permalink / raw)
  To: linux-arm-kernel

Dne Ne 27. z??? 2009 00:06:58 Joe Perches napsal(a):
> On Sat, 2009-09-26 at 22:30 +0200, Marek Vasut wrote:
> > Dne So 26. z??? 2009 21:53:52 Joe Perches napsal(a):
> > > On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> > > > This might cause trouble, we're working on renaming treo680 (as
> > > > below) to palmtreo so palm* wont do ... you'll possibly have to list
> > > > them or something. Otherwise ok.
> >
> > palmasoc will hopefully go to hell soon anyway. Otherwise, I'm for the
> > second method (listing the files, one per line), it's least confusing.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Marek Vasut <marek.vasut@gmail.com>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..f8f9c4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -741,23 +741,36 @@ M:	Dirk Opfer <dirk@opfer-online.de>
>  S:	Maintained
> 
>  ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
> -P:	Marek Vasut
> -M:	marek.vasut at gmail.com
> +M:	Marek Vasut <marek.vasut@gmail.com>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmtx.h
> +F:	arch/arm/mach-pxa/palmtx.c
> +F:	arch/arm/mach-pxa/include/mach/palmt5.h
> +F:	arch/arm/mach-pxa/palmt5.c
> +F:	arch/arm/mach-pxa/include/mach/palmld.h
> +F:	arch/arm/mach-pxa/palmld.c
> +F:	arch/arm/mach-pxa/include/mach/palmte2.h
> +F:	arch/arm/mach-pxa/palmte2.c
> +F:	arch/arm/mach-pxa/include/mach/palmtc.h
> +F:	arch/arm/mach-pxa/palmtc.c
> 
>  ARM/PALM TREO 680 SUPPORT
>  M:	Tomas Cech <sleep_walker@suse.cz>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/treo680.h
> +F:	arch/arm/mach-pxa/treo680.c
> 
>  ARM/PALMZ72 SUPPORT
>  M:	Sergey Lapin <slapin@ossfans.org>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmz72.h
> +F:	arch/arm/mach-pxa/palmz72.c
> 
>  ARM/PLEB SUPPORT
>  M:	Peter Chubb <pleb@gelato.unsw.edu.au>
> 

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

* [PATCH V2] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 22:06       ` [PATCH V2] " Joe Perches
  2009-09-26 23:11         ` Marek Vasut
@ 2009-09-27  0:22         ` Tomáš 'Sleep_Walker' Čech
  2009-09-30 13:21         ` Sergey Lapin
  2 siblings, 0 replies; 9+ messages in thread
From: Tomáš 'Sleep_Walker' Čech @ 2009-09-27  0:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Dne Ne 27. z??? 2009 00:06:58 Joe Perches napsal(a):
> On Sat, 2009-09-26 at 22:30 +0200, Marek Vasut wrote:
> > Dne So 26. z??? 2009 21:53:52 Joe Perches napsal(a):
> > > On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> > > > This might cause trouble, we're working on renaming treo680 (as below) to
> > > > palmtreo so palm* wont do ... you'll possibly have to list them or
> > > > something. Otherwise ok.
> > palmasoc will hopefully go to hell soon anyway. Otherwise, I'm for the second 
> > method (listing the files, one per line), it's least confusing.

Acked-by: Tomas Cech <sleep_walker@suse.cz>

> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..f8f9c4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -741,23 +741,36 @@ M:	Dirk Opfer <dirk@opfer-online.de>
>  S:	Maintained
>  
>  ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
> -P:	Marek Vasut
> -M:	marek.vasut at gmail.com
> +M:	Marek Vasut <marek.vasut@gmail.com>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmtx.h
> +F:	arch/arm/mach-pxa/palmtx.c
> +F:	arch/arm/mach-pxa/include/mach/palmt5.h
> +F:	arch/arm/mach-pxa/palmt5.c
> +F:	arch/arm/mach-pxa/include/mach/palmld.h
> +F:	arch/arm/mach-pxa/palmld.c
> +F:	arch/arm/mach-pxa/include/mach/palmte2.h
> +F:	arch/arm/mach-pxa/palmte2.c
> +F:	arch/arm/mach-pxa/include/mach/palmtc.h
> +F:	arch/arm/mach-pxa/palmtc.c
>  
>  ARM/PALM TREO 680 SUPPORT
>  M:	Tomas Cech <sleep_walker@suse.cz>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/treo680.h
> +F:	arch/arm/mach-pxa/treo680.c
>  
>  ARM/PALMZ72 SUPPORT
>  M:	Sergey Lapin <slapin@ossfans.org>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmz72.h
> +F:	arch/arm/mach-pxa/palmz72.c
>  
>  ARM/PLEB SUPPORT
>  M:	Peter Chubb <pleb@gelato.unsw.edu.au>
> 

Best regards,

Tomas Cech

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

* [PATCH V2] MAINTAINERS: ARM/Palm file patterns
  2009-09-26 22:06       ` [PATCH V2] " Joe Perches
  2009-09-26 23:11         ` Marek Vasut
  2009-09-27  0:22         ` Tomáš 'Sleep_Walker' Čech
@ 2009-09-30 13:21         ` Sergey Lapin
  2 siblings, 0 replies; 9+ messages in thread
From: Sergey Lapin @ 2009-09-30 13:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Sep 26, 2009 at 03:06:58PM -0700, Joe Perches wrote:
> On Sat, 2009-09-26 at 22:30 +0200, Marek Vasut wrote:
> > Dne So 26. z??? 2009 21:53:52 Joe Perches napsal(a):
> > > On Sat, 2009-09-26 at 21:14 +0200, Marek Vasut wrote:
> > > > This might cause trouble, we're working on renaming treo680 (as below) to
> > > > palmtreo so palm* wont do ... you'll possibly have to list them or
> > > > something. Otherwise ok.
> > palmasoc will hopefully go to hell soon anyway. Otherwise, I'm for the second 
> > method (listing the files, one per line), it's least confusing.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..f8f9c4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -741,23 +741,36 @@ M:	Dirk Opfer <dirk@opfer-online.de>
>  S:	Maintained
>  
>  ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
> -P:	Marek Vasut
> -M:	marek.vasut at gmail.com
> +M:	Marek Vasut <marek.vasut@gmail.com>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmtx.h
> +F:	arch/arm/mach-pxa/palmtx.c
> +F:	arch/arm/mach-pxa/include/mach/palmt5.h
> +F:	arch/arm/mach-pxa/palmt5.c
> +F:	arch/arm/mach-pxa/include/mach/palmld.h
> +F:	arch/arm/mach-pxa/palmld.c
> +F:	arch/arm/mach-pxa/include/mach/palmte2.h
> +F:	arch/arm/mach-pxa/palmte2.c
> +F:	arch/arm/mach-pxa/include/mach/palmtc.h
> +F:	arch/arm/mach-pxa/palmtc.c
>  
>  ARM/PALM TREO 680 SUPPORT
>  M:	Tomas Cech <sleep_walker@suse.cz>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/treo680.h
> +F:	arch/arm/mach-pxa/treo680.c
>  
>  ARM/PALMZ72 SUPPORT
>  M:	Sergey Lapin <slapin@ossfans.org>
>  L:	linux-arm-kernel at lists.infradead.org
>  W:	http://hackndev.com
>  S:	Maintained
> +F:	arch/arm/mach-pxa/include/mach/palmz72.h
> +F:	arch/arm/mach-pxa/palmz72.c
Acked-by: Sergey Lapin <slapin@ossfans.org>
>  
>  ARM/PLEB SUPPORT
>  M:	Peter Chubb <pleb@gelato.unsw.edu.au>
> 
> 

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

end of thread, other threads:[~2009-09-30 13:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-26 18:47 [PATCH] MAINTAINERS: ARM/Palm file patterns Joe Perches
2009-09-26 19:14 ` Marek Vasut
2009-09-26 19:30   ` Joe Perches
2009-09-26 19:53   ` Joe Perches
2009-09-26 20:30     ` Marek Vasut
2009-09-26 22:06       ` [PATCH V2] " Joe Perches
2009-09-26 23:11         ` Marek Vasut
2009-09-27  0:22         ` Tomáš 'Sleep_Walker' Čech
2009-09-30 13:21         ` Sergey Lapin

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.