qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/2] ARM: Samsung Exynos4210 CMU support


From: Maksim Kozlov
Subject: [Qemu-devel] [PATCH v3 0/2] ARM: Samsung Exynos4210 CMU support
Date: Wed, 04 Jul 2012 13:21:59 +0400

Changelog:

  v2->v3:
    - hw/exynos4210_cmu.c: debug output was disabled by default
  v1->v2:
    - hw/exynos4210_cmu.c: the 'const' qualifier was added to
      global structures and arrays which shouldn't be changed
      in runtime. Also, useless type casts were deleted.
    - hw/exynos4210_uart.c: code style was fixed and useless
      type cast was deleted.

Maksim Kozlov (2):
  ARM: exynos4210: CMU support
  exynos4210: UART: Added using of CMU-callback functionality

 hw/arm/Makefile.objs |    1 +
 hw/exynos4210.c      |   16 +
 hw/exynos4210.h      |   42 ++
 hw/exynos4210_cmu.c  | 1464 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_uart.c |   48 ++-
 5 files changed, 1570 insertions(+), 1 deletions(-)
 create mode 100644 hw/exynos4210_cmu.c

-- 
1.7.5.4




reply via email to

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