All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Bartlomiej Zolnierkiewicz' <b.zolnierkie@samsung.com>,
	linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	'Marek Szyprowski' <m.szyprowski@samsung.com>,
	'Lorenzo Pieralisi' <lorenzo.pieralisi@arm.com>,
	'Tomasz Figa' <tomasz.figa@gmail.com>,
	'Mark Rutland' <mark.rutland@arm.com>,
	'Thomas Abraham' <ta.omasab@gmail.com>
Subject: RE: [PATCH v3] ARM: dts: add CPU nodes for Exynos4 SoCs
Date: Thu, 25 Sep 2014 14:56:33 +0900	[thread overview]
Message-ID: <018e01cfd885$770dd940$65298bc0$@kernel.org> (raw)
In-Reply-To: <5230569.XLlNbB5NvF@amdc1032>

Bartlomiej Zolnierkiewicz wrote:
> 
> Recent patch by Tomasz Figa ("irqchip: gic: Fix core ID calculation
> when topology is read from DT") fixed GIC driver to filter cluster ID
> from values returned by cpu_logical_map() for SoCs having registers
> mapped without per-CPU banking making it is possible to add CPU nodes
> for Exynos4 SoCs.  In case of Exynos SoCs these CPU nodes are also
> required by future changes adding initialization of cpuidle states in
> Exynos cpuidle driver through DT.
> 
> Tested on Origen board (Exynos4210 SoC) and Trats2 (Exynos4412 SoC).
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Based on for-next branch of linux-samsung.git tree.
> 
> v3:
> - refreshed on top of Kukjin's tree
> 
> v2:
> - match the unit-address with the reg
> 
>  arch/arm/boot/dts/exynos4210.dtsi |   17 +++++++++++++++++
>  arch/arm/boot/dts/exynos4212.dtsi |   17 +++++++++++++++++
>  arch/arm/boot/dts/exynos4412.dtsi |   29 +++++++++++++++++++++++++++++
>  3 files changed, 63 insertions(+)

Thanks for re-spin and looks good to me.

Applied.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] ARM: dts: add CPU nodes for Exynos4 SoCs
Date: Thu, 25 Sep 2014 14:56:33 +0900	[thread overview]
Message-ID: <018e01cfd885$770dd940$65298bc0$@kernel.org> (raw)
In-Reply-To: <5230569.XLlNbB5NvF@amdc1032>

Bartlomiej Zolnierkiewicz wrote:
> 
> Recent patch by Tomasz Figa ("irqchip: gic: Fix core ID calculation
> when topology is read from DT") fixed GIC driver to filter cluster ID
> from values returned by cpu_logical_map() for SoCs having registers
> mapped without per-CPU banking making it is possible to add CPU nodes
> for Exynos4 SoCs.  In case of Exynos SoCs these CPU nodes are also
> required by future changes adding initialization of cpuidle states in
> Exynos cpuidle driver through DT.
> 
> Tested on Origen board (Exynos4210 SoC) and Trats2 (Exynos4412 SoC).
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Based on for-next branch of linux-samsung.git tree.
> 
> v3:
> - refreshed on top of Kukjin's tree
> 
> v2:
> - match the unit-address with the reg
> 
>  arch/arm/boot/dts/exynos4210.dtsi |   17 +++++++++++++++++
>  arch/arm/boot/dts/exynos4212.dtsi |   17 +++++++++++++++++
>  arch/arm/boot/dts/exynos4412.dtsi |   29 +++++++++++++++++++++++++++++
>  3 files changed, 63 insertions(+)

Thanks for re-spin and looks good to me.

Applied.

Thanks,
Kukjin

  reply	other threads:[~2014-09-25  5:56 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 13:09 [PATCH v3] ARM: dts: add CPU nodes for Exynos4 SoCs Bartlomiej Zolnierkiewicz
2014-09-24 13:09 ` Bartlomiej Zolnierkiewicz
2014-09-25  5:56 ` Kukjin Kim [this message]
2014-09-25  5:56   ` Kukjin Kim
2014-09-25  8:17   ` Lorenzo Pieralisi
2014-09-25  8:17     ` Lorenzo Pieralisi
2014-09-25  8:26     ` Kukjin Kim
2014-09-25  8:26       ` Kukjin Kim
2014-09-25  8:28       ` Tomasz Figa
2014-09-25  8:28         ` Tomasz Figa
2014-09-25  8:44         ` Kukjin Kim
2014-09-25  8:44           ` Kukjin Kim
2014-09-25  8:57           ` Tomasz Figa
2014-09-25  8:57             ` Tomasz Figa
2014-10-16 10:48       ` Lorenzo Pieralisi
2014-10-16 10:48         ` Lorenzo Pieralisi
2014-09-25  9:02     ` Daniel Lezcano
2014-09-25  9:02       ` Daniel Lezcano
2014-09-25  9:36       ` Lorenzo Pieralisi
2014-09-25  9:36         ` Lorenzo Pieralisi
2014-09-25 12:24         ` Daniel Lezcano
2014-09-25 12:24           ` Daniel Lezcano

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='018e01cfd885$770dd940$65298bc0$@kernel.org' \
    --to=kgene@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=m.szyprowski@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=ta.omasab@gmail.com \
    --cc=tomasz.figa@gmail.com \
    /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.