From: Dave Martin <Dave.Martin@arm.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Vyacheslav Tyrtov <v.tyrtov@samsung.com>,
linux-kernel@vger.kernel.org, Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Kukjin Kim <kgene.kim@samsung.com>,
Russell King <linux@arm.linux.org.uk>,
Ben Dooks <ben-linux@fluff.org>, Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Nicolas Pitre <nicolas.pitre@linaro.org>,
Stephen Warren <swarren@wwwdotorg.org>,
linux-doc@vger.kernel.org, Rob Herring <rob.herring@calxeda.com>,
Tarek Dakhran <t.dakhran@samsung.com>,
linux-samsung-soc@vger.kernel.org, Rob Landley <rob@landley.net>,
Mike Turquette <mturquette@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Naour Romain <romain.naour@openwide.fr>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>,
linux-arm-kernel@lists.infradead.org,
Heiko Stuebner <heiko@sntech.de>
Subject: Re: [PATCH v2 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support
Date: Thu, 17 Oct 2013 15:32:04 +0100 [thread overview]
Message-ID: <20131017143204.GE2442@localhost.localdomain> (raw)
On Thu, Oct 17, 2013 at 12:45:29PM +0200, Daniel Lezcano wrote:
> On 10/14/2013 05:08 PM, Vyacheslav Tyrtov wrote:
> > From: Tarek Dakhran <t.dakhran@samsung.com>
> >
> > Add EDCS(Exynos Dual Cluster Support) for Samsung Exynos5410 SoC.
> > This enables all 8 cores, 4 x A7 and 4 x A15 run at the same time.
[...]
> > + __mcpm_cpu_down(cpu, cluster);
> > +
> > + if (!skip_wfi) {
> > + exynos_core_power_down(cpu, cluster);
> > + wfi();
> > + }
> > +}
>
> I did not looked line by line but these functions looks very similar
> than the tc2_pm.c's function. no ?
This is true.
> May be some code consolidation could be considered here.
>
> Added Nico and Lorenzo in Cc.
>
> Thanks
> -- Daniel
Nico can commnent further, but I think the main concern here was that
this code shouldn't be factored prematurely.
There are many low-level platform specifics involved here, so it's
hard to be certain that all platforms could fit into a more abstracted
framework until we have some evidence to look at.
This could be revisited when we have a few diverse MCPM ports to
compare.
The low-level A15/A7 cacheflush sequence is already being factored
by Nico [1].
Cheers
---Dave
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-October/205085.html
[PATCH] ARM: cacheflush: consolidate single-CPU ARMv7 cache disabling code
[...]
next reply other threads:[~2013-10-17 14:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 14:32 Dave Martin [this message]
2013-10-17 16:04 ` [PATCH v2 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support Daniel Lezcano
2013-10-17 16:04 ` Daniel Lezcano
2013-10-17 18:16 ` Nicolas Pitre
2013-10-17 18:16 ` Nicolas Pitre
-- strict thread matches above, loose matches on Subject: below --
2013-10-18 12:53 Dave Martin
2013-10-17 16:49 Dave Martin
2013-10-17 15:46 Dave Martin
2013-10-18 8:29 ` Tarek Dakhran
2013-10-18 8:29 ` Tarek Dakhran
2013-10-14 15:08 [PATCH v2 0/4] Exynos 5410 Dual cluster support Vyacheslav Tyrtov
2013-10-14 15:08 ` [PATCH v2 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support Vyacheslav Tyrtov
2013-10-14 15:08 ` Vyacheslav Tyrtov
2013-10-17 10:45 ` Daniel Lezcano
2013-10-17 10:45 ` Daniel Lezcano
2013-10-25 10:06 ` Aliaksei Katovich
2013-10-25 10:06 ` Aliaksei Katovich
2013-11-04 10:42 ` Alexei Colin
2013-11-04 17:12 ` Alexei Colin
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=20131017143204.GE2442@localhost.localdomain \
--to=dave.martin@arm.com \
--cc=Lorenzo.Pieralisi@arm.com \
--cc=ben-linux@fluff.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mturquette@linaro.org \
--cc=nicolas.pitre@linaro.org \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=romain.naour@openwide.fr \
--cc=swarren@wwwdotorg.org \
--cc=t.dakhran@samsung.com \
--cc=tglx@linutronix.de \
--cc=v.tyrtov@samsung.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.