* [GIT PULL] Rockchip SMP support for 3.15
@ 2014-03-01 19:27 Heiko Stübner
2014-03-09 6:56 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2014-03-01 19:27 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] Rockchip SMP support for 3.15
2014-03-01 19:27 [GIT PULL] Rockchip SMP support for 3.15 Heiko Stübner
@ 2014-03-09 6:56 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-03-09 6:56 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Mar 01, 2014 at 08:27:19PM +0100, Heiko St?bner wrote:
> 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)
Pulled, thanks.
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-09 6:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 19:27 [GIT PULL] Rockchip SMP support for 3.15 Heiko Stübner
2014-03-09 6:56 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox