From patchwork Sat May 30 05:45:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alistair Francis X-Patchwork-Id: 478409 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 E99E9140E41 for ; Sat, 30 May 2015 15:47:48 +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=O77He5VU; dkim-atps=neutral Received: from localhost ([::1]:38431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyZcZ-0002ET-6b for incoming@patchwork.ozlabs.org; Sat, 30 May 2015 01:47:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyZao-0006ps-TJ for qemu-devel@nongnu.org; Sat, 30 May 2015 01:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyZal-0000VD-O2 for qemu-devel@nongnu.org; Sat, 30 May 2015 01:45:58 -0400 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:32954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyZal-0000Uc-GP for qemu-devel@nongnu.org; Sat, 30 May 2015 01:45:55 -0400 Received: by pdbqa5 with SMTP id qa5so68399732pdb.0 for ; Fri, 29 May 2015 22:45:54 -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=bbAJkfJQferaFuMQ7chq4J8rzI8z8RRTaP/uk8bKFTw=; b=O77He5VURWsEK9VUVVcPRr2PZd1nMBkCCE2bs3bUXlrc6MQaVCt6lGVsbxY6BDoWPe BZYeTg8Pg9AomfT8AGtxpuHlPK9iucaNRx9wyK7u84Vi4HMgtQg15qb3VtGh5yP4WlVh geCnmsroTcHjjUHNgaEIyJNbobHRQLsSB0vifC9bFTVlAkJuHGVoMWhHN6/wg+z0s8u6 iqIzqTF9EzIdz3TJsIP53plQDBVMBxuJSNspFQE+l58U5WwqX+yWNIWhvln4aUcmcExc gH4qskkcVJzH7AlU2uMEwdOlO0NIFGMXxCvyy3xc+VXdJl/xR3LVWjuZvrUfDpObuqTR sm3A== X-Received: by 10.66.193.228 with SMTP id hr4mr21581981pac.48.1432964754811; Fri, 29 May 2015 22:45:54 -0700 (PDT) Received: from localhost (14-202-248-82.tpgi.com.au. [14.202.248.82]) by mx.google.com with ESMTPSA id ku10sm7402634pab.3.2015.05.29.22.45.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 22:45:54 -0700 (PDT) From: Alistair Francis X-Google-Original-From: Alistair Francis To: qemu-devel@nongnu.org, peter.crosthwaite@xilinx.com Date: Sat, 30 May 2015 15:45:50 +1000 Message-Id: <472e4d2c0a1dd0fbe2ecd3cf5a1ca37577931681.1432963735.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::22a Cc: peter.maydell@linaro.org, konstanty@ieee.org, alistair23@gmail.com Subject: [Qemu-devel] [PATCH v2 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 0463696..4af3b24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -356,6 +356,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/adc/* +F: hw/ssi/stm32f2xx_spi.c + +Netduino 2 +M: Alistair Francis +S: Maintained +F: hw/arm/netduino2.c + CRIS Machines ------------- Axis Dev88