* [GIT PULL 1/2] ARM: rockchip: second batch of soc related changes
@ 2014-11-18 15:33 Heiko Stübner
2014-11-18 15:37 ` [GIT PULL 2/2] ARM: rockchip: second batch of dts " Heiko Stübner
2014-11-20 16:20 ` [GIT PULL 1/2] ARM: rockchip: second batch of soc " Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stübner @ 2014-11-18 15:33 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
here is the second batch of soc related changes, consisting only
of the smp support for rk3288.
Due to the slight misheap of the v3.18 cpuclk pull being merge, it is based
on exactly this merge commit from Olof to next/soc.
The following changes since commit 9576d3e622f325e617b272172dd68e329e742f77:
Merge tag 'v3.18-rockchip-cpufreqdev-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/soc (2014-11-03 20:49:01 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-soc2
for you to fetch changes up to 3ee851e212d0bb6be8c462059fba74ce2e3f6064:
ARM: rockchip: add basic smp support for rk3288 (2014-11-05 22:18:40 +0100)
----------------------------------------------------------------
code part of the rk3288 smp support
----------------------------------------------------------------
Heiko Stuebner (2):
ARM: rockchip: convert to regmap and use pmu syscon if available
ARM: rockchip: add option to access the pmu via a phandle in smp_operations
Kever Yang (1):
ARM: rockchip: add basic smp support for rk3288
Documentation/devicetree/bindings/arm/cpus.txt | 9 +
arch/arm/mach-rockchip/headsmp.S | 5 +-
arch/arm/mach-rockchip/platsmp.c | 223 ++++++++++++++++++++-----
3 files changed, 193 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] ARM: rockchip: second batch of dts related changes
2014-11-18 15:33 [GIT PULL 1/2] ARM: rockchip: second batch of soc related changes Heiko Stübner
@ 2014-11-18 15:37 ` Heiko Stübner
2014-11-20 16:44 ` Arnd Bergmann
2014-11-20 16:20 ` [GIT PULL 1/2] ARM: rockchip: second batch of soc " Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stübner @ 2014-11-18 15:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
this is the second batch of devicetree related changes for 3.19.
I hope the tag message explains the contents enough.
The following changes since commit 11bd57b82e6802765d1a1b33405bbaff82615d65:
ARM: dts: rockchip: Add SPI DMA into rk3288.dtsi (2014-10-25 00:07:32 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-dts2
for you to fetch changes up to efb66e93d13da5a7b11b3a8dbb24a6fb29141752:
ARM: dts: rockchip: enable PWM on Radxa Rock (2014-11-15 21:16:30 +0100)
----------------------------------------------------------------
- the dts part of the rk3288 smp support
- rate init for rk3288 clocks
- enablement of various peripherals
- new boardfile for Haoyu Marsboard (rk3066 based)
----------------------------------------------------------------
Daniel Kurtz (1):
ARM: dts: rk3288: add VOP iommu nodes
Julien CHAUVEAU (3):
ARM: dts: rockchip: add serial aliases for rk3066 and rk3188
ARM: dts: rockchip: fix invalid unit-address in rk3188.dtsi
ARM: dts: rockchip: enable PWM on Radxa Rock
Kever Yang (3):
ARM: dts: rockchip: add pmu references to cpus nodes
ARM: dts: rockchip: add intmem node for rk3288 smp support
ARM: dts: rockchip: add reset for CPU nodes
Romain Perier (2):
ARM: dts: rockchip: Add EMAC Rockchip for RK3066 SoCs
ARM: dts: rockchip: Add devicetree source for MarsBoard RK3066
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/rk3066a-marsboard.dts | 192 +++++++++++++++++++++
arch/arm/boot/dts/rk3066a.dtsi | 22 +++
arch/arm/boot/dts/rk3188-radxarock.dts | 12 ++
arch/arm/boot/dts/rk3188.dtsi | 4 +-
arch/arm/boot/dts/rk3288.dtsi | 36 ++++
arch/arm/boot/dts/rk3xxx.dtsi | 4 +
8 files changed, 273 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/boot/dts/rk3066a-marsboard.dts
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] ARM: rockchip: second batch of soc related changes
2014-11-18 15:33 [GIT PULL 1/2] ARM: rockchip: second batch of soc related changes Heiko Stübner
2014-11-18 15:37 ` [GIT PULL 2/2] ARM: rockchip: second batch of dts " Heiko Stübner
@ 2014-11-20 16:20 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-11-20 16:20 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 18 November 2014, Heiko St?bner wrote:
> here is the second batch of soc related changes, consisting only
> of the smp support for rk3288.
>
> Due to the slight misheap of the v3.18 cpuclk pull being merge, it is based
> on exactly this merge commit from Olof to next/soc.
Pulled into next/soc. The tag comment contained only "code part of the
rk3288 smp support", so I've added your text above for the changeset
description. Thanks,
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] ARM: rockchip: second batch of dts related changes
2014-11-18 15:37 ` [GIT PULL 2/2] ARM: rockchip: second batch of dts " Heiko Stübner
@ 2014-11-20 16:44 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-11-20 16:44 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 18 November 2014, Heiko St?bner wrote:
> - the dts part of the rk3288 smp support
> - rate init for rk3288 clocks
> - enablement of various peripherals
> - new boardfile for Haoyu Marsboard (rk3066 based)
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-20 16:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 15:33 [GIT PULL 1/2] ARM: rockchip: second batch of soc related changes Heiko Stübner
2014-11-18 15:37 ` [GIT PULL 2/2] ARM: rockchip: second batch of dts " Heiko Stübner
2014-11-20 16:44 ` Arnd Bergmann
2014-11-20 16:20 ` [GIT PULL 1/2] ARM: rockchip: second batch of soc " Arnd Bergmann
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).