linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] Broadcom soc changes for v4.5
Date: Mon,  7 Dec 2015 15:57:29 -0800	[thread overview]
Message-ID: <1449532649-6471-4-git-send-email-f.fainelli@gmail.com> (raw)
In-Reply-To: <1449532649-6471-1-git-send-email-f.fainelli@gmail.com>


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.5/soc

for you to fetch changes up to 99498905ac1fbc73a97d27d21ea449fb939072e3:

  ARM: BCM: Add SMP support for Broadcom 4708 (2015-12-07 12:30:51 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoC changes for 4.5, with the following changes:

- Lucas Stach removes the workaround for an imprecise fault for Broadcom
  BCM5301x SoCs (Northstar) since this is now handled by the ARM/Linux kernel
  directly

- Hauke Merthens enables a bunch of erratas for the Cortex-A9 and PL310 L2
  cache present on early Northstar chips (BCM4708)

- Kapil Hali adds SMP support for the Northstar Plus SoCs by consolidating the
  existing SMP code for Kona SoCs (mobile platforms), fixng the Device Tree
  binding for the Kona platforms (wrong placement for 'enable-method' and
  'secondary-reg') and then finally adds the functional code for the Northstar
  Plus platforms to boot their secondary CPUs

- Jon Mason enables SMP on BCM4708/BCM5301X (Northstar SoCs) by building the generic
  Northstar/Northstar Plus SMP code, and adding the relevant SMP Device Tree nodes

----------------------------------------------------------------
Hauke Mehrtens (1):
      ARM: BCM5310X: activate erratas needed for SoC

Jon Mason (1):
      ARM: BCM: Add SMP support for Broadcom 4708

Kapil Hali (2):
      ARM: BCM: Clean up SMP support for Broadcom Kona
      ARM: BCM: Add SMP support for Broadcom NSP

Lucas Stach (1):
      ARM: BCM5301X: remove workaround imprecise abort fault handler

 arch/arm/boot/dts/bcm11351.dtsi             |   2 +-
 arch/arm/boot/dts/bcm21664.dtsi             |   2 +-
 arch/arm/boot/dts/bcm4708.dtsi              |   2 +
 arch/arm/mach-bcm/Kconfig                   |   7 ++
 arch/arm/mach-bcm/Makefile                  |  11 ++-
 arch/arm/mach-bcm/bcm_5301x.c               |  35 -------
 arch/arm/mach-bcm/{kona_smp.c => platsmp.c} | 144 ++++++++++++++++++++++------
 7 files changed, 136 insertions(+), 67 deletions(-)
 rename arch/arm/mach-bcm/{kona_smp.c => platsmp.c} (63%)

  parent reply	other threads:[~2015-12-07 23:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
2015-12-15 17:09   ` Arnd Bergmann
2015-12-07 23:57 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
2015-12-15 17:04   ` Arnd Bergmann
2015-12-07 23:57 ` Florian Fainelli [this message]
2015-12-15 17:14   ` [GIT PULL 1/4] Broadcom soc " Arnd Bergmann
2015-12-12  0:06 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449532649-6471-4-git-send-email-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).