From patchwork Tue Oct 30 09:40:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 990694 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42kmgt2Jr5z9s3q for ; Tue, 30 Oct 2018 20:41:30 +1100 (AEDT) Received: from localhost ([::1]:51853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHQWe-0005yL-0I for incoming@patchwork.ozlabs.org; Tue, 30 Oct 2018 05:41:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHQW2-0005wC-I9 for qemu-devel@nongnu.org; Tue, 30 Oct 2018 05:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHQVz-0001k6-AN for qemu-devel@nongnu.org; Tue, 30 Oct 2018 05:40:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:57374 helo=mx1.suse.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHQVz-0001jh-3I for qemu-devel@nongnu.org; Tue, 30 Oct 2018 05:40:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 247EDAD65; Tue, 30 Oct 2018 09:40:46 +0000 (UTC) From: Alexander Graf To: qemu-devel@nongnu.org Date: Tue, 30 Oct 2018 10:40:45 +0100 Message-Id: <20181030094045.19147-1-agraf@suse.de> X-Mailer: git-send-email 2.12.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Subject: [Qemu-devel] [PATCH] MAINTAINERS: DT: Remove myself and degrade X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Peter Crosthwaite Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" I haven't really maintained the device tree infrastructure in QEMU for a long time by now. I also haven't seen Peter work on the code for the last 2 years, so let's put it into Odd Fixes to make room for others to step up :). Signed-off-by: Alexander Graf --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8bc9a594da..08ea12172e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1548,8 +1548,7 @@ F: include/qom/cpu.h Device Tree M: Peter Crosthwaite -M: Alexander Graf -S: Maintained +S: Odd Fixes F: device_tree.c F: include/sysemu/device_tree.h