aboutsummaryrefslogtreecommitdiffstats
path: root/hw/twl92230.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17nseries: attach monitor powerdown request to menelausPaolo Bonzini1-12/+9
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-8/+15
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-6/+6
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-4/+4
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-11-22BCD cleanupPaul Brook1-10/+0
2009-10-05vmstate: port twl92230 deviceJuan Quintela1-110/+88
2009-10-05twl92230: change pwrbtn_state to uint8_tJuan Quintela1-1/+1
2009-09-30twl92230: fix old style increment/decrement usageMichael S. Tsirkin1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14TWL92230 qdev conversionPaul Brook1-37/+28
2009-05-10Follow coding conventionsPaul Brook1-22/+22
2009-04-19Fix indices in Menelaus save/load.balrog1-6/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog1-5/+5
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2008-07-01Remove duplicate device index calculations.pbrook1-4/+1
2008-04-20Remove an unused field and fix some non-code typos.balrog1-1/+0
2008-04-16Use qemu time/date functions for the Menelaus RTC.balrog1-17/+14
2008-04-14Nokia N800 machine support (ARM).balrog1-0/+923