From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Cc: Julien Grall <julien.grall@linaro.org>,
Xen Developer List <xen-devel@lists.xen.org>
Subject: Re: [PATCH v5 5/5] xen/arm: Platform recognition and initialize arch_timer for the OMAP5
Date: Thu, 8 Aug 2013 13:18:37 +0100 [thread overview]
Message-ID: <1375964317.970.98.camel@kazak.uk.xensource.com> (raw)
In-Reply-To: <1375959145-13709-6-git-send-email-baozich@gmail.com>
On Thu, 2013-08-08 at 18:52 +0800, Chen Baozi wrote:
> Signed-off-by: Chen Baozi <baozich@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
I suppose this cannot be applied without some of the precursors from
this series?
A few typos:
> ---
> + * xen/arch/arm/platforma/omap5.c
"platforms"
> + *
> + * OMAP5 specific settings
> + *
> + * Chen Baozi <baozich@gmail.com>
> + * Copyright (c) 2013
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * This program is distributted in the hope that it will be useful,
"distributted"
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU Gerneral Public License for more details.
"General"
I checked the rest of the tree and you must have introduced these after
copying the block ;-)
> + */
> +
> +#include <xen/config.h>
> +#include <asm/platform.h>
> +#include <asm/platforms/omap5.h>
> +#include <xen/mm.h>
> +#include <xen/vmap.h>
> +
> +static uint16_t num_den[8][2] = {
> + { 0, 0 }, /* not used */
> + { 26 * 64, 26 * 125 }, /* 12.0 Mhz */
> + { 2 * 768, 2 * 1625 }, /* 13.0 Mhz */
> + { 0, 0 }, /* not used */
> + { 130 * 8, 130 * 25 }, /* 19.2 Mhz */
> + { 2 * 384, 2 * 1625 }, /* 26.0 Mhz */
> + { 3 * 256, 3 * 1125 }, /* 27.0 Mhz */
> + { 130 * 4, 130 * 25 }, /* 38.4 Mhz */
> +};
> +
> +/*
> + * The realtime counter also called master counter, is a free-running
> + * counter, which is related to real time. It produces the count used
> + * by the CPU local timer peripherals in teh MPU cluster. The timer counts
teh -> the
Ian.
next prev parent reply other threads:[~2013-08-08 12:18 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-08 10:52 [PATCH v5 0/5] Add UART support and arch timer initialization for OMAP5 Chen Baozi
2013-08-08 10:52 ` [PATCH v5 1/5] xen: rename ns16550-uart.h to 8250-uart.h and fix some typos Chen Baozi
2013-08-08 10:52 ` [PATCH v5 2/5] xen/arm: add 8250 compatible UART support for early_printk Chen Baozi
2013-08-08 11:34 ` Ian Campbell
2013-08-08 11:36 ` Ian Campbell
2013-08-08 12:04 ` Chen Baozi
2013-08-08 12:06 ` Julien Grall
2013-08-08 12:17 ` Chen Baozi
2013-08-08 12:32 ` Chen Baozi
2013-08-08 12:54 ` Ian Campbell
2013-08-08 10:52 ` [PATCH v5 3/5] xen/arm: Add the new OMAP UART driver Chen Baozi
2013-08-08 11:41 ` Ian Campbell
2013-08-08 11:58 ` Chen Baozi
2013-08-08 12:03 ` Ian Campbell
2013-08-08 10:52 ` [PATCH v5 4/5] xen/arm: Add support for device tree specified arch_timer clock frequency Chen Baozi
2013-08-08 12:18 ` Ian Campbell
2013-08-08 12:41 ` Julien Grall
2013-08-08 12:45 ` Ian Campbell
2013-08-08 10:52 ` [PATCH v5 5/5] xen/arm: Platform recognition and initialize arch_timer for the OMAP5 Chen Baozi
2013-08-08 12:18 ` Ian Campbell [this message]
2013-08-08 12:23 ` Chen Baozi
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=1375964317.970.98.camel@kazak.uk.xensource.com \
--to=ian.campbell@citrix.com \
--cc=baozich@gmail.com \
--cc=julien.grall@linaro.org \
--cc=xen-devel@lists.xen.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 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.