summaryrefslogtreecommitdiffstats
path: root/hw/i2c/ppc4xx_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-1/+0Star
* 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-3/+3
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-281-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan2018-07-031-142/+157
* ppc4xx_i2c: Implement directcntl registerBALATON Zoltan2018-06-211-1/+13
* ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan2018-06-211-15/+1Star
* ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan2018-06-121-43/+51
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan2018-01-101-30/+168
* ppc4xx_i2c: Move to hw/i2cBALATON Zoltan2017-09-081-0/+216