aboutsummaryrefslogtreecommitdiffstats
path: root/hw/max7310.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-7/+9
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-9/+16
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-5/+5
2011-02-11max7310: finish qdev'icationDmitry Eremin-Solenikov1-21/+5
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-10-05vmstate: port max7310 deviceJuan Quintela1-33/+18
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14MAX7310 I2C qdev conversionPaul Brook1-9/+17
2009-05-10Follow coding conventionsPaul Brook1-14/+14
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-3/+3
2008-07-01Remove duplicate device index calculations.pbrook1-4/+1
2008-05-09Improve tsc2005 touchscreen usability.balrog1-1/+1
2007-11-17Break up vl.h.pbrook1-3/+4
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+38
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog1-0/+188