These patches add exynos4210 Clock Management Unit emulation and usage of it by exynos4210 UART
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 | 1462 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/exynos4210_uart.c | 36 ++- 5 files changed, 1556 insertions(+), 1 deletions(-) create mode 100644 hw/exynos4210_cmu.c -- 1.7.5.4