From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754256AbZJJGe5 (ORCPT ); Sat, 10 Oct 2009 02:34:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752583AbZJJGez (ORCPT ); Sat, 10 Oct 2009 02:34:55 -0400 Received: from qw-out-2122.google.com ([74.125.92.25]:46527 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752208AbZJJGey (ORCPT ); Sat, 10 Oct 2009 02:34:54 -0400 From: Grant Likely Subject: [PATCH] Add Open Firmware / Flattened Device Tree entry to maintainers To: Joe Perches , linux-kernel@vger.kernel.org Cc: Andrew Morton , Wolfram Sang , Anton Vorontsov , devicetree-discuss@lists.ozlabs.org Date: Sat, 10 Oct 2009 00:33:43 -0600 Message-ID: <20091010063334.6432.57743.stgit@angua> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Grant Likely --- MAINTAINERS | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 09a2028..7c801b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3869,6 +3869,15 @@ S: Maintained F: Documentation/i2c/busses/i2c-ocores F: drivers/i2c/busses/i2c-ocores.c +OPEN FIRMWARE AND FLATTENED DEVICE TREE +M: Grant Likely +L: devicetree-discuss@lists.ozlabs.org +W: http://fdt.secretlab.ca +S: Maintained +F: drivers/of +F: include/linux/of*.h +K: of_get_property + OPROFILE M: Robert Richter L: oprofile-list@lists.sf.net