summaryrefslogtreecommitdiff
path: root/hw/i2c/ppc4xx_i2c.c
AgeCommit message (Expand)Author
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
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-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan