aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/smbus_eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-04-29smbus: Fix spd_data_generate() for number of banks > 2Markus Armbruster1-1/+1
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster1-26/+4
2020-01-07smbus-eeprom: remove PROP_PTRMarc-André Lureau1-9/+9
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard1-0/+2
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard1-1/+17
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard1-2/+32
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard1-3/+7
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard1-5/+10
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard1-0/+1
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify write operationCorey Minyard1-31/+16
2019-02-27i2c: Split smbus into partsCorey Minyard1-1/+2
2019-02-04smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan1-0/+129
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-5/+11
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé1-3/+2
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2014-04-18Fix grammar in commentStefan Weil1-1/+1
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster1-0/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+156