From: mporter@linaro.org (Matt Porter)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] mach-bcm: brcmstb platform support for 3.17
Date: Mon, 28 Jul 2014 10:31:26 -0400 [thread overview]
Message-ID: <20140728143126.GB2593@beef> (raw)
In-Reply-To: <20140722232552.GJ28323@ld-irv-0074>
On Tue, Jul 22, 2014 at 04:25:52PM -0700, Brian Norris wrote:
> Hi Matt,
>
> The following changes since commit 9a3c4145af32125c5ee39c0272662b47307a8323:
>
> Linux 3.16-rc6 (2014-07-20 21:04:16 -0700)
>
> are available in the git repository at:
>
> git://github.com/brcm/linux.git tags/for-3.17/brcmstb
>
> for you to fetch changes up to 4ba80cbf72940f44fc82067b66221996a20b23f1:
>
> MAINTAINERS: add entry for Broadcom ARM STB architecture (2014-07-22 16:17:29 -0700)
>
> Let me know if you'd prefer just Acked/Signed-off-by/Reviewed-by patches
> sent to your mailbox instead of git pull reqs.
>
> I expect these patches to go in through Russel King and through
> drivers/power/, so I left them out:
>
> ARM: Enable erratum 798181 for Broadcom Brahma-B15
> ARM: do CPU-specific init for Broadcom Brahma15 cores
> power: reset: Add reboot driver for brcmstb
I applied all but "ARM: brcmstb: add debug UART for earlyprintk support"
to mach-bcm for-3.17/[soc|dt]. That patch should also go through
Russell.
Also, pull requests are fine, but it will help greatly to have pull
requests split into the appropriate arm-soc categories next time. I
split these into soc and dt as that is how they need to go to the
arm-soc team.
Thanks,
Matt
> ----------------------------------------------------------------
> brcmstb platform support, for BCM7xxx STB SoCs
> ----------------------------------------------------------------
> Brian Norris (2):
> ARM: brcmstb: select GISB arbiter and interrupt drivers
> MAINTAINERS: add entry for Broadcom ARM STB architecture
>
> Marc Carino (6):
> ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs
> ARM: brcmstb: add debug UART for earlyprintk support
> ARM: brcmstb: add CPU binding for Broadcom Brahma15
> ARM: brcmstb: add misc. DT bindings for brcmstb
> ARM: brcmstb: gic: add compatible string for Broadcom Brahma15
> ARM: brcmstb: dts: add a reference DTS for Broadcom 7445
>
> .../devicetree/bindings/arm/brcm-brcmstb.txt | 95 ++++++
> Documentation/devicetree/bindings/arm/cpus.txt | 2 +
> Documentation/devicetree/bindings/arm/gic.txt | 1 +
> MAINTAINERS | 8 +
> arch/arm/Kconfig.debug | 16 +-
> arch/arm/boot/dts/Makefile | 2 +
> arch/arm/boot/dts/bcm7445-bcm97445svmb.dts | 14 +
> arch/arm/boot/dts/bcm7445.dtsi | 111 +++++++
> arch/arm/configs/multi_v7_defconfig | 1 +
> arch/arm/mach-bcm/Kconfig | 16 +
> arch/arm/mach-bcm/Makefile | 5 +
> arch/arm/mach-bcm/brcmstb.c | 28 ++
> arch/arm/mach-bcm/brcmstb.h | 19 ++
> arch/arm/mach-bcm/headsmp-brcmstb.S | 33 ++
> arch/arm/mach-bcm/platsmp-brcmstb.c | 363 +++++++++++++++++++++
> 15 files changed, 713 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/arm/brcm-brcmstb.txt
> create mode 100644 arch/arm/boot/dts/bcm7445-bcm97445svmb.dts
> create mode 100644 arch/arm/boot/dts/bcm7445.dtsi
> create mode 100644 arch/arm/mach-bcm/brcmstb.c
> 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 prev parent reply other threads:[~2014-07-28 14:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 23:25 [GIT PULL] mach-bcm: brcmstb platform support for 3.17 Brian Norris
2014-07-28 14:31 ` Matt Porter [this message]
2014-07-29 6:02 ` Brian Norris
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=20140728143126.GB2593@beef \
--to=mporter@linaro.org \
--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).