summaryrefslogtreecommitdiffstats
path: root/hw/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* fix I2C slave addressingJuha Riihimäki2009-12-021-2/+4
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* vmstate: remove i2c_slave_load/saveJuan Quintela2009-10-051-11/+0
* vmstate: create VMSTATE_I2C_SLAVEJuan Quintela2009-10-051-1/+1
* vmstate: port i2c_slave deviceJuan Quintela2009-10-051-7/+26
* vmstate: port i2c_bus deviceJuan Quintela2009-10-051-12/+19
* i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela2009-10-051-10/+11
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-1/+1
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+2
* qdev/prop: convert i2c.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-2/+9
* qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann2009-07-091-3/+7
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-3/+3
* Add common BusStatePaul Brook2009-05-231-16/+19
* I2C cleanupPaul Brook2009-05-141-21/+0
* I2C qdev supportPaul Brook2009-05-141-9/+45
* Fix load width for slave address in i2c_bus_load (Chris Lalancette).balrog2008-07-291-1/+1
* Fix i2c save/restore.pbrook2008-07-011-22/+27
* Break up vl.h.pbrook2007-11-171-2/+3
* Initial OMAP I^2C controller implementation (communication not tested).balrog2007-11-031-2/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+31
* I2C/SMBus framework.pbrook2007-05-231-0/+117
OpenPOWER on IntegriCloud