aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c/ppc4xx_i2c.h
AgeCommit message (Expand)Author
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-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-common.h exactly where neededMarkus Armbruster
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan