summary refs log tree commit diff stats
path: root/hw/i2c/omap_i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello2025-05-141-89/+89
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/i2c: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* omap-i2c: remove PROP_PTRMarc-André Lureau2020-01-071-7/+12
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* 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/+2
* hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-8/+12
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-3/+3
* hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell2017-09-211-12/+32
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/i2c: QOM'ify omap_i2c.cxiaoqiang zhao2016-06-141-17/+25
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2016-01-131-2/+6
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-3/+7
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-2/+2
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* omap_i2c: QOM cast cleanupAndreas Färber2013-07-291-16/+22
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move I2C controllers to hw/i2c/, configure via default-configs/Paolo Bonzini2013-04-081-0/+492