Add MAINTAINERS entries for new scx200_hrt and pc8736x_gpio drivers, and
take over maintenance
of scx200_gpio, authored by Christer Weinigel (which Ive hacked at), who
no longer has the hardware.
Also take over hwmon/pc87360, authored by Jean Delvare, who's dropped
maintenance to dedicate
more time to hwmon subsystem.
Signed-off-by: Jim Cromie <[email protected]>
---
Christer acked this off-list already, in case he's too busy and misses
this one.
MAINTAINERS | 41
++++++++++++++++++++++++++++--------
diff -ruNp -X dontdiff -X exclude-diffs linux-2.6.18-rc6-mm2-sk/MAINTAINERS doc-touches/MAINTAINERS
--- linux-2.6.18-rc6-mm2-sk/MAINTAINERS 2006-09-12 09:39:29.000000000 -0600
+++ doc-touches/MAINTAINERS 2006-10-04 22:03:09.000000000 -0600
@@ -2151,6 +2151,11 @@ M: [email protected]
L: [email protected]
S: Maintained
+NSC_GPIO Common Methods Module (supports PC8736x_GPIO and SCX200_GPIO Drivers)
+P: Jim Cromie
+M: [email protected]
+S: Maintained
+
NTFS FILESYSTEM
P: Anton Altaparmakov
M: [email protected]
@@ -2262,6 +2267,17 @@ T: git kernel.org:/pub/scm/linux/kernel/
T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
S: Maintained
+PC87360 LM-SENSORS DRIVER
+P: Jim Cromie
+M: [email protected]
+L: [email protected]
+S: Maintained
+
+PC8736x GPIO Driver
+P: Jim Cromie
+M: [email protected]
+S: Maintained
+
PCI ERROR RECOVERY
P: Linas Vepstas
M: [email protected]
@@ -2574,16 +2590,25 @@ L: [email protected]
S: Maintained
SCTP PROTOCOL
-P: Sridhar Samudrala
-M: [email protected]
-L: [email protected]
-S: Supported
+P: Sridhar Samudrala
+M: [email protected]
+L: [email protected]
+S: Supported
SCx200 CPU SUPPORT
-P: Christer Weinigel
-M: [email protected]
-W: http://www.weinigel.se
-S: Supported
+P: Jim Cromie
+M: [email protected]
+S: Odd Fixes
+
+SCx200 GPIO DRIVER
+P: Jim Cromie
+M: [email protected]
+S: Maintained
+
+SCx200 HRT CLOCKSOURCE DRIVER
+P: Jim Cromie
+M: [email protected]
+S: Maintained
SECURITY CONTACT
P: Security Officers
Hi Jim,
> Add MAINTAINERS entries for new scx200_hrt and pc8736x_gpio drivers, and
> take over maintenance
> of scx200_gpio, authored by Christer Weinigel (which Ive hacked at), who
> no longer has the hardware.
> Also take over hwmon/pc87360, authored by Jean Delvare, who's dropped
> maintenance to dedicate
> more time to hwmon subsystem.
Yep, I'm fine with Jim taking over maintainerchip of the pc87360
hardware monitoring driver.
>
> Signed-off-by: Jim Cromie <[email protected]>
> ---
>
> Christer acked this off-list already, in case he's too busy and misses
> this one.
>
> MAINTAINERS | 41
> ++++++++++++++++++++++++++++--------
>
>
>
> diff -ruNp -X dontdiff -X exclude-diffs linux-2.6.18-rc6-mm2-sk/MAINTAINERS doc-touches/MAINTAINERS
> --- linux-2.6.18-rc6-mm2-sk/MAINTAINERS 2006-09-12 09:39:29.000000000 -0600
> +++ doc-touches/MAINTAINERS 2006-10-04 22:03:09.000000000 -0600
> @@ -2151,6 +2151,11 @@ M: [email protected]
> L: [email protected]
> S: Maintained
>
> +NSC_GPIO Common Methods Module (supports PC8736x_GPIO and SCX200_GPIO Drivers)
All other entries in this file are uppercase.
I also doubt that anyone will ever search for "common methods module",
I'm not even sure I understand what it means. What's really important
here are the driver names IMHO, and you already have added entries for
these below - isn't that sufficient?
> +P: Jim Cromie
> +M: [email protected]
> +S: Maintained
> +
> NTFS FILESYSTEM
> P: Anton Altaparmakov
> M: [email protected]
> @@ -2262,6 +2267,17 @@ T: git kernel.org:/pub/scm/linux/kernel/
> T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
> S: Maintained
>
> +PC87360 LM-SENSORS DRIVER
> +P: Jim Cromie
> +M: [email protected]
> +L: [email protected]
> +S: Maintained
I'd prefer "HARDWARE MONITORING" rather than "LM-SENSORS", as all other
hwmon driver entries have. lm-sensors is really only the user-space
part now, and the kernel can live without it.
> +
> +PC8736x GPIO Driver
Uppercase.
> +P: Jim Cromie
> +M: [email protected]
> +S: Maintained
> +
> PCI ERROR RECOVERY
> P: Linas Vepstas
> M: [email protected]
> @@ -2574,16 +2590,25 @@ L: [email protected]
> S: Maintained
>
> SCTP PROTOCOL
> -P: Sridhar Samudrala
> -M: [email protected]
> -L: [email protected]
> -S: Supported
> +P: Sridhar Samudrala
> +M: [email protected]
> +L: [email protected]
> +S: Supported
This is noise for this patch, it should be sent as a seperate patch.
>
> SCx200 CPU SUPPORT
> -P: Christer Weinigel
> -M: [email protected]
> -W: http://www.weinigel.se
> -S: Supported
> +P: Jim Cromie
> +M: [email protected]
> +S: Odd Fixes
> +
> +SCx200 GPIO DRIVER
> +P: Jim Cromie
> +M: [email protected]
> +S: Maintained
> +
> +SCx200 HRT CLOCKSOURCE DRIVER
> +P: Jim Cromie
> +M: [email protected]
> +S: Maintained
>
> SECURITY CONTACT
> P: Security Officers
>
--
Jean Delvare
Add MAINTAINERS entries for new scx200_hrt and pc8736x_gpio drivers, and
take over maintenance of scx200_gpio, authored by Christer Weinigel
(which Ive hacked at), who no longer has the hardware.
Also take over hwmon/pc87360, authored by Jean Delvare, who's dropped
maintenance to dedicate more time to hwmon subsystem.
Signed-off-by: Jim Cromie <[email protected]>
---
Christer acked this off-list already, in case he's too busy and misses
this one.
$ diffstat diff.maintainers
MAINTAINERS | 28 ++++++++++++++++++++++++----
1 files changed, 24 insertions(+), 4 deletions(-)
Jean Delvare wrote:
> Yep, I'm fine with Jim taking over maintainerchip of the pc87360
> hardware monitoring driver.
>
>
>> +NSC_GPIO Common Methods Module (supports PC8736x_GPIO and SCX200_GPIO Drivers)
>>
>
> All other entries in this file are uppercase.
>
> I also doubt that anyone will ever search for "common methods module",
> I'm not even sure I understand what it means. What's really important
> here are the driver names IMHO, and you already have added entries for
> these below - isn't that sufficient?
>
>
Ack. I was ambivalent about this, since its not a driver, and nobody
would modprobe it directly.
I went for thoroughness, assuming Id be corrected.. ;-)
diff -ruNp -X dontdiff -X exclude-diffs linux-2.6.18/MAINTAINERS doc-touches/MAINTAINERS
--- linux-2.6.18/MAINTAINERS 2006-09-19 23:57:12.000000000 -0600
+++ doc-touches/MAINTAINERS 2006-10-05 07:03:45.000000000 -0600
@@ -2215,6 +2215,17 @@ T: git kernel.org:/pub/scm/linux/kernel/
T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
S: Maintained
+PC87360 HARDWARE MONITORING DRIVER
+P: Jim Cromie
+M: [email protected]
+L: [email protected]
+S: Maintained
+
+PC8736x GPIO DRIVER
+P: Jim Cromie
+M: [email protected]
+S: Maintained
+
PCI ERROR RECOVERY
P: Linas Vepstas
M: [email protected]
@@ -2525,10 +2536,19 @@ L: [email protected]
S: Supported
SCx200 CPU SUPPORT
-P: Christer Weinigel
-M: [email protected]
-W: http://www.weinigel.se
-S: Supported
+P: Jim Cromie
+M: [email protected]
+S: Odd Fixes
+
+SCx200 GPIO DRIVER
+P: Jim Cromie
+M: [email protected]
+S: Maintained
+
+SCx200 HRT CLOCKSOURCE DRIVER
+P: Jim Cromie
+M: [email protected]
+S: Maintained
SECURITY CONTACT
P: Security Officers