diff mbox

MAINTAINER: Correct CAN Maintainer responsibilities and paths

Message ID 4B929F96.1030402@hartkopp.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Oliver Hartkopp March 6, 2010, 6:31 p.m. UTC
Update the CAN Maintainer responsibilities and add source paths.
Additional the SocketCAN core ML is not subscribers-only anymore.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>

---

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Wolfgang Grandegger March 6, 2010, 5:48 p.m. UTC | #1
Oliver Hartkopp wrote:
> Update the CAN Maintainer responsibilities and add source paths.
> Additional the SocketCAN core ML is not subscribers-only anymore.
> 
> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
> 
> ---
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 34f52a1..9ee1f78 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1372,20 +1372,28 @@ F:	arch/x86/include/asm/calgary.h
>  F:	arch/x86/include/asm/tce.h
> 
>  CAN NETWORK LAYER
> -M:	Urs Thuermann <urs.thuermann@volkswagen.de>
> +M:	Oliver Hartkopp <socketcan@hartkopp.net>
>  M:	Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
> -L:	socketcan-core@lists.berlios.de (subscribers-only)
> +M:	Urs Thuermann <urs.thuermann@volkswagen.de>
> +L:	socketcan-core@lists.berlios.de
>  W:	http://developer.berlios.de/projects/socketcan/
>  S:	Maintained
> -F:	drivers/net/can/
> -F:	include/linux/can/
> +F:	net/can/
>  F:	include/linux/can.h
> +F:	include/linux/can/core.h
> +F:	include/linux/can/bcm.h
> +F:	include/linux/can/raw.h
> 
>  CAN NETWORK DRIVERS
>  M:	Wolfgang Grandegger <wg@grandegger.com>
> -L:	socketcan-core@lists.berlios.de (subscribers-only)
> +L:	socketcan-core@lists.berlios.de
>  W:	http://developer.berlios.de/projects/socketcan/
>  S:	Maintained
> +F:	drivers/net/can/
> +F:	include/linux/can/dev.h
> +F:	include/linux/can/error.h
> +F:	include/linux/can/netlink.h
> +F:	include/linux/can/platform/
> 
>  CELL BROADBAND ENGINE ARCHITECTURE
>  M:	Arnd Bergmann <arnd@arndb.de>
> 

Looks good ==>

Acked-by: Wolfgang Grandegger <wg@grandegger.com>


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller March 7, 2010, 11:28 p.m. UTC | #2
From: Wolfgang Grandegger <wg@grandegger.com>
Date: Sat, 06 Mar 2010 18:48:01 +0100

> Oliver Hartkopp wrote:
>> Update the CAN Maintainer responsibilities and add source paths.
>> Additional the SocketCAN core ML is not subscribers-only anymore.
>> 
>> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
 ...
> Acked-by: Wolfgang Grandegger <wg@grandegger.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 34f52a1..9ee1f78 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1372,20 +1372,28 @@  F:	arch/x86/include/asm/calgary.h
 F:	arch/x86/include/asm/tce.h

 CAN NETWORK LAYER
-M:	Urs Thuermann <urs.thuermann@volkswagen.de>
+M:	Oliver Hartkopp <socketcan@hartkopp.net>
 M:	Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
-L:	socketcan-core@lists.berlios.de (subscribers-only)
+M:	Urs Thuermann <urs.thuermann@volkswagen.de>
+L:	socketcan-core@lists.berlios.de
 W:	http://developer.berlios.de/projects/socketcan/
 S:	Maintained
-F:	drivers/net/can/
-F:	include/linux/can/
+F:	net/can/
 F:	include/linux/can.h
+F:	include/linux/can/core.h
+F:	include/linux/can/bcm.h
+F:	include/linux/can/raw.h

 CAN NETWORK DRIVERS
 M:	Wolfgang Grandegger <wg@grandegger.com>
-L:	socketcan-core@lists.berlios.de (subscribers-only)
+L:	socketcan-core@lists.berlios.de
 W:	http://developer.berlios.de/projects/socketcan/
 S:	Maintained
+F:	drivers/net/can/
+F:	include/linux/can/dev.h
+F:	include/linux/can/error.h
+F:	include/linux/can/netlink.h
+F:	include/linux/can/platform/

 CELL BROADBAND ENGINE ARCHITECTURE
 M:	Arnd Bergmann <arnd@arndb.de>