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