[PATCH 3/3] ARM: BCM: Add SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
Errata 764369 for SMP. This change adds the needed configuration option. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- arch/arm/mach-bcm/Kconfig | 2 + arch/arm/mach-bcm/Makefile | 8 +- arch/arm/mach-bcm/bcm_nsp.h | 19 arch/ar

[PATCH 0/3] SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
on BCM NSP. It also consolidates common SMP handling between BCM NSP and BCM Kona. This patch series is constructed based on Linux v4.3-rc2. The source code is available at GITHUB: https://github.com/Broadcom/cygnus-linux/tree/nsp-smp-v1 Kapil Hali (3): dt-bindings: add SMP enable-method for Broadcom

[PATCH 2/3] ARM: dts: add SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/bo

[PATCH 1/3] dt-bindings: add SMP enable-method for Broadcom NSP

2015-10-14 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU pen-release mechanism. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- .../

<    1   2