* [GIT PULL 1/2] ARM: berlin: DT changes for v3.17
@ 2014-06-30 14:07 Sebastian Hesselbarth
2014-06-30 14:07 ` [GIT PULL 2/2] ARM: berlin: SoC " Sebastian Hesselbarth
2014-07-08 5:40 ` [GIT PULL 1/2] ARM: berlin: DT " Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Hesselbarth @ 2014-06-30 14:07 UTC (permalink / raw)
To: linux-arm-kernel
Arnd, Kevin, Olof,
this cycle I try some incremental PRs for Berlin. This is round 1 of DT
related changes for Berlin SoCs.
We finally have a contribution directly from Marvell, let's hope they
will continue to provide patches. Then there is DW i2c nodes for BG2Q
and it's dev board and most notably SMP related nodes for BG2 and BG2Q.
Also, thanks to Jason and David, I now have some git space on infradead,
so the URL below represents that now.
Please pull.
Thanks,
Sebastian
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
are available in the git repository at:
git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-3.17-1
for you to fetch changes up to d19c93670a3dc6d8b37a3256f20eeafff5417f93:
ARM: dts: berlin: add SMP related nodes and properties for BG2Q (2014-06-16 13:17:53 +0200)
----------------------------------------------------------------
Berlin DT changes for v3.17
- L2CC latency properties for BG2Q
- DW i2c nodes for BG2Q and corresponding dev board
- SMP related nodes for BG2 and BG2Q
----------------------------------------------------------------
Antoine T?nart (6):
ARM: dts: berlin: add I2C nodes for BG2Q
ARM: dts: berlin: enable i2c0 and i2c2
Documentation: bindings: add the Berlin CPU control doc
Documentation: bindings: add the marvell,berlin-smp CPU enable method
ARM: dts: berlin: add SMP related nodes and properties for BG2
ARM: dts: berlin: add SMP related nodes and properties for BG2Q
Jisheng Zhang (1):
ARM: dts: berlin2q: set L2CC tag and data latency to 2 cycles
.../arm/cpu-enable-method/marvell,berlin-smp | 41 +++++++++++
.../devicetree/bindings/arm/marvell,berlin.txt | 16 +++++
arch/arm/boot/dts/berlin2.dtsi | 6 ++
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 +++
arch/arm/boot/dts/berlin2q.dtsi | 80 ++++++++++++++++++++++
5 files changed, 151 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/cpu-enable-method/marvell,berlin-smp
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] ARM: berlin: SoC changes for v3.17
2014-06-30 14:07 [GIT PULL 1/2] ARM: berlin: DT changes for v3.17 Sebastian Hesselbarth
@ 2014-06-30 14:07 ` Sebastian Hesselbarth
2014-07-08 5:42 ` Olof Johansson
2014-07-08 5:40 ` [GIT PULL 1/2] ARM: berlin: DT " Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Hesselbarth @ 2014-06-30 14:07 UTC (permalink / raw)
To: linux-arm-kernel
Arnd, Kevin, Olof,
This is round 1 of SoC related changes for Berlin SoCs.
There is only one patch from Antoine providing SMP on BG2 and BG2Q.
Please pull.
Thanks,
Sebastian
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
are available in the git repository at:
git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-soc-3.17-1
for you to fetch changes up to 7b7dfdd2b9927c1861bb6d03ca35261f1739aceb:
ARM: berlin: add SMP support (2014-06-16 13:16:44 +0200)
----------------------------------------------------------------
Berlin SoC changes for v3.17
- SMP support for BG2 and BG2Q
----------------------------------------------------------------
Antoine T?nart (1):
ARM: berlin: add SMP support
arch/arm/mach-berlin/Kconfig | 3 ++
arch/arm/mach-berlin/Makefile | 3 +-
arch/arm/mach-berlin/headsmp.S | 30 +++++++++++++
arch/arm/mach-berlin/platsmp.c | 99 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/mach-berlin/headsmp.S
create mode 100644 arch/arm/mach-berlin/platsmp.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] ARM: berlin: DT changes for v3.17
2014-06-30 14:07 [GIT PULL 1/2] ARM: berlin: DT changes for v3.17 Sebastian Hesselbarth
2014-06-30 14:07 ` [GIT PULL 2/2] ARM: berlin: SoC " Sebastian Hesselbarth
@ 2014-07-08 5:40 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-07-08 5:40 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jun 30, 2014 at 04:07:39PM +0200, Sebastian Hesselbarth wrote:
> Arnd, Kevin, Olof,
>
> this cycle I try some incremental PRs for Berlin. This is round 1 of DT
> related changes for Berlin SoCs.
>
> We finally have a contribution directly from Marvell, let's hope they
> will continue to provide patches. Then there is DW i2c nodes for BG2Q
> and it's dev board and most notably SMP related nodes for BG2 and BG2Q.
>
> Also, thanks to Jason and David, I now have some git space on infradead,
> so the URL below represents that now.
>
> Please pull.
>
> Thanks,
> Sebastian
>
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
>
> Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
>
> are available in the git repository at:
>
> git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-3.17-1
>
> for you to fetch changes up to d19c93670a3dc6d8b37a3256f20eeafff5417f93:
>
> ARM: dts: berlin: add SMP related nodes and properties for BG2Q (2014-06-16 13:17:53 +0200)
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] ARM: berlin: SoC changes for v3.17
2014-06-30 14:07 ` [GIT PULL 2/2] ARM: berlin: SoC " Sebastian Hesselbarth
@ 2014-07-08 5:42 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-07-08 5:42 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jun 30, 2014 at 04:07:40PM +0200, Sebastian Hesselbarth wrote:
> Arnd, Kevin, Olof,
>
> This is round 1 of SoC related changes for Berlin SoCs.
>
> There is only one patch from Antoine providing SMP on BG2 and BG2Q.
>
> Please pull.
>
> Thanks,
> Sebastian
>
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
>
> Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
>
> are available in the git repository at:
>
> git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-soc-3.17-1
>
> for you to fetch changes up to 7b7dfdd2b9927c1861bb6d03ca35261f1739aceb:
>
> ARM: berlin: add SMP support (2014-06-16 13:16:44 +0200)
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-08 5:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 14:07 [GIT PULL 1/2] ARM: berlin: DT changes for v3.17 Sebastian Hesselbarth
2014-06-30 14:07 ` [GIT PULL 2/2] ARM: berlin: SoC " Sebastian Hesselbarth
2014-07-08 5:42 ` Olof Johansson
2014-07-08 5:40 ` [GIT PULL 1/2] ARM: berlin: DT " Olof Johansson
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).