1. df7768f hw/gpio: Remove TYPE_OMAP2_GPIO by Peter Maydell · 4 months ago
  2. e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 3 months ago
  3. bb3d1c6 hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name by Philippe Mathieu-Daudé · 2 years ago
  4. bbcdf7d hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name by Philippe Mathieu-Daudé · 2 years ago
  5. a75ed3c hw/arm/omap: Drop useless casts from void * to pointer by Philippe Mathieu-Daudé · 2 years ago
  6. 2818015 hw/gpio/omap_gpio: Add local variable to avoid embedded cast by Philippe Mathieu-Daudé · 2 years ago
  7. cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 2 years, 11 months ago
  8. dfd4981 hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR) by Philippe Mathieu-Daudé · 4 years, 4 months ago
  9. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  10. ba2aba8 omap-gpio: remove PROP_PTR by Marc-André Lureau · 5 years ago
  11. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  12. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  13. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  14. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  15. a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
  16. 940caf1 hw/gpio/omap_gpio.c: Don't use old_mmio by Peter Maydell · 7 years ago
  17. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  18. ebc116f hw/gpio: QOM'ify omap_gpio.c by xiaoqiang zhao · 9 years ago
  19. 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
  20. 84a3a53 omap: Don't use hw_error() in device init() methods by Markus Armbruster · 9 years ago
  21. b45c03f arm: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  22. bd2a888 Convert ffs() != 0 callers to ctz32() by Stefan Hajnoczi · 10 years ago
  23. 77a8257 omap: Fix warnings from Sparse by Stefan Weil · 10 years ago
  24. 1b111dc hw: cannot_instantiate_with_device_add_yet due to pointer props by Markus Armbruster · 11 years ago
  25. 74d1e35 omap_gpio: QOM cast cleanup for omap2_gpif_s by Andreas Färber · 11 years ago
  26. 1d300b5 omap_gpio: QOM cast cleanup for omap_gpif_s by Andreas Färber · 11 years ago
  27. b716368 hw/gpio: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  28. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  29. 5193899 hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/omap_gpio.c]
  30. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  31. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  32. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  33. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  34. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  35. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  36. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  37. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  38. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  39. 9244b42 omap_gpio: convert to memory API by Avi Kivity · 13 years ago
  40. e1556ad hw/omap_gpio: Fix infinite recursion when doing 8/16 bit reads by Peter Maydell · 13 years ago
  41. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  42. 77831c2 hw/omap_gpio.c: Convert to qdev by Juha Riihimäki · 13 years ago
  43. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  44. d82310f hw/omap2.c : separate gpio module by cmchao · 15 years ago
  45. e5c6b25 hw/omap1.c : separate gpio module by cmchao · 15 years ago