From: Maksim Kozlov <m.kozlov@samsung.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, kyungmin.park@samsung.com
Subject: [Qemu-devel] [PATCH v3 0/2] ARM: Samsung Exynos4210 CMU support
Date: Wed, 04 Jul 2012 13:21:59 +0400 [thread overview]
Message-ID: <1341393721-3606-1-git-send-email-m.kozlov@samsung.com> (raw)
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
next reply other threads:[~2012-07-04 9:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-04 9:21 Maksim Kozlov [this message]
2012-07-04 9:22 ` [Qemu-devel] [PATCH v3 1/2] ARM: exynos4210: CMU support Maksim Kozlov
2012-07-04 10:38 ` Dunrong Huang
2012-07-04 13:45 ` Maksim Kozlov
2012-07-04 13:54 ` Peter Maydell
2012-07-04 14:12 ` Maksim Kozlov
2012-07-04 14:14 ` Dunrong Huang
2012-07-04 14:53 ` Maksim Kozlov
2012-07-04 9:22 ` [Qemu-devel] [PATCH v3 2/2] exynos4210: UART: Added using of CMU-callback functionality Maksim Kozlov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341393721-3606-1-git-send-email-m.kozlov@samsung.com \
--to=m.kozlov@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).