From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV0iQ-0003LI-NQ for qemu-devel@nongnu.org; Mon, 28 Nov 2011 07:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV0iO-0001WJ-8i for qemu-devel@nongnu.org; Mon, 28 Nov 2011 07:53:46 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:51797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV0iO-0001WC-0g for qemu-devel@nongnu.org; Mon, 28 Nov 2011 07:53:44 -0500 Received: by eaai10 with SMTP id i10so1854946eaa.4 for ; Mon, 28 Nov 2011 04:53:42 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 28 Nov 2011 13:53:33 +0100 Message-Id: <1322484818-3604-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/5] convert some omap devices to memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Beno=C3=AEt=20Canet?= , avi@redhat.com These patch convert some omap devices to the memory API v2: omap_sx1: smarter mask (avi) BenoƮt Canet (5): omap_sx1: convert to memory API omap_spi: convert to memory API omap_lcdc: convert to memory API omap_l4: convert to memory API omap_i2c: convert to memory API hw/omap.h | 15 ++++++-- hw/omap1.c | 4 +- hw/omap_i2c.c | 45 ++++++++++++++----------- hw/omap_l4.c | 35 +++++++++++--------- hw/omap_lcdc.c | 33 ++++++++---------- hw/omap_spi.c | 37 +++++++++++--------- hw/omap_sx1.c | 99 +++++++++++++++++++++++++------------------------------ 7 files changed, 137 insertions(+), 131 deletions(-) -- 1.7.7.3