index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
gpio
/
omap_gpio.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
Philippe Mathieu-Daudé
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
Philippe Mathieu-Daudé
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
hw/gpio/omap_gpio: Add local variable to avoid embedded cast
Philippe Mathieu-Daudé
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2020-09-09
hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
omap-gpio: remove PROP_PTR
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-09-21
hw/gpio/omap_gpio.c: Don't use old_mmio
Peter Maydell
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-06-14
hw/gpio: QOM'ify omap_gpio.c
xiaoqiang zhao
2016-01-29
arm devices: Clean up includes
Peter Maydell
2016-01-13
omap: Don't use hw_error() in device init() methods
Markus Armbruster
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-07-29
omap_gpio: QOM cast cleanup for omap2_gpif_s
Andreas Färber
2013-07-29
omap_gpio: QOM cast cleanup for omap_gpif_s
Andreas Färber
2013-07-04
hw/gpio: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move GPIO interfaces to hw/gpio/, configure with default-configs/
Paolo Bonzini