aboutsummaryrefslogtreecommitdiffstats
path: root/hw/lm832x.c
AgeCommit message (Expand)AuthorFilesLines
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-5/+5
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-10-05vmstate: port lm832x deviceJuan Quintela1-70/+37
2009-10-05lm832x: make fields to have the same types that they are saved/loadedJuan Quintela1-19/+22
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-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-14LM832x qdev conversionPaul Brook1-12/+19
2009-05-10Follow coding conventionsPaul Brook1-19/+19
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir11-2/+4
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-07-01Remove duplicate device index calculations.pbrook1-4/+1
2008-05-09Add the LM8323-based keyboard of N810.balrog1-0/+535