aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-20microbit_i2c: Fix coredump when dump-vmstatePeng Liang
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-08-21meson: convert hw/i2cMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé
2020-07-16hw/i2c/Kconfig: Add an entry for the SMBusPhilippe Mathieu-Daudé
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé
2020-06-23hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé
2020-06-23hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé
2020-05-04hw/i2c/pm_smbus: Remove dead assignmentPhilippe Mathieu-Daudé
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-03-09hw/i2c/smbus_ich9: Include "qemu/range.h"Philippe Mathieu-Daudé
2020-02-06aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau
2020-01-07smbus-eeprom: remove PROP_PTRMarc-André Lureau
2019-12-16aspeed/i2c: Add trace eventsCédric Le Goater
2019-12-16aspeed/i2c: Add support for DMA transfersCédric Le Goater
2019-12-16aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater
2019-12-16aspeed/i2c: Add support for pool buffer transfersCédric Le Goater
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
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-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-13hw/arm: Express dependencies of realview, versatile and vexpress with KconfigThomas Huth
2019-05-08hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statementThomas Huth
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu
2019-03-07display: express dependencies with kconfigYang Zhong
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini