All of lore.kernel.org
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>,
	Paul Brook <paul@codesourcery.com>
Subject: Re: [Qemu-devel] [PULL 00/10] arm-devs queue
Date: Sat, 7 Jul 2012 09:21:29 +0000	[thread overview]
Message-ID: <CAAu8pHt09FTUs97nS1Kckbk+sJpN-7M4oAMNa-db98OCL+HKjw@mail.gmail.com> (raw)
In-Reply-To: <1341400454-20145-1-git-send-email-peter.maydell@linaro.org>

On Wed, Jul 4, 2012 at 11:14 AM, Peter Maydell <peter.maydell@linaro.org> wrote:
> Usual arm-devs pullreq; this contains some minor exynos fixes
> and the iMX31 model. Please pull.

Thanks, pulled.

>
> thanks
> -- PMM
>
>
> The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593:
>
>   bsd-user: fix build (2012-06-28 20:28:36 +0000)
>
> are available in the git repository at:
>   git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream
>
> Evgeny Voevodin (2):
>       hw/exynos4210_pwm.c: Fix STOP status in tick handler.
>       hw/exynos4210.c: Fix misleading initialization of IROM mirror
>
> Oleg Ogurtsov (1):
>       Exynos4: add RTC device
>
> Peter Chubb (5):
>       i.MX: UART support
>       i.MX31: Clock Control Module
>       i.MX31: Timers
>       i.MX31: Interrupt Controller
>       i.MX31: KZM-ARM11-01 evaluation board
>
> Peter Maydell (1):
>       hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t
>
> Stanislav Vorobiov (1):
>       ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.
>
>  MAINTAINERS          |    6 +
>  hw/arm/Makefile.objs |    3 +
>  hw/cadence_gem.c     |    4 +-
>  hw/exynos4210.c      |   10 +-
>  hw/exynos4210_mct.c  |    4 -
>  hw/exynos4210_pwm.c  |    2 +-
>  hw/exynos4210_rtc.c  |  595 +++++++++++++++++++++++++++++++++++++++++++
>  hw/imx.h             |   34 +++
>  hw/imx_avic.c        |  408 +++++++++++++++++++++++++++++
>  hw/imx_ccm.c         |  321 +++++++++++++++++++++++
>  hw/imx_serial.c      |  467 ++++++++++++++++++++++++++++++++++
>  hw/imx_timer.c       |  689 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/kzm.c             |  154 +++++++++++
>  13 files changed, 2689 insertions(+), 8 deletions(-)
>  create mode 100644 hw/exynos4210_rtc.c
>  create mode 100644 hw/imx.h
>  create mode 100644 hw/imx_avic.c
>  create mode 100644 hw/imx_ccm.c
>  create mode 100644 hw/imx_serial.c
>  create mode 100644 hw/imx_timer.c
>  create mode 100644 hw/kzm.c

  parent reply	other threads:[~2012-07-07  9:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04 11:14 [Qemu-devel] [PULL 00/10] arm-devs queue Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 01/10] ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 02/10] hw/exynos4210_pwm.c: Fix STOP status in tick handler Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 03/10] hw/exynos4210.c: Fix misleading initialization of IROM mirror Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 04/10] Exynos4: add RTC device Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 05/10] i.MX: UART support Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 06/10] i.MX31: Clock Control Module Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 07/10] i.MX31: Timers Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 08/10] i.MX31: Interrupt Controller Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 09/10] i.MX31: KZM-ARM11-01 evaluation board Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 10/10] hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t Peter Maydell
2012-07-07  9:21 ` Blue Swirl [this message]
2012-07-20 15:00 [Qemu-devel] [PULL 00/10] arm-devs queue Peter Maydell
2013-07-22 11:43 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAu8pHt09FTUs97nS1Kckbk+sJpN-7M4oAMNa-db98OCL+HKjw@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=anthony@codemonkey.ws \
    --cc=paul@codesourcery.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.