From patchwork Fri Oct 5 00:08:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 189375 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6711C2C0328 for ; Fri, 5 Oct 2012 10:18:36 +1000 (EST) Received: from localhost ([::1]:54557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJvcg-0006KU-Fp for incoming@patchwork.ozlabs.org; Thu, 04 Oct 2012 20:18:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJvcZ-0006KE-0y for qemu-devel@nongnu.org; Thu, 04 Oct 2012 20:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJvcX-0004rq-Qp for qemu-devel@nongnu.org; Thu, 04 Oct 2012 20:18:26 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJvcX-0004rm-KC for qemu-devel@nongnu.org; Thu, 04 Oct 2012 20:18:25 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so1109703pbb.4 for ; Thu, 04 Oct 2012 17:18:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=aBHM7PgIDKxzBwAHchwyWqDoAtt7rlU87xZ7TlsDthY=; b=aaPw6JLc305jjKUkTZdXWAWnWG32HNnewRmfEFmK3YB2KN1+Y/z7Cp3hRZKXoRnWFj N/cI49S2uVtnLBrsbsW5D84hJ+pAYE547T6+Yuwnuh0+tLPlQb+C0ysiGg9/h+LZywcs siur0PLk+bPnMxB7FEZH4xWjyocnxwpH1GOa+8mL2lFhH4TB1Xfw15WWnGF9rwMMJj+i jD4GxCxZRrZk79d1WHCCaZSxan9uJ/kq5LdHisjVGgMjqm98tiyXFAOxH4LgulFIfAaM OKKklzNXdbnRlJ0T0HVea/8DQrBHgySPTBnaLNwRAfg/uF7kvjcDyvuX+JLrNJRHo0mw o9AQ== Received: by 10.66.81.199 with SMTP id c7mr17238145pay.19.1349395813154; Thu, 04 Oct 2012 17:10:13 -0700 (PDT) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id y2sm5008270pax.29.2012.10.04.17.10.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2012 17:10:12 -0700 (PDT) From: Peter Crosthwaite To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com, blauwirbel@gmail.com, aliguori@us.ibm.com Date: Fri, 5 Oct 2012 10:08:58 +1000 Message-Id: <1349395739-26502-14-git-send-email-peter.crosthwaite@xilinx.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1349395739-26502-1-git-send-email-peter.crosthwaite@xilinx.com> References: <1349395739-26502-1-git-send-email-peter.crosthwaite@xilinx.com> X-Gm-Message-State: ALoCoQnwnRkv2hnMMi75z5aCHzvfm0wmTVQ04Cm1qLhBZo6Yy5KmLmbfcmBUDp0eri80WRe6D6w5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Cc: peter.crosthwaite@petalogix.com Subject: [Qemu-devel] [PATCH 13/14] MAINTAINERS: Added maintainerships for SSI 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 From: Peter A. G. Crosthwaite Added maintainership for SSI, M25P80 and the Xilinx SPI controllers. Signed-off-by: Peter A. G. Crosthwaite --- MAINTAINERS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 29aac4f..e25794b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -268,6 +268,7 @@ S: Maintained F: hw/xilinx_zynq.c F: hw/zynq_slcr.c F: hw/cadence_* +F: hw/xilinx_spips.c CRIS Machines ------------- @@ -469,6 +470,12 @@ M: Paul Brook S: Odd Fixes F: hw/lsi53c895a.c +SSI +M: Peter Crosthwaite +S: Maintained +F: hw/ssi.* +F: hw/m25p80.c + USB M: Gerd Hoffmann S: Maintained @@ -517,6 +524,7 @@ F: hw/xilinx_intc.c F: hw/xilinx_ethlite.c F: hw/xilinx_timer.c F: hw/xilinx.h +F: hw/xilinx_spi.c Subsystems ----------