Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753210AbbH0Xfq (ORCPT ); Thu, 27 Aug 2015 19:35:46 -0400 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:1327 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752663AbbH0Xfo (ORCPT ); Thu, 27 Aug 2015 19:35:44 -0400 X-IronPort-AV: E=Sophos;i="5.17,423,1437462000"; d="scan'208";a="73608166" Message-ID: <55DF9EC2.4060902@broadcom.com> Date: Thu, 27 Aug 2015 16:35:30 -0700 From: Scott Branden User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Jon Mason , Olof Johansson , "Arnd Bergmann" , Kevin Hilman CC: Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , "Florian Fainelli" , , , , Subject: Re: [PATCH v2 0/5] Add Broadcom Northstar Plus Support References: <1440628530-6137-1-git-send-email-jonmason@broadcom.com> In-Reply-To: <1440628530-6137-1-git-send-email-jonmason@broadcom.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2158 Lines: 48 Patchset all look good. Acked-by: Scott Branden 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/