aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/bitbang_i2c.c
AgeCommit message (Expand)Author
2023-08-07hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan
2023-01-23hw/i2c/bitbang_i2c: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Trace state changesPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helperPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé
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
2019-08-16Include hw/hw.h exactly where neededMarkus 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
2016-11-07hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell
2016-06-14hw/i2c: QOM'ify bitbang_i2c.cxiaoqiang zhao
2016-01-29hw: Clean up includesPeter Maydell
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-07-29bitbang_i2c: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move I2C controllers to hw/i2c/, configure via default-configs/Paolo Bonzini