From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Broadcom SoC changes for 4.2
Date: Wed, 13 May 2015 15:34:13 -0700 [thread overview]
Message-ID: <1431556453-11633-3-git-send-email-f.fainelli@gmail.com> (raw)
In-Reply-To: <1431556453-11633-1-git-send-email-f.fainelli@gmail.com>
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
next prev parent reply other threads:[~2015-05-13 22:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-13 22:34 [GIT PULL] Broadcom Device Tree changes for 4.2 Florian Fainelli
2015-05-13 22:34 ` [GIT PULL] Broadcom MAINTAINERS file update " Florian Fainelli
2015-05-20 15:44 ` Arnd Bergmann
2015-05-13 22:34 ` Florian Fainelli [this message]
2015-05-20 15:42 ` [GIT PULL] Broadcom SoC changes " Arnd Bergmann
2015-05-20 15:43 ` Arnd Bergmann
2015-05-20 20:59 ` Arnd Bergmann
2015-05-20 21:05 ` Florian Fainelli
2015-05-20 21:22 ` Arnd Bergmann
2015-05-20 21:50 ` Florian Fainelli
2015-05-20 22:02 ` Arnd Bergmann
2015-05-15 15:18 ` [GIT PULL] Broadcom Device Tree " 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=1431556453-11633-3-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).