qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Exynos: i2c, gpio and touchscreen support for NURI board
@ 2012-03-02 11:35 Igor Mitsyanko
  2012-03-02 11:35 ` [Qemu-devel] [PATCH 1/5] qom: if @instance_size==0, assign size of object to parent object size Igor Mitsyanko
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Igor Mitsyanko @ 2012-03-02 11:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, kyungmin.park, m.kozlov, d.solodkiy, e.voevodin

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

For convenience, QOM @instance_size==0 related fix (which was posted on mailing list before
and was reviewed by Paolo Bonzini) merged with this patchset because GPIO and MXT
implementations depend on it.

Igor Mitsyanko (5):
  qom: if @instance_size==0, assign size of object to parent object
    size
  qom/object.c: rename type_class_init() to type_initialize()
  exynos4210: add Exynos4210 i2c implementation
  exynos4210: add exynos4210 GPIO implementation
  hw: add Atmel maxtouch touchscreen implementation

 Makefile.target      |    2 +
 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 ++++++++++++++++++++++++++++++++++++++++++++++++
 qom/object.c         |   27 +-
 8 files changed, 2836 insertions(+), 10 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] 11+ messages in thread

end of thread, other threads:[~2012-03-07  7:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 11:35 [Qemu-devel] [PATCH 0/5] Exynos: i2c, gpio and touchscreen support for NURI board Igor Mitsyanko
2012-03-02 11:35 ` [Qemu-devel] [PATCH 1/5] qom: if @instance_size==0, assign size of object to parent object size Igor Mitsyanko
2012-03-02 11:35 ` [Qemu-devel] [PATCH 2/5] qom/object.c: rename type_class_init() to type_initialize() Igor Mitsyanko
2012-03-06 18:52   ` Peter Maydell
2012-03-02 11:35 ` [Qemu-devel] [PATCH 3/5] exynos4210: add Exynos4210 i2c implementation Igor Mitsyanko
2012-03-06 18:49   ` Peter Maydell
2012-03-07  7:49     ` Igor Mitsyanko
2012-03-02 11:35 ` [Qemu-devel] [PATCH 4/5] exynos4210: add exynos4210 GPIO implementation Igor Mitsyanko
2012-03-02 11:35 ` [Qemu-devel] [PATCH 5/5] hw: add Atmel maxtouch touchscreen implementation Igor Mitsyanko
2012-03-02 14:19   ` Andreas Färber
2012-03-02 14:43     ` 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).