netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: can: the mailinglist moved to vger.kernel.org
@ 2011-10-13 11:42 Marc Kleine-Budde
  2011-10-13 20:17 ` Oliver Hartkopp
  2011-11-02 20:55 ` [PATCH] MAINTAINERS: Add can-gw include to maintained files Oliver Hartkopp
  0 siblings, 2 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2011-10-13 11:42 UTC (permalink / raw)
  To: linux-can; +Cc: netdev, Marc Kleine-Budde

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aac56f9..5008b08 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1671,7 +1671,7 @@ CAN NETWORK LAYER
 M:	Oliver Hartkopp <socketcan@hartkopp.net>
 M:	Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
 M:	Urs Thuermann <urs.thuermann@volkswagen.de>
-L:	socketcan-core@lists.berlios.de (subscribers-only)
+L:	linux-can@vger.kernel.org
 L:	netdev@vger.kernel.org
 W:	http://developer.berlios.de/projects/socketcan/
 S:	Maintained
@@ -1683,7 +1683,7 @@ F:	include/linux/can/raw.h
 
 CAN NETWORK DRIVERS
 M:	Wolfgang Grandegger <wg@grandegger.com>
-L:	socketcan-core@lists.berlios.de (subscribers-only)
+L:	linux-can@vger.kernel.org
 L:	netdev@vger.kernel.org
 W:	http://developer.berlios.de/projects/socketcan/
 S:	Maintained
-- 
1.7.4.1

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

* Re: [PATCH] MAINTAINERS: can: the mailinglist moved to vger.kernel.org
  2011-10-13 11:42 [PATCH] MAINTAINERS: can: the mailinglist moved to vger.kernel.org Marc Kleine-Budde
@ 2011-10-13 20:17 ` Oliver Hartkopp
  2011-11-02 20:55 ` [PATCH] MAINTAINERS: Add can-gw include to maintained files Oliver Hartkopp
  1 sibling, 0 replies; 4+ messages in thread
From: Oliver Hartkopp @ 2011-10-13 20:17 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can, netdev

On 10/13/11 13:42, Marc Kleine-Budde wrote:

> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>


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

> ---
>  MAINTAINERS |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aac56f9..5008b08 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1671,7 +1671,7 @@ CAN NETWORK LAYER
>  M:	Oliver Hartkopp <socketcan@hartkopp.net>
>  M:	Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
>  M:	Urs Thuermann <urs.thuermann@volkswagen.de>
> -L:	socketcan-core@lists.berlios.de (subscribers-only)
> +L:	linux-can@vger.kernel.org
>  L:	netdev@vger.kernel.org
>  W:	http://developer.berlios.de/projects/socketcan/
>  S:	Maintained
> @@ -1683,7 +1683,7 @@ F:	include/linux/can/raw.h
>  
>  CAN NETWORK DRIVERS
>  M:	Wolfgang Grandegger <wg@grandegger.com>
> -L:	socketcan-core@lists.berlios.de (subscribers-only)
> +L:	linux-can@vger.kernel.org
>  L:	netdev@vger.kernel.org
>  W:	http://developer.berlios.de/projects/socketcan/
>  S:	Maintained

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

* [PATCH] MAINTAINERS: Add can-gw include to maintained files
  2011-10-13 11:42 [PATCH] MAINTAINERS: can: the mailinglist moved to vger.kernel.org Marc Kleine-Budde
  2011-10-13 20:17 ` Oliver Hartkopp
@ 2011-11-02 20:55 ` Oliver Hartkopp
  2011-11-03 22:12   ` David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Oliver Hartkopp @ 2011-11-02 20:55 UTC (permalink / raw)
  To: netdev; +Cc: linux-can

Commit c1aabdf379bc2feeb0df7057ed5bad96f492133e (can-gw: add netlink based
CAN routing) added a new include file that's neither referenced by any of
the CAN maintainers.

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

---

diff --git a/MAINTAINERS b/MAINTAINERS
index 479beaa..abeb3f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1716,6 +1716,7 @@ F:	include/linux/can.h
 F:	include/linux/can/core.h
 F:	include/linux/can/bcm.h
 F:	include/linux/can/raw.h
+F:	include/linux/can/gw.h

 CAN NETWORK DRIVERS
 M:	Wolfgang Grandegger <wg@grandegger.com>

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

* Re: [PATCH] MAINTAINERS: Add can-gw include to maintained files
  2011-11-02 20:55 ` [PATCH] MAINTAINERS: Add can-gw include to maintained files Oliver Hartkopp
@ 2011-11-03 22:12   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2011-11-03 22:12 UTC (permalink / raw)
  To: socketcan; +Cc: netdev, linux-can

From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: Wed, 02 Nov 2011 21:55:13 +0100

> Commit c1aabdf379bc2feeb0df7057ed5bad96f492133e (can-gw: add netlink based
> CAN routing) added a new include file that's neither referenced by any of
> the CAN maintainers.
> 
> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>

Applied.

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

end of thread, other threads:[~2011-11-03 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 11:42 [PATCH] MAINTAINERS: can: the mailinglist moved to vger.kernel.org Marc Kleine-Budde
2011-10-13 20:17 ` Oliver Hartkopp
2011-11-02 20:55 ` [PATCH] MAINTAINERS: Add can-gw include to maintained files Oliver Hartkopp
2011-11-03 22:12   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).