All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] omap_gpio: convert to qdev
@ 2011-06-29 18:53 Peter Maydell
  2011-06-29 18:53 ` [Qemu-devel] [PATCH 1/3] hw/omap_l4.c: Add helper function omap_l4_base Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Peter Maydell @ 2011-06-29 18:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Juha Riihimäki, patches

These patches are changes from the meego omap3 tree which convert
the omap GPIO module device to use qdev.

My general plan for landing the omap3 changes is to start by peeling
off reasonably independent chunks which can be presented as fixes
or cleanups to the existing omap1/omap2 code, and this is the first
of those. Once I run out of those the core "add omap3" patchset should
be much smaller and more manageable...

Sorry patch 3 is so large; I couldn't see anything more that I could
pull out as a separate patch.

(The Signed-off-by lines are a bit convoluted but so is the history
of the patchset; I hope and believe they're satisfactory to all the
participants.)

Juha Riihimäki (2):
  hw/omap_l4.c: Add helper function omap_l4_base
  hw/omap_gpio.c: Convert to qdev

Peter Maydell (1):
  hw/omap_gpio.c: Don't complain about some writes to r/o registers

 hw/nseries.c   |   47 +++++------
 hw/omap.h      |   21 +-----
 hw/omap1.c     |   10 ++-
 hw/omap2.c     |   26 ++++--
 hw/omap_gpio.c |  248 +++++++++++++++++++++++++++----------------------------
 hw/omap_l4.c   |    5 +
 hw/palm.c      |   26 +++---
 7 files changed, 189 insertions(+), 194 deletions(-)

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

end of thread, other threads:[~2011-07-07 16:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-29 18:53 [Qemu-devel] [PATCH 0/3] omap_gpio: convert to qdev Peter Maydell
2011-06-29 18:53 ` [Qemu-devel] [PATCH 1/3] hw/omap_l4.c: Add helper function omap_l4_base Peter Maydell
2011-06-29 18:53 ` [Qemu-devel] [PATCH 2/3] hw/omap_gpio.c: Don't complain about some writes to r/o registers Peter Maydell
2011-06-29 20:07   ` Edgar E. Iglesias
2011-06-29 20:39     ` Peter Maydell
2011-06-29 20:49       ` Edgar E. Iglesias
2011-06-29 18:53 ` [Qemu-devel] [PATCH 3/3] hw/omap_gpio.c: Convert to qdev Peter Maydell
2011-07-04 22:39   ` andrzej zaborowski
2011-07-05 13:19     ` Peter Maydell
2011-07-07 15:29       ` andrzej zaborowski
2011-07-07 16:00         ` Peter Maydell

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.