mbox

[GIT,PULL,2/2] ARM: berlin: SoC changes for v3.17

Message ID 1404137260-5876-2-git-send-email-sebastian.hesselbarth@gmail.com
State New
Headers show

Pull-request

git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-soc-3.17-1

Message

Sebastian Hesselbarth June 30, 2014, 2:07 p.m. UTC
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

Comments

Olof Johansson July 8, 2014, 5:42 a.m. UTC | #1
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