[GIT PULL] Broadcom SoC changes for 4.2
Florian Fainelli
f.fainelli at gmail.com
Wed May 13 15:34:13 PDT 2015
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
http://github.com/broadcom/stblinux tags/arm-soc/for-4.2/soc
for you to fetch changes up to d044ce725eea4d7b74bcb6e9e7b33996aae77f04:
ARM: BCM63xx: Add SMP support for BCM63138 (2015-05-13 09:59:07 -0700)
----------------------------------------------------------------
This pull request contains the following changes:
- BCM63138 SMP support which pulls in code to control the PMB bus, secondary CPU initialization
sequence and small changes suggested by Russell King to allow platforms to disable VFP
----------------------------------------------------------------
Florian Fainelli (5):
ARM: BCM63xx: Add Broadcom BCM63xx PMB controller helpers
ARM: BCM63xx: Add secondary CPU PMB initialization sequence
ARM: vfp: Add include guards
ARM: vfp: Add vfp_disable for problematic platforms
ARM: BCM63xx: Add SMP support for BCM63138
arch/arm/include/asm/vfp.h | 9 ++
arch/arm/mach-bcm/Makefile | 7 +-
arch/arm/mach-bcm/bcm63xx_headsmp.S | 23 ++++
arch/arm/mach-bcm/bcm63xx_pmb.c | 221 ++++++++++++++++++++++++++++++++++++
arch/arm/mach-bcm/bcm63xx_smp.c | 170 +++++++++++++++++++++++++++
arch/arm/mach-bcm/bcm63xx_smp.h | 9 ++
arch/arm/vfp/vfpmodule.c | 13 +++
include/linux/bcm63xx_pmb.h | 76 +++++++++++++
8 files changed, 527 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/mach-bcm/bcm63xx_headsmp.S
create mode 100644 arch/arm/mach-bcm/bcm63xx_pmb.c
create mode 100644 arch/arm/mach-bcm/bcm63xx_smp.c
create mode 100644 arch/arm/mach-bcm/bcm63xx_smp.h
create mode 100644 include/linux/bcm63xx_pmb.h
More information about the linux-arm-kernel
mailing list