From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmLmt-0001Yi-Ud for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:22:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmLmo-0002Sw-0D for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:22:19 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:14948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmLmn-0002Rv-Qm for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:22:13 -0400 Received: from eusync3.samsung.com (mailout3.w1.samsung.com [210.118.77.13]) by mailout3.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M6M00K2RQ1WTL00@mailout3.w1.samsung.com> for qemu-devel@nongnu.org; Wed, 04 Jul 2012 10:22:44 +0100 (BST) Received: from felix.rnd.samsung.ru ([106.109.9.187]) by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0M6M00NT4Q0P1110@eusync3.samsung.com> for qemu-devel@nongnu.org; Wed, 04 Jul 2012 10:22:08 +0100 (BST) From: Maksim Kozlov Date: Wed, 04 Jul 2012 13:21:59 +0400 Message-id: <1341393721-3606-1-git-send-email-m.kozlov@samsung.com> Subject: [Qemu-devel] [PATCH v3 0/2] ARM: Samsung Exynos4210 CMU support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, kyungmin.park@samsung.com 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