From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: brcmstb: SMP, earlyprintk and Kconfig cleanups
Date: Thu, 25 Sep 2014 16:54:08 -0700 [thread overview]
Message-ID: <1411689248-14074-1-git-send-email-f.fainelli@gmail.com> (raw)
Hi Arnd, Olof,
This pull request contains 3 changes for the brcmstb platform
- first patch re-introduces SMP support after fixing the problems we had in
the initial implementation, for this patch to apply cleanly, I had to advance
up to "ARM: brcmstb: revert SMP support"
- second patch is dropping unused Kconfig dependencies
- third patch adds earlyprintk to brcmstb platforms using the existing 8250
infrastructure
Thanks!
The following changes since commit fc3e825fa91636a5d1b992e769b2d8279877bfad:
ARM: brcmstb: revert SMP support (2014-08-25 18:46:31 -0700)
are available in the git repository at:
http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.18
for you to fetch changes up to 1a7539e692f8649246d1394fd60275fa36b6820c:
ARM: brcmstb: Kconfig: drop unneeded symbol selections (2014-09-25 16:50:27 -0700)
----------------------------------------------------------------
Brian Norris (2):
ARM: brcmstb: reintroduce SMP support
ARM: brcmstb: Kconfig: drop unneeded symbol selections
Marc Carino (1):
ARM: brcmstb: add debug UART for earlyprintk support
arch/arm/Kconfig.debug | 16 +-
arch/arm/mach-bcm/Kconfig | 3 -
arch/arm/mach-bcm/Makefile | 2 +
arch/arm/mach-bcm/brcmstb.h | 19 +++
arch/arm/mach-bcm/headsmp-brcmstb.S | 33 ++++
arch/arm/mach-bcm/platsmp-brcmstb.c | 329 ++++++++++++++++++++++++++++++++++++
6 files changed, 398 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/mach-bcm/brcmstb.h
create mode 100644 arch/arm/mach-bcm/headsmp-brcmstb.S
create mode 100644 arch/arm/mach-bcm/platsmp-brcmstb.c
next reply other threads:[~2014-09-25 23:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-25 23:54 Florian Fainelli [this message]
2014-10-01 16:04 ` [GIT PULL] ARM: brcmstb: SMP, earlyprintk and Kconfig cleanups 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=1411689248-14074-1-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).