aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/smbus_eeprom.c
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2023-12-29hw/i2c: Constify VMStateRichard Henderson
2021-07-29i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-04-29smbus: Fix spd_data_generate() for number of banks > 2Markus Armbruster
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster
2020-01-07smbus-eeprom: remove PROP_PTRMarc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard
2019-02-27i2c:smbus: Simplify write operationCorey Minyard
2019-02-27i2c: Split smbus into partsCorey Minyard
2019-02-04smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-01-29hw: Clean up includesPeter Maydell
2014-04-18Fix grammar in commentStefan Weil
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini