qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/3] Exynos: i2c, gpio and touchscreen support for NURI board
@ 2012-03-15  7:35 Igor Mitsyanko
  2012-03-15  7:35 ` [Qemu-devel] [PATCH V2 1/3] exynos4210: add Exynos4210 i2c implementation Igor Mitsyanko
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Igor Mitsyanko @ 2012-03-15  7:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, e.voevodin, kyungmin.park, d.solodkiy, m.kozlov,
	afaerber

This patchset adds Exynos4210 i2c and GPIO implementation along with Atmel MXT touchscreen
which is used for NURI board emulation.

v1->v2
    - QOM-related patches are droped (they have already been accepted);
    - Added indendations for second and subsequent lines of multiple-line macro definitions;
    - Weird big spaces after .field members of VMStateDescriptions are replaced with single space;
    - maxtouch.c is not ARM target specific from now on.

Igor Mitsyanko (3):
  exynos4210: add Exynos4210 i2c implementation
  exynos4210: add exynos4210 GPIO implementation
  hw: add Atmel maxtouch touchscreen implementation

 Makefile.objs                   |    1 +
 Makefile.target                 |    1 +
 default-configs/arm-softmmu.mak |    1 +
 hw/exynos4210.c                 |   72 +++
 hw/exynos4210.h                 |   67 +++
 hw/exynos4210_gpio.c            | 1117 +++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_i2c.c             |  469 ++++++++++++++++
 hw/exynos4_boards.c             |   13 +-
 hw/maxtouch.c                   | 1079 +++++++++++++++++++++++++++++++++++++
 9 files changed, 2816 insertions(+), 4 deletions(-)
 create mode 100644 hw/exynos4210_gpio.c
 create mode 100644 hw/exynos4210_i2c.c
 create mode 100644 hw/maxtouch.c

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-04-03 14:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15  7:35 [Qemu-devel] [PATCH V2 0/3] Exynos: i2c, gpio and touchscreen support for NURI board Igor Mitsyanko
2012-03-15  7:35 ` [Qemu-devel] [PATCH V2 1/3] exynos4210: add Exynos4210 i2c implementation Igor Mitsyanko
2012-03-15 10:35   ` Andreas Färber
2012-03-21 11:55   ` Peter Maydell
2012-03-21 13:07     ` Igor Mitsyanko
2012-03-21 13:09       ` Peter Maydell
2012-03-21 14:18         ` Igor Mitsyanko
2012-03-21 14:24           ` Peter Maydell
2012-04-03 13:54   ` Dmitry Zhurikhin
2012-04-03 14:54     ` Igor Mitsyanko
2012-03-15  7:35 ` [Qemu-devel] [PATCH V2 2/3] exynos4210: add exynos4210 GPIO implementation Igor Mitsyanko
2012-03-15 11:06   ` Andreas Färber
2012-03-20 13:27   ` Peter Maydell
2012-03-21 13:01     ` Igor Mitsyanko
2012-03-15  7:35 ` [Qemu-devel] [PATCH V2 3/3] hw: add Atmel maxtouch touchscreen implementation Igor Mitsyanko
2012-03-15  9:48   ` Andreas Färber
2012-03-15 10:25     ` Dmitry Solodkiy
2012-03-15 10:41     ` Igor Mitsyanko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).