From patchwork Sat Apr 25 08:19:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alistair Francis X-Patchwork-Id: 464468 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 AB1CF1402F7 for ; Sat, 25 Apr 2015 18:21:04 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=U3FlB96Q; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost ([::1]:47631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlvKg-00060r-RX for incoming@patchwork.ozlabs.org; Sat, 25 Apr 2015 04:21:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlvIz-0002g7-6b for qemu-devel@nongnu.org; Sat, 25 Apr 2015 04:19:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlvIy-0001Im-B4 for qemu-devel@nongnu.org; Sat, 25 Apr 2015 04:19:17 -0400 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:34332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlvIy-0001IV-3h for qemu-devel@nongnu.org; Sat, 25 Apr 2015 04:19:16 -0400 Received: by pdbqa5 with SMTP id qa5so71231379pdb.1 for ; Sat, 25 Apr 2015 01:19:15 -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=2IfLjw9qylCkecbTYh0kPLde0kgnZeOmsLgkBWvzq6g=; b=U3FlB96QqULrhdtdt/+syZ3Xj0zyl3ZHZXgrqKreF9LM9VWB2g0sDFY6A/TdsjquL9 epWTOcS0l01+o32cOYKddlun1VmG/dMiM9R4csjRGhDftpEjLOl0oqFuNzFHo+4piPNT SK/E3P98QE6/ZyYpzjrZAFu6kT7EwPMDzRv3i/N1fDh3XKbc/vEq7jmqJI95hPskmpIa QSIlhl0sGJMNoU/YgDswaOAZ1AypVt0KxHbXy39c9/AO4hvIx3t0POo1kXGVGSielyFA KFQMAxl4KbBWEkR24HlUp3s7YMfTEwZIdZ+hq7qp9hbUYKnHqS/dVDHBezlIucZqefur qoPw== X-Received: by 10.66.145.74 with SMTP id ss10mr3075346pab.28.1429949955590; Sat, 25 Apr 2015 01:19:15 -0700 (PDT) Received: from localhost (220-245-42-228.tpgi.com.au. [220.245.42.228]) by mx.google.com with ESMTPSA id fm3sm13349874pab.29.2015.04.25.01.19.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Apr 2015 01:19:15 -0700 (PDT) From: Alistair Francis X-Google-Original-From: Alistair Francis To: qemu-devel@nongnu.org, peter.maydell@linaro.org Date: Sat, 25 Apr 2015 18:19:11 +1000 Message-Id: <6c49238fd5314a6c77939ae70570d7e592cd9d0b.1429949062.git.alistair@alistair23.me> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22c Cc: alistair23@gmail.com Subject: [Qemu-devel] [PATCH v1 7/7] MAINTAINERS: Add Alistair to the maintainers list X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 d7e9ba2..ad9827a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -355,6 +355,21 @@ F: hw/misc/zynq_slcr.c F: hw/*/cadence_* F: hw/ssi/xilinx_spips.c +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/misc/stm32f2xx_adc.c +F: hw/ssi/stm32f2xx_spi.c + +Netduino 2 +M: Alistair Francis +S: Maintained +F: hw/arm/netduino2.c + CRIS Machines ------------- Axis Dev88