qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] omap patches (gpio, nand, onenand, lm832x)
@ 2011-07-29 15:35 Peter Maydell
  2011-07-29 15:35 ` [Qemu-devel] [PATCH 01/15] hw/omap_l4.c: Add helper function omap_l4_region_base Peter Maydell
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Peter Maydell @ 2011-07-29 15:35 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori

This pull request gathers up my recent omap patches:
 * omap-gpio qdevification
 * nand bugfixes and qdevification
 * onenand bugfixes
 * fix crash bug in n810/lm832x when key is pressed

I have omitted patch 11/12 from the nand/onenand patchset
(http://patchwork.ozlabs.org/patch/104841/
 "hw/sysbus: Add sysbus_mmio_unmap() for unmapping a region")
because it needs updating now Avi's memory API changes have landed,
and 12/12 (hw/onenand: qdevify) because that depends on 11/12.
I'll post newer versions of those next week, probably.

The following changes since commit c62f6d1d76aea587556c85b6b7b5c44167006264:

  monitor: fix build breakage with --disable-vnc (2011-07-29 09:33:56 -0500)

are available in the git repository at:
  git://git.linaro.org/people/pmaydell/qemu-arm.git omap-for-upstream

Juha Riihimäki (9):
      hw/omap_l4.c: Add helper function omap_l4_region_base
      hw/omap_gpio.c: Convert to qdev
      hw/nand: Support large NAND devices
      hw/nand: Support devices wider than 8 bits
      hw/nand: Support multiple reads following READ STATUS
      hw/nand: qdevify
      onenand: Handle various ID fields separately
      onenand: Ignore zero writes to boot command space
      hw/onenand: program actions can only clear bits

Peter Maydell (6):
      hw/omap_gpio.c: Don't complain about some writes to r/o registers
      hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO module
      lm832x: Take DeviceState pointer in lm832x_key_event()
      hw/nand: Pass block device state to init function
      hw/nand: Writing to NAND can only clear bits
      onenand: Pass BlockDriverState to init function

 hw/axis_dev88.c |    8 +-
 hw/flash.h      |   17 ++--
 hw/i2c.h        |    2 +-
 hw/lm832x.c     |    4 +-
 hw/nand.c       |  345 +++++++++++++++++++++++++++++++++++--------------------
 hw/nseries.c    |   63 +++++-----
 hw/omap.h       |   22 +---
 hw/omap1.c      |   10 +-
 hw/omap2.c      |   34 ++++--
 hw/omap_clk.c   |    6 +-
 hw/omap_gpio.c  |  263 ++++++++++++++++++++++++------------------
 hw/omap_l4.c    |    6 +
 hw/onenand.c    |  183 ++++++++++++++++++++++-------
 hw/palm.c       |   26 ++--
 hw/spitz.c      |    6 +-
 hw/tc6393xb.c   |    7 +-
 16 files changed, 627 insertions(+), 375 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-07-30 12:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 15:35 [Qemu-devel] [PULL 00/15] omap patches (gpio, nand, onenand, lm832x) Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 01/15] hw/omap_l4.c: Add helper function omap_l4_region_base Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 02/15] hw/omap_gpio.c: Don't complain about some writes to r/o registers Peter Maydell
2011-07-30  4:53   ` andrzej zaborowski
2011-07-30 12:44     ` Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 03/15] hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO module Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 04/15] hw/omap_gpio.c: Convert to qdev Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 05/15] lm832x: Take DeviceState pointer in lm832x_key_event() Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 06/15] hw/nand: Pass block device state to init function Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 07/15] hw/nand: Support large NAND devices Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 08/15] hw/nand: Support devices wider than 8 bits Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 09/15] hw/nand: Support multiple reads following READ STATUS Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 10/15] hw/nand: Writing to NAND can only clear bits Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 11/15] hw/nand: qdevify Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 12/15] onenand: Pass BlockDriverState to init function Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 13/15] onenand: Handle various ID fields separately Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 14/15] onenand: Ignore zero writes to boot command space Peter Maydell
2011-07-29 15:35 ` [Qemu-devel] [PATCH 15/15] hw/onenand: program actions can only clear bits Peter Maydell
2011-07-30  5:19   ` andrzej zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).