From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip SMP support for 3.15
Date: Sat, 01 Mar 2014 20:27:19 +0100 [thread overview]
Message-ID: <2945154.fxjrIo87Hl@phil> (raw)
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.15-rockchip-smp
for you to fetch changes up to a7a2b3118b410fb3cd3a8363b157c56f4211ee05:
ARM: rockchip: add smp bringup code (2014-03-01 17:21:57 +0100)
----------------------------------------------------------------
SMP-support for RK3066 and RK3188 SoCs from Rockchip.
----------------------------------------------------------------
The sram specific changes for reserved regions got already picked up
by Greg KH separately and do not cause compilation issues if missing.
Heiko Stuebner (4):
ARM: rockchip: add snoop-control-unit
ARM: rockchip: add sram dt nodes and documentation
ARM: rockchip: add power-management-unit
ARM: rockchip: add smp bringup code
.../devicetree/bindings/arm/rockchip/pmu.txt | 16 ++
.../devicetree/bindings/arm/rockchip/smp-sram.txt | 30 ++++
arch/arm/boot/dts/rk3066a.dtsi | 13 ++
arch/arm/boot/dts/rk3188.dtsi | 13 ++
arch/arm/boot/dts/rk3xxx.dtsi | 10 ++
arch/arm/mach-rockchip/Kconfig | 1 +
arch/arm/mach-rockchip/Makefile | 1 +
arch/arm/mach-rockchip/core.h | 22 +++
arch/arm/mach-rockchip/headsmp.S | 30 ++++
arch/arm/mach-rockchip/platsmp.c | 184 +++++++++++++++++++++
arch/arm/mach-rockchip/rockchip.c | 2 +
11 files changed, 322 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/rockchip/pmu.txt
create mode 100644 Documentation/devicetree/bindings/arm/rockchip/smp-sram.txt
create mode 100644 arch/arm/mach-rockchip/core.h
create mode 100644 arch/arm/mach-rockchip/headsmp.S
create mode 100644 arch/arm/mach-rockchip/platsmp.c
next reply other threads:[~2014-03-01 19:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 19:27 Heiko Stübner [this message]
2014-03-09 6:56 ` [GIT PULL] Rockchip SMP support for 3.15 Olof Johansson
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=2945154.fxjrIo87Hl@phil \
--to=heiko@sntech.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox