qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V2 0/3] Exynos: i2c, gpio and touchscreen support fo


From: Igor Mitsyanko
Subject: [Qemu-devel] [PATCH V2 0/3] Exynos: i2c, gpio and touchscreen support for NURI board
Date: Thu, 15 Mar 2012 11:35:21 +0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]