From patchwork Wed Aug 3 03:11:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alistair Francis X-Patchwork-Id: 655241 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3s3yzB5q5Hz9s9k for ; Wed, 3 Aug 2016 13:21:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=sJuIKvni; dkim-atps=neutral Received: from localhost ([::1]:59967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUmkW-00069U-Ss for incoming@patchwork.ozlabs.org; Tue, 02 Aug 2016 23:21:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUmaP-0005vv-7r for qemu-devel@nongnu.org; Tue, 02 Aug 2016 23:11:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUmaN-0006wx-9s for qemu-devel@nongnu.org; Tue, 02 Aug 2016 23:11:12 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:36660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUmaN-0006wr-2M for qemu-devel@nongnu.org; Tue, 02 Aug 2016 23:11:11 -0400 Received: by mail-pf0-x243.google.com with SMTP id y134so13681629pfg.3 for ; Tue, 02 Aug 2016 20:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VDsp0VrtDYyOsntqNUFrJgaEaJakH9jtt3igicMmf6Y=; b=sJuIKvnibZJ2qEq1iHlKE+90tqCY8kJxfuWTh0KeuUKVG95s8Fo+3KxcYQ+ORHjK6Q wSV5c7zVKeWvAO11fe8EHvyXK34L8eWRUPOTbpJecoH5C/P5jymvzRiSbMK6eDpO+A3U t95hKrAFObQv/hxUHdyB0M/bzlM6RwOWV9IMEcuk5gF2eEH/UnF0CisgQqlAtXduinEx 53g2nJ/XzSmsXfwqqpJruw28xEPWCZh34LbtAAeHfxdHS/UQI2K4fFsG5AmxCOKOAHiS 4HdjguPD42MD81rnHjdw+Qh1lxUEn3h4y7aDlpvno5PcrKmHnPnFvCgwUYe1Mot5N6Oo iYXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VDsp0VrtDYyOsntqNUFrJgaEaJakH9jtt3igicMmf6Y=; b=Urrkv/ZQWH9byDInxrM1wtXmUqAMlWS9A9kVriYJBCTXpkO6FkJ7Haq+sE5ysCXClK zWaXE2Ayt5IGPsN5BTK4ylPCSxvREXfycMS49eiMVOVm5m4yjtOmDUKl21fPYcTaj+NB xAwNKhkyXabmUa1d8rcu9ZKTf5896fZxdcq3FR0vj158aa/PlCTkpcslyEOSK9dK8dsz t3WsVnrqAhP/5bnzBi5h/u7/YS+CCH8SDXtvbCRMJuBJL+eviKYpEtlseJlZ/3Q1HB1H b+bEV2XGpnNah9I0S2fESyI9lTEvdFFkEqAp83HzWhm6uVDHWt59Jc0ArrAkIpOBTVOe HD2A== X-Gm-Message-State: AEkooushd8J5Bbo5dpHtbwS5Eiv0Egik4mWEKZV+ydqZA0bYA7Z4k1qZc+2sblP/nO7wlw== X-Received: by 10.98.92.65 with SMTP id q62mr112245350pfb.70.1470193870504; Tue, 02 Aug 2016 20:11:10 -0700 (PDT) Received: from localhost ([2601:646:8581:937e:fc58:edc5:1254:cc96]) by smtp.gmail.com with ESMTPSA id g21sm7891548pfj.88.2016.08.02.20.11.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Aug 2016 20:11:09 -0700 (PDT) From: Alistair Francis X-Google-Original-From: Alistair Francis To: qemu-devel@nongnu.org, peter.maydell@linaro.org Date: Tue, 2 Aug 2016 20:11:09 -0700 Message-Id: X-Mailer: git-send-email 2.7.4 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::243 Subject: [Qemu-devel] [PATCH v6 8/8] MAINTAINERS: Add Alistair to the maintainers list 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: alistair23@gmail.com, konstanty@ieee.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Add Alistair Francis as the maintainer for the Netduino 2 and SMM32F205 SoC. Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite --- MAINTAINERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d1439a8..e55be55 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -475,6 +475,21 @@ S: Maintained F: hw/arm/virt-acpi-build.c F: include/hw/arm/virt-acpi-build.h +STM32F205 +M: Alistair Francis +S: Maintained +F: hw/arm/stm32f205_soc.c +F: hw/misc/stm32f2xx_syscfg.c +F: hw/char/stm32f2xx_usart.c +F: hw/timer/stm32f2xx_timer.c +F: hw/adc/* +F: hw/ssi/stm32f2xx_spi.c + +Netduino 2 +M: Alistair Francis +S: Maintained +F: hw/arm/netduino2.c + CRIS Machines ------------- Axis Dev88