All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE
@ 2007-08-13  6:22 ` joe
  0 siblings, 0 replies; 6+ messages in thread
From: joe @ 2007-08-13  6:22 UTC (permalink / raw)
  To: torvalds, lm-sensors, linux-kernel, khali, akpm

Add file pattern to MAINTAINER entry

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4faf1ce..91bc5cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -307,6 +307,7 @@ P:	Jean Delvare
 M:	khali@linux-fr.org
 L:	lm-sensors@lm-sensors.org
 S:	Maintained
+F:	drivers/hwmon/adm1025.c
 
 ADM1029 HARDWARE MONITOR DRIVER
 P:	Corentin Labbe

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER
@ 2007-08-13  6:22 ` joe
  0 siblings, 0 replies; 6+ messages in thread
From: joe @ 2007-08-13  6:22 UTC (permalink / raw)
  To: torvalds, lm-sensors, linux-kernel, khali, akpm

Add file pattern to MAINTAINER entry

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4faf1ce..91bc5cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -307,6 +307,7 @@ P:	Jean Delvare
 M:	khali@linux-fr.org
 L:	lm-sensors@lm-sensors.org
 S:	Maintained
+F:	drivers/hwmon/adm1025.c
 
 ADM1029 HARDWARE MONITOR DRIVER
 P:	Corentin Labbe

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

* Re: [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE
  2007-08-13  6:22 ` [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER joe
@ 2007-08-13  9:35   ` Jean Delvare
  -1 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-08-13  9:35 UTC (permalink / raw)
  To: joe; +Cc: torvalds, lm-sensors, linux-kernel, akpm

Hi Joe,

What a storm :( This should have been one single patch IMHO, or grouped
by maintainer or subsystem or something.

On Sun, 12 Aug 2007 23:22:18 -0700, joe@perches.com wrote:
> Add file pattern to MAINTAINER entry

Can you please point me to where this new pattern was discussed?

> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4faf1ce..91bc5cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -307,6 +307,7 @@ P:	Jean Delvare
>  M:	khali@linux-fr.org
>  L:	lm-sensors@lm-sensors.org
>  S:	Maintained

+F: Documentation/hwmon/adm1025

> +F:	drivers/hwmon/adm1025.c
>  
>  ADM1029 HARDWARE MONITOR DRIVER
>  P:	Corentin Labbe

Other patches I don't comment on, means I'm fine with them.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER
@ 2007-08-13  9:35   ` Jean Delvare
  0 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-08-13  9:35 UTC (permalink / raw)
  To: joe; +Cc: torvalds, lm-sensors, linux-kernel, akpm

Hi Joe,

What a storm :( This should have been one single patch IMHO, or grouped
by maintainer or subsystem or something.

On Sun, 12 Aug 2007 23:22:18 -0700, joe@perches.com wrote:
> Add file pattern to MAINTAINER entry

Can you please point me to where this new pattern was discussed?

> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4faf1ce..91bc5cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -307,6 +307,7 @@ P:	Jean Delvare
>  M:	khali@linux-fr.org
>  L:	lm-sensors@lm-sensors.org
>  S:	Maintained

+F: Documentation/hwmon/adm1025

> +F:	drivers/hwmon/adm1025.c
>  
>  ADM1029 HARDWARE MONITOR DRIVER
>  P:	Corentin Labbe

Other patches I don't comment on, means I'm fine with them.

-- 
Jean Delvare

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

* Re: [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE
  2007-08-13  9:35   ` [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER Jean Delvare
@ 2007-08-13 15:40     ` Kok, Auke
  -1 siblings, 0 replies; 6+ messages in thread
From: Kok, Auke @ 2007-08-13 15:40 UTC (permalink / raw)
  To: Jean Delvare; +Cc: joe, torvalds, lm-sensors, linux-kernel, akpm

Jean Delvare wrote:
> Hi Joe,
> 
> What a storm :( This should have been one single patch IMHO, or grouped
> by maintainer or subsystem or something.
> 
> On Sun, 12 Aug 2007 23:22:18 -0700, joe@perches.com wrote:
>> Add file pattern to MAINTAINER entry
> 
> Can you please point me to where this new pattern was discussed?

I came up with the idea at OLS talking to Dan Aloni, who posted the same problem 
but with a different solution (he suggested separate files in each directory).

See: http://lkml.org/lkml/2007/6/29/300

Joe did a great job on the perl script though ;)

Cheers,


Auke

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER
@ 2007-08-13 15:40     ` Kok, Auke
  0 siblings, 0 replies; 6+ messages in thread
From: Kok, Auke @ 2007-08-13 15:40 UTC (permalink / raw)
  To: Jean Delvare; +Cc: joe, torvalds, lm-sensors, linux-kernel, akpm

Jean Delvare wrote:
> Hi Joe,
> 
> What a storm :( This should have been one single patch IMHO, or grouped
> by maintainer or subsystem or something.
> 
> On Sun, 12 Aug 2007 23:22:18 -0700, joe@perches.com wrote:
>> Add file pattern to MAINTAINER entry
> 
> Can you please point me to where this new pattern was discussed?

I came up with the idea at OLS talking to Dan Aloni, who posted the same problem 
but with a different solution (he suggested separate files in each directory).

See: http://lkml.org/lkml/2007/6/29/300

Joe did a great job on the perl script though ;)

Cheers,


Auke

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

end of thread, other threads:[~2007-08-13 16:35 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:22 [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE joe
2007-08-13  6:22 ` [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER joe
2007-08-13  9:35 ` [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE Jean Delvare
2007-08-13  9:35   ` [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER Jean Delvare
2007-08-13 15:40   ` [lm-sensors] [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE Kok, Auke
2007-08-13 15:40     ` [PATCH] [29/2many] MAINTAINERS - ADM1025 HARDWARE MONITOR DRIVER Kok, Auke

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.