Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752877Ab0AYJUp (ORCPT ); Mon, 25 Jan 2010 04:20:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752794Ab0AYJUp (ORCPT ); Mon, 25 Jan 2010 04:20:45 -0500 Received: from metis.ext.pengutronix.de ([92.198.50.35]:60361 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752779Ab0AYJUo (ORCPT ); Mon, 25 Jan 2010 04:20:44 -0500 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jean Delvare , Ben Dooks Subject: [PATCH] MAINTAINERS: add i2c tree for embedded platforms Date: Mon, 25 Jan 2010 10:20:34 +0100 Message-Id: <1264411234-5400-1-git-send-email-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 1.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1392 Lines: 56 Signed-off-by: Uwe Kleine-König Cc: Ben Dooks --- Hello, I wonder if it makes sence to split the "I2C SUBSYSTEM" entry into something like: I2C SUBSYSTEM (PC drivers, core) M: Jean Delvare L: ... W: ... T: quilt ... S: ... F: Documentation/i2c/ F: drivers/i2c/ F: include/linux/i2c.h F: include/linux/i2c-*.h I2C SUBSYSTEM (embedded platforms) M: Ben Dooks L: ... W: ... T: git ... S: ... F: drivers/i2c/ F: include/linux/i2c-*.h (I'm not entirely sure about the file patterns for the 2nd entry.) Best regards Uwe MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1858646..a1813fd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2629,6 +2629,7 @@ M: "Ben Dooks (embedded platforms)" L: linux-i2c@vger.kernel.org W: http://i2c.wiki.kernel.org/ T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ +T: git git://git.fluff.org/bjdooks/linux.git S: Maintained F: Documentation/i2c/ F: drivers/i2c/ -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/