aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/ppc4xx_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell1-3/+3
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan1-142/+157
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan1-1/+13
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-15/+1
2018-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan1-43/+51
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan1-30/+168
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan1-0/+216