From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5wcl-0002MO-SQ for qemu-devel@nongnu.org; Tue, 30 Dec 2014 08:14:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5wci-00032A-Nr for qemu-devel@nongnu.org; Tue, 30 Dec 2014 08:14:11 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:62797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5wci-000326-GK for qemu-devel@nongnu.org; Tue, 30 Dec 2014 08:14:08 -0500 Received: by mail-we0-f181.google.com with SMTP id q58so987567wes.26 for ; Tue, 30 Dec 2014 05:14:07 -0800 (PST) From: Colin Leitner Date: Tue, 30 Dec 2014 14:13:26 +0100 Message-Id: <1419945208-13971-1-git-send-email-colin.leitner@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] GPIO model for Zynq SoC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.crosthwaite@xilinx.com, Colin Leitner Hello everyone, I wrote the Zynq GPIO model a while ago and it proved useful in an internal project, so maybe others will find it useful too. Cheers, Colin Colin Leitner (2): zynq_gpio: GPIO model for Zynq SoC xilinx_zynq: Add zynq_gpio to the machine hw/arm/xilinx_zynq.c | 2 + hw/gpio/Makefile.objs | 1 + hw/gpio/zynq_gpio.c | 441 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 444 insertions(+) create mode 100644 hw/gpio/zynq_gpio.c -- 1.7.10.4