Statistics
| Branch: | Revision:

root / hw / exynos4210_i2c.c @ 5e22c276

History | View | Annotate | Download (9.9 kB)

# Date Author Comment
1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

ffbbe7d0 07/20/2012 04:30 pm Mitsyanko Igor

exynos4210: add Exynos4210 i2c implementation

Create 9 exynos4210 i2c interfaces.

Signed-off-by: Igor Mitsyanko <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Peter Maydell <>