aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c/ppc4xx_i2c.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell1-1/+1
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan1-3/+0
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan1-1/+2
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan1-0/+4
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-3/+1
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan1-0/+3
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé1-1/+0
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan1-0/+61