mbox

[PULL,0/4] pull: omap patches

Message ID 1316778401-16313-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git omap-for-upstream

Message

Peter Maydell Sept. 23, 2011, 11:46 a.m. UTC
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


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(-)

Comments

Anthony Liguori Sept. 26, 2011, 1:28 p.m. UTC | #1
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(-)
>
>