aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/eeprom_at24c.c
AgeCommit message (Expand)Author
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-03-02hw/at24c : modify at24c to support 1 byte address modeSittisak Sinprem
2023-02-07hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen
2022-03-14hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture
2022-02-21hw/nvram: use at24 macroPatrick Venture
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-02-09Clean up includesMarkus Armbruster
2017-12-15nvram: add AT24Cx i2c eepromMichael Davidsaver