From patchwork Tue Jan 3 18:40:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Hartkopp X-Patchwork-Id: 134056 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42B4C1007D5 for ; Wed, 4 Jan 2012 05:40:46 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754656Ab2ACSkj (ORCPT ); Tue, 3 Jan 2012 13:40:39 -0500 Received: from mo-p00-ob.rzone.de ([81.169.146.160]:32320 "EHLO mo-p00-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754582Ab2ACSki (ORCPT ); Tue, 3 Jan 2012 13:40:38 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1325616035; l=2158; s=domk; d=hartkopp.net; h=Content-Transfer-Encoding:Content-Type:Subject:CC:To:MIME-Version: From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=d8LlVUrSroiFhJSPLXAjqD9RpF0=; b=b0CzNPcLRDV++30exrV60tZ7GB0zHq8Tw3ObzaUCRMEm+KpZMWCFSX7me+XnZWIDEjy dco14jMXpUtGsa0+bBI22wlmSoMYbim7TdwV17AC2gEAjfZhrvAT0I6KyyD50LZixmnMG kHkFCB6RZEBBa1oKA6J39g29KSsWKN6bdiA= X-RZG-AUTH: :P2MHfkW8eP4Mre39l357AZT/I7AY/7nT2yrT1q0ngWNsKR9Dbc7nsXB+5kXfp6qYVw== X-RZG-CLASS-ID: mo00 Received: from [192.168.178.36] (p5B0B089E.dip0.t-ipconnect.de [91.11.8.158]) by smtp.strato.de (cohen mo29) (RZmta 27.2 DYNA|AUTH) with ESMTPA id u02d57o03Ibpha ; Tue, 3 Jan 2012 19:40:17 +0100 (MET) Message-ID: <4F034B9C.2030106@hartkopp.net> Date: Tue, 03 Jan 2012 19:40:28 +0100 From: Oliver Hartkopp User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: Linux Netdev List CC: "linux-can@vger.kernel.org" , Oliver Hartkopp , Urs Thuermann , Wolfgang Grandegger , Marc Kleine-Budde Subject: [PATCH] CAN MAINTAINERS update Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Update the CAN MAINTAINERS section: - point out active maintainers - pull the CAN driver discussion away from netdev ML - point to the new CAN web site on gitorious.org - add CAN development git repository URL to submit patches Signed-off-by: Oliver Hartkopp CC: Oliver Hartkopp CC: Urs Thuermann CC: Wolfgang Grandegger CC: Marc Kleine-Budde CC: linux-can@vger.kernel.org --- Hello Dave, this is the updated MAINTAINERS section for the CAN subsystem. As Marc Kleine-Budde will send upcoming git pull requests we discussed, if we would need an additional section like this ... NETWORKING [CAN] M: Marc Kleine-Budde L: linux-can@vger.kernel.org W: http://gitorious.org/linux-can T: git://gitorious.org/linux-can/linux-can-next.git S: Maintained F: net/can/ F: drivers/net/can/ F: include/linux/can* to make sure for you, who's sending the pull requests ... Is this really needed or is it ok for you like it is below? Regards, Oliver -- 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 --git a/MAINTAINERS b/MAINTAINERS index dbf3d94..59ce369 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1698,11 +1698,9 @@ F: arch/x86/include/asm/tce.h CAN NETWORK LAYER M: Oliver Hartkopp -M: Oliver Hartkopp -M: Urs Thuermann L: linux-can@vger.kernel.org -L: netdev@vger.kernel.org -W: http://developer.berlios.de/projects/socketcan/ +W: http://gitorious.org/linux-can +T: git://gitorious.org/linux-can/linux-can-next.git S: Maintained F: net/can/ F: include/linux/can.h @@ -1713,9 +1711,10 @@ F: include/linux/can/gw.h CAN NETWORK DRIVERS M: Wolfgang Grandegger +M: Marc Kleine-Budde L: linux-can@vger.kernel.org -L: netdev@vger.kernel.org -W: http://developer.berlios.de/projects/socketcan/ +W: http://gitorious.org/linux-can +T: git://gitorious.org/linux-can/linux-can-next.git S: Maintained F: drivers/net/can/ F: include/linux/can/dev.h