From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Convert highbank to use PSCI calls
Date: Wed, 27 Feb 2013 07:51:53 -0600 [thread overview]
Message-ID: <512E0F79.6080301@gmail.com> (raw)
In-Reply-To: <201302270858.20864.arnd@arndb.de>
On 02/27/2013 02:58 AM, Arnd Bergmann wrote:
> On Wednesday 27 February 2013, Rob Herring wrote:
>> From: Rob Herring <rob.herring@calxeda.com>
>>
>> This series converts highbank to use PSCI calls for secondary core boot,
>> hotplug, cpuidle, suspend/resume, reset, and poweroff. Doing this removes
>> about 200 lines of platform code (1/3 of it) and abstracts out the A9 and
>> A15 differences (some of which are not yet in place).
>
> Hi Rob,
>
> This looks pretty cool. Can you or Will comment on what is still left
> for the SMP ops that is actually required as platform specific code?
>
> Specifically, I'm wondering if we could have a set of default smp_ops
> based on this that we could use with the default machine descriptor [1]
> and any platform that has SMP enabled but a NULL smp_ops pointer.
My smp code is exactly the same as mach-virt with this, but adds cpu_die
for hotplug. smp_secondary_init will go away with Catalin's series to
use notifiers for the gic secondary init. This leaves smp_boot_secondary.
We could move these remaining smp_ops to psci.c and create psci_smp_ops.
That probably needs to be after the gic notifier changes.
Your patch, psci smp ops, and converting the arch timers to use
OF_CLKSRC_DECLARE will eliminate mach-virt unless Will has more things
planned for it.
Rob
next prev parent reply other threads:[~2013-02-27 13:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-27 3:42 [PATCH 0/4] Convert highbank to use PSCI calls Rob Herring
2013-02-27 3:42 ` [PATCH 1/4] ARM: highbank: clean-up some unused includes Rob Herring
2013-02-27 3:42 ` [PATCH 2/4] dts: calxeda: add ARM PSCI binding Rob Herring
2013-02-27 3:42 ` [PATCH 3/4] cpuidle: calxeda: add support to use PSCI calls Rob Herring
2013-02-27 3:42 ` [PATCH 4/4] ARM: highbank: adapt to use ARM " Rob Herring
2013-02-27 8:58 ` [PATCH 0/4] Convert highbank to use " Arnd Bergmann
2013-02-27 13:51 ` Rob Herring [this message]
2013-02-27 17:14 ` Will Deacon
2013-02-27 20:25 ` Arnd Bergmann
2013-02-28 16:10 ` Will Deacon
2013-02-27 17:18 ` Will Deacon
2013-02-27 17:25 ` Rob Herring
2013-02-28 16:14 ` Will Deacon
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=512E0F79.6080301@gmail.com \
--to=robherring2@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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.