From mboxrd@z Thu Jan 1 00:00:00 1970 From: Urs Thuermann Subject: [PATCH 6/7] CAN: Add maintainer entries Date: Fri, 5 Oct 2007 12:49:11 +0200 Message-ID: <20071005105124.20150.6@janus.isnogud.escape.de> References: <20071005104905.20150.0@janus.isnogud.escape.de> Cc: Thomas Gleixner , Arnaldo Carvalho de Melo , Oliver Hartkopp , Oliver Hartkopp , Urs Thuermann To: netdev@vger.kernel.org, David Miller , Patrick McHardy Return-path: Received: from oker.escape.de ([194.120.234.254]:53009 "EHLO oker.escape.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752948AbXJEKzw (ORCPT ); Fri, 5 Oct 2007 06:55:52 -0400 Content-Disposition: inline; filename=06-can-maintainers.diff Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org This patch adds entries in the CREDITS and MAINTAINERS file for CAN. Signed-off-by: Oliver Hartkopp Signed-off-by: Urs Thuermann --- CREDITS | 16 ++++++++++++++++ MAINTAINERS | 9 +++++++++ 2 files changed, 25 insertions(+) Index: net-2.6.24/CREDITS =================================================================== --- net-2.6.24.orig/CREDITS 2007-09-20 06:37:28.000000000 +0200 +++ net-2.6.24/CREDITS 2007-10-02 12:03:43.000000000 +0200 @@ -1347,6 +1347,14 @@ S: 5623 HZ Eindhoven S: The Netherlands +N: Oliver Hartkopp +E: oliver.hartkopp@volkswagen.de +W: http://www.volkswagen.de +D: Controller Area Network (network layer core) +S: Brieffach 1776 +S: 38436 Wolfsburg +S: Germany + N: Andrew Haylett E: ajh@primag.co.uk D: Selection mechanism @@ -3300,6 +3308,14 @@ S: F-35042 Rennes Cedex S: France +N: Urs Thuermann +E: urs.thuermann@volkswagen.de +W: http://www.volkswagen.de +D: Controller Area Network (network layer core) +S: Brieffach 1776 +S: 38436 Wolfsburg +S: Germany + N: Jon Tombs E: jon@gte.esi.us.es W: http://www.esi.us.es/~jon Index: net-2.6.24/MAINTAINERS =================================================================== --- net-2.6.24.orig/MAINTAINERS 2007-09-28 18:01:52.000000000 +0200 +++ net-2.6.24/MAINTAINERS 2007-10-02 12:03:43.000000000 +0200 @@ -991,6 +991,15 @@ L: video4linux-list@redhat.com S: Maintained +CAN NETWORK LAYER +P: Urs Thuermann +M: urs.thuermann@volkswagen.de +P: Oliver Hartkopp +M: oliver.hartkopp@volkswagen.de +L: socketcan-core@lists.berlios.de +W: http://developer.berlios.de/projects/socketcan/ +S: Maintained + CALGARY x86-64 IOMMU P: Muli Ben-Yehuda M: muli@il.ibm.com --