From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFTEb-0007RS-Mk for qemu-devel@nongnu.org; Sun, 25 Jan 2015 14:52:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFTEW-0002tK-IV for qemu-devel@nongnu.org; Sun, 25 Jan 2015 14:52:37 -0500 Received: from mail-qc0-x22c.google.com ([2607:f8b0:400d:c01::22c]:36464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFTEW-0002t0-DU for qemu-devel@nongnu.org; Sun, 25 Jan 2015 14:52:32 -0500 Received: by mail-qc0-f172.google.com with SMTP id i8so4467795qcq.3 for ; Sun, 25 Jan 2015 11:52:31 -0800 (PST) From: Colin Leitner Date: Sun, 25 Jan 2015 20:51:41 +0100 Message-Id: <1422215503-12516-1-git-send-email-colin.leitner@gmail.com> In-Reply-To: <1420583203-12404-1-git-send-email-colin.leitner@gmail.com> References: <1420583203-12404-1-git-send-email-colin.leitner@gmail.com> Subject: [Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model 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, this is the fourth version of the Zynq GPIO model patch. It includes * removal of unneeded memset in zynq_gpio_realize * some minor code cleanup * fixes for all remaining checkpatch warnings (lines too long) Regards, 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 | 413 +++++++++++++++++++++++++++++++++++++++++++ include/hw/gpio/zynq-gpio.h | 79 +++++++++ 4 files changed, 495 insertions(+) create mode 100644 hw/gpio/zynq-gpio.c create mode 100644 include/hw/gpio/zynq-gpio.h -- 1.7.10.4