aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c.c
AgeCommit message (Expand)Author
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-07-23Correct spelling of licensedMatthew Fernandez
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-12-02fix I2C slave addressingJuha Riihimäki
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05vmstate: remove i2c_slave_load/saveJuan Quintela
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela
2009-10-05vmstate: port i2c_slave deviceJuan Quintela
2009-10-05vmstate: port i2c_bus deviceJuan Quintela
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-10qdev/prop: convert i2c.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-23Add common BusStatePaul Brook
2009-05-14I2C cleanupPaul Brook
2009-05-14I2C qdev supportPaul Brook
2008-07-29Fix load width for slave address in i2c_bus_load (Chris Lalancette).balrog
2008-07-01Fix i2c save/restore.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog
2007-05-23I2C/SMBus framework.pbrook