From: zalan.blenessy@gmail.com (Zalan Blenessy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/1] ARM: sunxi: select ARM_PSCI
Date: Wed, 1 Jan 2014 18:02:55 +0100 [thread overview]
Message-ID: <1388595775-20737-1-git-send-email-zalan.blenessy@gmail.com> (raw)
In-Reply-To: <1387973466-5067-1-git-send-email-zalan.blenessy@gmail.com>
On Allwinner sun7i (A20) SoCs, the SMP operations are implemented in
u-boot, and exposed to the kernel through PSCI.
We thus need to enable PSCI support for Allwinner SoCs so that the
kernel uses it to bring up the additionnal cores.
Signed-off-by: Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
---
Changes[v2]:
- Improved patch description
arch/arm/mach-sunxi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 547004c..09df4b81 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -3,6 +3,7 @@ config ARCH_SUNXI
select ARCH_HAS_RESET_CONTROLLER
select ARCH_REQUIRE_GPIOLIB
select ARM_GIC
+ select ARM_PSCI
select CLKSRC_MMIO
select CLKSRC_OF
select COMMON_CLK
--
1.7.10.4
next prev parent reply other threads:[~2014-01-01 17:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-25 12:11 [PATCH 0/1] ARM: sunxi: select ARM_PSCI Zalan Blenessy
2013-12-25 12:11 ` [PATCH 1/1] " Zalan Blenessy
2013-12-30 15:31 ` Maxime Ripard
2014-01-01 17:02 ` Zalan Blenessy [this message]
2014-01-01 22:58 ` [PATCHv2 " Maxime Ripard
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=1388595775-20737-1-git-send-email-zalan.blenessy@gmail.com \
--to=zalan.blenessy@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).