Re: [Qemu-devel] [PATCH 3/5] exynos4210: add Exynos4210 i2c implementation

2012-03-06 Thread Igor Mitsyanko
On 03/06/2012 10:49 PM, Peter Maydell wrote: On 2 March 2012 11:35, Igor Mitsyanko wrote: Create 9 exynos4210 i2c interfaces. Signed-off-by: Igor Mitsyanko +#define EXYNOS4_I2C(obj) \ +OBJECT_CHECK(Exynos4210I2CState, (obj), TYPE_EXYNOS4_I2C) +#define EXYNOS4_I2C_SLAVE(obj)

Re: [Qemu-devel] [PATCH 3/5] exynos4210: add Exynos4210 i2c implementation

2012-03-06 Thread Peter Maydell
On 2 March 2012 11:35, Igor Mitsyanko wrote: > Create 9 exynos4210 i2c interfaces. > > Signed-off-by: Igor Mitsyanko > +#define EXYNOS4_I2C(obj)                  \ > +OBJECT_CHECK(Exynos4210I2CState, (obj), TYPE_EXYNOS4_I2C) > +#define EXYNOS4_I2C_SLAVE(obj)            \ > +OBJECT_CHECK(Exynos42

[Qemu-devel] [PATCH 3/5] exynos4210: add Exynos4210 i2c implementation

2012-03-02 Thread Igor Mitsyanko
Create 9 exynos4210 i2c interfaces. Signed-off-by: Igor Mitsyanko --- Makefile.target |1 + hw/exynos4210.c | 26 +++ hw/exynos4210.h |3 + hw/exynos4210_i2c.c | 469 +++ 4 files changed, 499 insertions(+), 0 deletions(-) cr