All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] ARM: Samsung Exynos4210 CMU support
@ 2012-07-04 16:27 Maksim Kozlov
  2012-07-04 16:27 ` [Qemu-devel] [PATCH v4 1/2] ARM: exynos4210: " Maksim Kozlov
  2012-07-04 16:27 ` [Qemu-devel] [PATCH v4 2/2] exynos4210: UART: Added using of CMU-callback functionality Maksim Kozlov
  0 siblings, 2 replies; 5+ messages in thread
From: Maksim Kozlov @ 2012-07-04 16:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, kyungmin.park

These patches add exynos4210 Clock Management Unit emulation
and usage of it by exynos4210 UART

Changelog:

  v3->v4:
    - added missing 'break' statements and 'default' labels in the _read and _write functions,
    - 'return' calls in the _read were moved,
    - useless 'return' was removed from 'exynos4210_register_clock_handler'
    - 'llu' formatting was replaced by PRIu64
  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  | 1484 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_uart.c |   48 ++-
 5 files changed, 1590 insertions(+), 1 deletions(-)
 create mode 100644 hw/exynos4210_cmu.c

-- 
1.7.5.4

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

end of thread, other threads:[~2012-07-17 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 16:27 [Qemu-devel] [PATCH v4 0/2] ARM: Samsung Exynos4210 CMU support Maksim Kozlov
2012-07-04 16:27 ` [Qemu-devel] [PATCH v4 1/2] ARM: exynos4210: " Maksim Kozlov
2012-07-16 21:05   ` Peter Maydell
2012-07-17 12:12     ` Maksim Kozlov
2012-07-04 16:27 ` [Qemu-devel] [PATCH v4 2/2] exynos4210: UART: Added using of CMU-callback functionality Maksim Kozlov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.