From patchwork Sat May 16 09:39:28 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Grandegger X-Patchwork-Id: 27293 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 31028B7069 for ; Sat, 16 May 2009 19:39:38 +1000 (EST) Received: by ozlabs.org (Postfix) id 2050CDE0F8; Sat, 16 May 2009 19:39:38 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id B091DDE0F6 for ; Sat, 16 May 2009 19:39:37 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755440AbZEPJj3 (ORCPT ); Sat, 16 May 2009 05:39:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755158AbZEPJj2 (ORCPT ); Sat, 16 May 2009 05:39:28 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:33169 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754416AbZEPJj1 (ORCPT ); Sat, 16 May 2009 05:39:27 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 74B811C152D2; Sat, 16 May 2009 11:39:27 +0200 (CEST) X-Auth-Info: 5Bd4A0E80/SWzUuZCl+AmClStIcKTPgP1yBA6sSX584= Received: from mail.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTP id 39018901A9; Sat, 16 May 2009 11:39:27 +0200 (CEST) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail.denx.de (Postfix) with ESMTP id 093E5424ED13; Sat, 16 May 2009 11:39:27 +0200 (CEST) Received: by pollux.denx.de (Postfix, from userid 504) id E38121012A001; Sat, 16 May 2009 11:39:26 +0200 (CEST) Message-Id: <20090516093926.795879192@denx.de> User-Agent: quilt/0.47-1 Date: Sat, 16 May 2009 11:39:28 +0200 From: Wolfgang Grandegger To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Wolfgang Grandegger Subject: [PATCH v3 2/7] [PATCH 2/8] can: Update MAINTAINERS and CREDITS file References: <20090516093926.429574900@denx.de> Content-Disposition: inline; filename=02-driver-maintainers.patch Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Wolfgang Grandegger --- CREDITS | 4 ++++ MAINTAINERS | 7 +++++++ 2 files changed, 11 insertions(+) -- 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 Index: net-next-2.6/CREDITS =================================================================== --- net-next-2.6.orig/CREDITS 2009-05-16 11:09:19.073112853 +0200 +++ net-next-2.6/CREDITS 2009-05-16 11:17:20.991718798 +0200 @@ -1253,6 +1253,10 @@ S: Sterling Heights, Michigan 48313 S: USA +N: Wolfgang Grandegger +E: wg@grandegger.com +D: Controller Area Network (device drivers) + N: William Greathouse E: wgreathouse@smva.com E: wgreathouse@myfavoritei.com Index: net-next-2.6/MAINTAINERS =================================================================== --- net-next-2.6.orig/MAINTAINERS 2009-05-16 11:09:19.078821762 +0200 +++ net-next-2.6/MAINTAINERS 2009-05-16 11:17:20.999719092 +0200 @@ -1278,6 +1278,13 @@ F: include/linux/can/ F: include/linux/can.h +CAN NETWORK DRIVERS +P: Wolfgang Grandegger +M: wg@grandegger.com +L: socketcan-core@lists.berlios.de (subscribers-only) +W: http://developer.berlios.de/projects/socketcan/ +S: Maintained + CELL BROADBAND ENGINE ARCHITECTURE P: Arnd Bergmann M: arnd@arndb.de