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