Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215009
| From | Scott Branden <sbranden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/5] Add Broadcom Northstar Plus Support |
| Date | 2015-08-28 01:40 +0200 |
| Message-ID | <q2eVY-2w9-11@gated-at.bofh.it> (permalink) |
| References | <q1Rwl-2py-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Patchset all look good. Acked-by: Scott Branden <sbranden@broadcom.com> On 15-08-26 03:35 PM, Jon Mason wrote: > > Changes in version 2 incorporate Olof's comments regarding: > * the removal of all "Reviewed-by" lines not occurring on external > mailing lists > * reordering of s-o-b lines > * modification of the device tree file to use labels when enabling > * increated description of the modification to the MAINTAINERS entry > > Also, modifying the "to" and "cc" recepients so that everyone is > receving all of the patches. > > -- > > This patch series adds support for the Broadcom Northstar Plus family of > SoCs. NSP is a Cortex A9 based SoC under the Broadcom iProc family. > > Jon Mason (5): > dt-bindings: Create Documentation for NSP DT bindings > ARM: NSP: add minimal Northstar Plus device tree > ARM: NSP: Add basic support for Broadcom Northstar Plus SoC > ARM: multi_v7_defconfig: Add NSP to defconfig > MAINTAINERS: add entry for the Broadcom Northstar Plus SoCs > > .../devicetree/bindings/arm/bcm/brcm,nsp.txt | 34 +++++++ > MAINTAINERS | 12 ++- > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/bcm-nsp.dtsi | 105 +++++++++++++++++++++ > arch/arm/boot/dts/bcm958625k.dts | 57 +++++++++++ > arch/arm/configs/multi_v7_defconfig | 1 + > arch/arm/mach-bcm/Kconfig | 14 +++ > arch/arm/mach-bcm/Makefile | 5 +- > arch/arm/mach-bcm/bcm_nsp.c | 25 +++++ > 9 files changed, 252 insertions(+), 3 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,nsp.txt > create mode 100644 arch/arm/boot/dts/bcm-nsp.dtsi > create mode 100644 arch/arm/boot/dts/bcm958625k.dts > create mode 100644 arch/arm/mach-bcm/bcm_nsp.c > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/5] Add Broadcom Northstar Plus Support Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
[PATCH v2 1/5] dt-bindings: Create Documentation for NSP DT bindings Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
Re: [PATCH v2 1/5] dt-bindings: Create Documentation for NSP DT bindings Florian Fainelli <fainelli@broadcom.com> - 2015-08-28 02:50 +0200
[PATCH v2 4/5] ARM: multi_v7_defconfig: Add NSP to defconfig Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
Re: [PATCH v2 4/5] ARM: multi_v7_defconfig: Add NSP to defconfig Florian Fainelli <fainelli@broadcom.com> - 2015-08-28 02:50 +0200
[PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
Re: [PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree Florian Fainelli <fainelli@broadcom.com> - 2015-08-28 02:50 +0200
Re: [PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree Rob Herring <robherring2@gmail.com> - 2015-08-28 17:50 +0200
Re: [PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree Florian Fainelli <fainelli@broadcom.com> - 2015-08-28 18:40 +0200
[PATCH v2 5/5] MAINTAINERS: add entry for the Broadcom Northstar Plus SoCs Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
Re: [PATCH v2 5/5] MAINTAINERS: add entry for the Broadcom Northstar Plus SoCs Florian Fainelli <fainelli@broadcom.com> - 2015-08-28 02:50 +0200
[PATCH v2 3/5] ARM: NSP: Add basic support for Broadcom Northstar Plus SoC Jon Mason <jonmason@broadcom.com> - 2015-08-27 00:40 +0200
Re: [PATCH v2 3/5] ARM: NSP: Add basic support for Broadcom Northstar Plus SoC Florian Fainelli <f.fainelli@gmail.com> - 2015-08-28 02:50 +0200
Re: [PATCH v2 0/5] Add Broadcom Northstar Plus Support Scott Branden <sbranden@broadcom.com> - 2015-08-28 01:40 +0200
csiph-web