mbox

[GIT,PULL] More highbank fixes for 3.8

Message ID 510D2B56.1010709@gmail.com
State New
Headers show

Pull-request

git://sources.calxeda.com/kernel/linux.git tags/highbank-fixes-for-3.8

Message

Rob Herring Feb. 2, 2013, 3:05 p.m. UTC
Arnd, Olof,

Please pull these fixes needed for highbank. Secondary core boot is
broken when using an updated DT with correct cpu cluster id.

Rob

The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:

  Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)

are available in the git repository at:

  git://sources.calxeda.com/kernel/linux.git tags/highbank-fixes-for-3.8

for you to fetch changes up to 63fc1370c19052fa5bec9593557431efc7ecc9fe:

  ARM: highbank: mask cluster id from cpu_logical_map (2013-01-31
13:54:30 -0600)

----------------------------------------------------------------
highbank fixes for 3.8

-Compile fix for !SMP
-More cpu cluster id related fixes

----------------------------------------------------------------
Rob Herring (3):
      ARM: scu: add empty scu_enable for !CONFIG_SMP
      ARM: scu: mask cluster id from cpu_logical_map
      ARM: highbank: mask cluster id from cpu_logical_map

 arch/arm/include/asm/smp_scu.h    |    8 +++++++-
 arch/arm/kernel/smp_scu.c         |    2 +-
 arch/arm/mach-highbank/highbank.c |    3 ++-
 arch/arm/mach-highbank/sysregs.h  |    4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)

Comments

Olof Johansson Feb. 5, 2013, 6:32 p.m. UTC | #1
On Sat, Feb 02, 2013 at 09:05:58AM -0600, Rob Herring wrote:
> Arnd, Olof,
> 
> Please pull these fixes needed for highbank. Secondary core boot is
> broken when using an updated DT with correct cpu cluster id.
> 
> Rob
> 
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
> 
>   Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
> 
> are available in the git repository at:
> 
>   git://sources.calxeda.com/kernel/linux.git tags/highbank-fixes-for-3.8

Pulled, thanks.

-Olof