summaryrefslogtreecommitdiffstats
path: root/hw/gpio/omap_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* omap-gpio: remove PROP_PTRMarc-André Lureau2020-01-071-27/+15Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell2017-09-211-14/+12Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-2/+2
* hw/gpio: QOM'ify omap_gpio.cxiaoqiang zhao2016-06-141-30/+31
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2016-01-131-8/+21
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+2
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-8/+5Star
* omap: Fix warnings from SparseStefan Weil2015-03-191-1/+2
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+4
* omap_gpio: QOM cast cleanup for omap2_gpif_sAndreas Färber2013-07-291-14/+21
* omap_gpio: QOM cast cleanup for omap_gpif_sAndreas Färber2013-07-291-10/+17
* hw/gpio: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini2013-04-081-0/+792