From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
Date: Mon, 20 Oct 2014 12:51:56 -0700 [thread overview]
Message-ID: <1413834716-13701-1-git-send-email-f.fainelli@gmail.com> (raw)
These changes were posted late during the v3.18 release cycle, and were
eventually added to your 'late' branch, but here is an updated version
Thanks!
The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
are available in the git repository at:
http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19
for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:
bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)
----------------------------------------------------------------
This pull request contains 3 changes for the brcmstb platform and 2 changes
to the GISB bus arbiter driver
- fist patch adds earlyprintk to brcmstb platforms using the existing 8250
infrastructure
- second 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"
- third patch is dropping unused Kconfig dependencies
- fourth patch registers the ARM fault code for external aborts that the GISB
bus arbiter driver is designed to assit
- fifth patch does save/restore the GISB arbiter timeout across S3
suspend/resume cycles
Thanks!
----------------------------------------------------------------
Brian Norris (2):
ARM: brcmstb: reintroduce SMP support
ARM: brcmstb: Kconfig: drop unneeded symbol selections
Florian Fainelli (2):
bus: brcmstb_gisb: register the fault code hook
bus: brcmstb_gisb: save and restore GISB timeout
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 ++++++++++++++++++++++++++++++++++++
drivers/bus/brcmstb_gisb.c | 45 ++++-
7 files changed, 437 insertions(+), 10 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-10-20 19:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 19:51 Florian Fainelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-20 21:26 [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes Florian Fainelli
2014-11-03 22:28 ` Brian Norris
2014-11-03 23:10 ` Olof Johansson
2014-11-03 23:12 ` Florian Fainelli
2014-11-04 6:19 ` Olof Johansson
2014-10-20 19:51 Florian Fainelli
2014-10-20 20:03 ` Arnd Bergmann
2014-10-20 20:05 ` Florian Fainelli
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=1413834716-13701-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).