From patchwork Tue Sep 20 10:22:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 4197 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id F2CA723EF9 for ; Tue, 20 Sep 2011 10:22:13 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id DF0D1A18968 for ; Tue, 20 Sep 2011 10:22:13 +0000 (UTC) Received: by fxe23 with SMTP id 23so510882fxe.11 for ; Tue, 20 Sep 2011 03:22:13 -0700 (PDT) Received: by 10.223.61.66 with SMTP id s2mr1075003fah.27.1316514133651; Tue, 20 Sep 2011 03:22:13 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.18.198 with SMTP id y6cs74524lad; Tue, 20 Sep 2011 03:22:13 -0700 (PDT) Received: by 10.213.3.84 with SMTP id 20mr178185ebm.45.1316514132827; Tue, 20 Sep 2011 03:22:12 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id m8si889443wed.2.2011.09.20.03.22.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Sep 2011 03:22:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1R5xSo-0002mx-7T; Tue, 20 Sep 2011 11:22:06 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Anthony Liguori Subject: [PATCH] MAINTAINERS: claim maintainership for the OMAP devices Date: Tue, 20 Sep 2011 11:22:06 +0100 Message-Id: <1316514126-10696-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 Signed-off-by: Peter Maydell Acked-by: Edgar E. Iglesias --- (1) I've put this in the 'Devices' part of the MAINTAINERS file because OMAP isn't a specific machine; seemed the best fit (2) I'll put together a pullreq with this and the other omap patches later this week or early next. MAINTAINERS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 72b2099..151f393 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -355,6 +355,11 @@ M: Kevin Wolf S: Odd Fixes F: hw/ide/ +OMAP +M: Peter Maydell +S: Maintained +F: hw/omap* + PCI M: Michael S. Tsirkin S: Supported