summaryrefslogtreecommitdiffstats
path: root/hw/i2c/smbus_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* smbus: Fix spd_data_generate() for number of banks > 2Markus Armbruster2020-04-291-1/+1
* smbus: Fix spd_data_generate() error API violationMarkus Armbruster2020-04-291-26/+4Star
* smbus-eeprom: remove PROP_PTRMarc-André Lureau2020-01-071-9/+9
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard2019-02-281-0/+2
* i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard2019-02-281-1/+17
* i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard2019-02-281-2/+32
* i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard2019-02-281-3/+7
* i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard2019-02-281-5/+10
* i2c:smbus: Make white space in switch statements consistentCorey Minyard2019-02-281-0/+1
* i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard2019-02-281-8/+0Star
* i2c:smbus: Simplify read handlingCorey Minyard2019-02-281-8/+0Star
* i2c:smbus: Simplify write operationCorey Minyard2019-02-281-31/+16Star
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+2
* smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan2019-02-041-0/+129
* smbus: add a smbus_eeprom_init_one() routineCédric Le Goater2018-06-081-5/+11
* hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2018-06-011-3/+2Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* Fix grammar in commentStefan Weil2014-04-181-1/+1
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-1/+1
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+156