From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BEK-0004K2-M8 for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8BEJ-0006T2-4A for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:20 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:60199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BEJ-0006So-1K for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:19 -0400 Received: by gwb19 with SMTP id 19so2522367gwb.4 for ; Mon, 26 Sep 2011 06:28:18 -0700 (PDT) Message-ID: <4E807DEF.6080300@codemonkey.ws> Date: Mon, 26 Sep 2011 08:28:15 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316778401-16313-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1316778401-16313-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4] pull: omap patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 09/23/2011 06:46 AM, Peter Maydell wrote: > This is a small pullreq for the couple of outstanding OMAP patches, > which I have now rebased following the landing of Avi's memoryregion > batch which touched omap1.c. I've also included the MAINTAINERS file > update. Please pull. > > Thanks > -- PMM Pulled. Thanks. Regards, Anthony Liguori > > > The following changes since commit 7e36b264ce524bc60b7b71dd45c05af767ceff2b: > > hw/omap_gpmc: Modify correct field when writing IRQSTATUS register (2011-09-23 08:36:58 +0200) > > are available in the git repository at: > git://git.linaro.org/people/pmaydell/qemu-arm.git omap-for-upstream > > Peter Maydell (4): > omap_intc: Use MemoryRegion API > omap_intc: Qdevify > hw/omap1: Wire up GPIO clock > MAINTAINERS: claim maintainership for the OMAP devices > > MAINTAINERS | 5 ++ > hw/nseries.c | 4 +- > hw/omap.h | 21 +------- > hw/omap1.c | 142 ++++++++++++++++++++++++++++------------------ > hw/omap2.c | 92 +++++++++++++++++------------ > hw/omap_intc.c | 175 +++++++++++++++++++++++++++++++------------------------ > 6 files changed, 249 insertions(+), 190 deletions(-) > >