aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i2c.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02fix I2C slave addressingJuha Riihimäki1-2/+4
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05vmstate: remove i2c_slave_load/saveJuan Quintela1-11/+0
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela1-1/+1
2009-10-05vmstate: port i2c_slave deviceJuan Quintela1-7/+26
2009-10-05vmstate: port i2c_bus deviceJuan Quintela1-12/+19
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela1-10/+11
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+2
2009-08-10qdev/prop: convert i2c.c to helper macros.Gerd Hoffmann1-6/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-2/+9
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann1-3/+7
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-3/+3
2009-05-23Add common BusStatePaul Brook1-16/+19
2009-05-14I2C cleanupPaul Brook1-21/+0
2009-05-14I2C qdev supportPaul Brook1-9/+45
2008-07-29Fix load width for slave address in i2c_bus_load (Chris Lalancette).balrog1-1/+1
2008-07-01Fix i2c save/restore.pbrook1-22/+27
2007-11-17Break up vl.h.pbrook1-2/+3
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog1-2/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+31
2007-05-23I2C/SMBus framework.pbrook1-0/+117