Re: [Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtouch touchscreen implementation

2012-03-15 Thread Igor Mitsyanko
On 03/15/2012 01:48 PM, Andreas Färber wrote: Am 15.03.2012 08:35, schrieb Igor Mitsyanko: And use it for exynos4210 NURI board emulation Signed-off-by: Igor Mitsyanko Thanks for moving this to libhw. Looks okay, not knowing I2C or the device and assuming you've tested it; some nitpicks belo

Re: [Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtouch touchscreen implementation

2012-03-15 Thread Dmitry Solodkiy
[mailto:afaer...@suse.de] Sent: Thursday, March 15, 2012 1:48 PM To: Igor Mitsyanko Cc: qemu-devel@nongnu.org; peter.mayd...@linaro.org; e.voevo...@samsung.com; kyungmin.p...@samsung.com; d.solod...@samsung.com; m.koz...@samsung.com Subject: Re: [Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtou

Re: [Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtouch touchscreen implementation

2012-03-15 Thread Andreas Färber
Am 15.03.2012 08:35, schrieb Igor Mitsyanko: > And use it for exynos4210 NURI board emulation > > Signed-off-by: Igor Mitsyanko Thanks for moving this to libhw. Looks okay, not knowing I2C or the device and assuming you've tested it; some nitpicks below. > diff --git a/hw/exynos4_boards.c b/hw/

[Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtouch touchscreen implementation

2012-03-15 Thread Igor Mitsyanko
And use it for exynos4210 NURI board emulation Signed-off-by: Igor Mitsyanko --- Makefile.objs |1 + default-configs/arm-softmmu.mak |1 + hw/exynos4_boards.c | 11 +- hw/maxtouch.c | 1079 +++ 4 files