summaryrefslogtreecommitdiffstats
path: root/hw/i2c/bitbang_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-031-43/+4Star
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-281-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell2016-11-071-4/+15
* hw/i2c: QOM'ify bitbang_i2c.cxiaoqiang zhao2016-06-141-8/+6Star
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-3/+3
* bitbang_i2c: QOM cast cleanupAndreas Färber2013-07-291-9/+15
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move I2C controllers to hw/i2c/, configure via default-configs/Paolo Bonzini2013-04-081-0/+245