index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i2c
/
ppc4xx_i2c.c
Age
Commit message (
Expand
)
Author
2021-07-08
hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
hw/i2c/ppc4xx_i2c: Add reference to datasheet
Philippe Mathieu-Daudé
2020-02-04
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-07-03
hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...
Peter Maydell
2019-06-28
i2c: Move bitbang_i2c.h to include/hw/i2c/
BALATON Zoltan
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-07-03
ppc4xx_i2c: Rewrite to model hardware more closely
BALATON Zoltan
2018-06-21
ppc4xx_i2c: Implement directcntl register
BALATON Zoltan
2018-06-21
ppc4xx_i2c: Remove unimplemented sdata and intr registers
BALATON Zoltan
2018-06-12
ppc4xx_i2c: Clean up and improve error logging
BALATON Zoltan
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-10
ppc4xx_i2c: Implement basic I2C functions
BALATON Zoltan
2017-09-08
ppc4xx_i2c: Move to hw/i2c
BALATON Zoltan