All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mitsyanko Igor <i.mitsyanko@samsung.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Evgeny Voevodin <e.voevodin@samsung.com>,
	qemu-devel@nongnu.org, kyungmin.park@samsung.com,
	d.solodkiy@samsung.com, m.kozlov@samsung.com,
	jehyung.lee@samsung.com
Subject: Re: [Qemu-devel] [PATCH v11 5/9] ARM: exynos4210: basic Power Management Unit implementation
Date: Thu, 02 Feb 2012 10:06:31 +0400	[thread overview]
Message-ID: <4F2A27E7.1070602@samsung.com> (raw)
In-Reply-To: <CAFEAcA_qWLRnOhRmitMFtJiQx_0oxc2cK_uY8wwePn2DcmEyLA@mail.gmail.com>

On 02/01/2012 08:21 PM, Peter Maydell wrote:
> On 30 January 2012 07:38, Evgeny Voevodin<e.voevodin@samsung.com>  wrote:
>> From: Maksim Kozlov<m.kozlov@samsung.com>
>>
>> Patch adds basic model for Exynos4210 SoC PMU.
>> This model implements PMU registers just as a bulk of memory. Currently,
>> the only reason this device exists is that secondary CPU boot loader
>> uses PMU INFORM5 register as a holding pen.
>
> Your cover letter's changelog says
>   - hw/exynos4210_pmu.c: we do not waste space for non-existing registers
>     in PMU state anymore; non-existing registers are now RAZ/WI;
>
> ...wrong version of this patch, or is the cover letter wrong?
>
> -- PMM
>
>

Cover letter is not wrong, when we send PMU patch for the first time (in 
V9 series), PMU memory was modelled as continious array of registers 
0x3d0c bytes long, with every register being "read as written". This was 
wrong since PMU address space consists of only a handful of registers 
with big empty gaps between them. Starting from V10, PMU state includes 
only actually existing registers, and empty gaps between these registers 
behave as RAZ/WI.

-- 
Mitsyanko Igor
ASWG, Moscow R&D center, Samsung Electronics
email: i.mitsyanko@samsung.com

  reply	other threads:[~2012-02-02  6:06 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-30  7:38 [Qemu-devel] [PATCH v11 0/9] ARM: Samsung Exynos4210-based boards support Evgeny Voevodin
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 1/9] ARM: exynos4210: IRQ subsystem support Evgeny Voevodin
2012-02-01 16:13   ` Peter Maydell
2012-02-01 19:21   ` Andreas Färber
2012-02-02  5:20     ` Evgeny Voevodin
2012-02-02  7:52       ` Evgeny Voevodin
2012-02-02  6:16     ` Evgeny Voevodin
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 2/9] ARM: Samsung exynos4210-based boards emulation Evgeny Voevodin
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 3/9] ARM: exynos4210: UART support Evgeny Voevodin
2012-02-01 15:40   ` Peter Maydell
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 4/9] ARM: exynos4210: PWM support Evgeny Voevodin
2012-01-31  8:31   ` Evgeny Voevodin
2012-02-01 13:43     ` Peter Maydell
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 5/9] ARM: exynos4210: basic Power Management Unit implementation Evgeny Voevodin
2012-02-01 16:21   ` Peter Maydell
2012-02-02  6:06     ` Mitsyanko Igor [this message]
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 6/9] ARM: exynos4210: MCT support Evgeny Voevodin
2012-01-31  8:32   ` Evgeny Voevodin
2012-02-01 13:43     ` Peter Maydell
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 7/9] hw/lan9118: Add basic 16-bit mode support Evgeny Voevodin
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 8/9] hw/exynos4210.c: Add LAN support for SMDKC210 Evgeny Voevodin
2012-01-30  7:38 ` [Qemu-devel] [PATCH v11 9/9] Exynos4210: added display controller implementation Evgeny Voevodin
2012-01-31  8:33   ` Evgeny Voevodin
2012-02-01 13:44     ` Peter Maydell
2012-02-02 18:43 ` [Qemu-devel] [PATCH v11 0/9] ARM: Samsung Exynos4210-based boards support Peter Maydell
2012-02-03  5:24   ` Evgeny Voevodin
2012-02-03  6:29     ` Evgeny Voevodin

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=4F2A27E7.1070602@samsung.com \
    --to=i.mitsyanko@samsung.com \
    --cc=d.solodkiy@samsung.com \
    --cc=e.voevodin@samsung.com \
    --cc=jehyung.lee@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=m.kozlov@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 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.