From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Convert highbank to use PSCI calls
Date: Wed, 27 Feb 2013 20:25:19 +0000 [thread overview]
Message-ID: <201302272025.19848.arnd@arndb.de> (raw)
In-Reply-To: <20130227171410.GC22286@mudshark.cambridge.arm.com>
On Wednesday 27 February 2013, Will Deacon wrote:
> As long as we remain compatible with "linux,dummy-virt" then I'm not fussed
> what happens to the support code. I don't envisage adding anything else to
> it that can't live under drivers/ (e.g. new virtio devices).
The idea with my patch is that you don't actually have to check anything
against "linux,dummy-virt" or another top-level "compatible value.
Basically any device tree would boot as long as all device you want to
use (including timer, irqchip, smp CPU setup method, ...) can be brought
up using the DT information. The SMP stuff is the only bit missing
right now, any other field of the machine_desc structure is already
optional with my patch, and if all fields are NULL, you can leave
out the entire structure. The best part of this is that an empty
machine_desc is exactly what we have on arm64, so any machine that
is supported on arm64 could also be supported on arch/arm without
any machine specific code.
Arnd
next prev parent reply other threads:[~2013-02-27 20:25 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
2013-02-27 17:14 ` Will Deacon
2013-02-27 20:25 ` Arnd Bergmann [this message]
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=201302272025.19848.arnd@arndb.de \
--to=arnd@arndb.de \
--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.