aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/twl92230.c
AgeCommit message (Expand)Author
2019-10-24hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-01-29hw/timer: Clean up includesPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-02-14twl92230: QOM'ifyAndreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini