From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751990AbcFFSxb (ORCPT ); Mon, 6 Jun 2016 14:53:31 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34405 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbcFFSx3 (ORCPT ); Mon, 6 Jun 2016 14:53:29 -0400 Subject: Re: [PATCH v2 0/6] Support BCM23550 SoC To: Chris Brand , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Florian Fainelli , Ray Jui , Scott Branden , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org References: <1463002582-6875-1-git-send-email-chris.brand@broadcom.com> From: Florian Fainelli Message-ID: <5755C6A5.1040202@gmail.com> Date: Mon, 6 Jun 2016 11:53:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1463002582-6875-1-git-send-email-chris.brand@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/11/2016 02:36 PM, Chris Brand wrote: > This patchset introduces support for the BCM23550 SoC and the Broadcom > Sparrow development board. > > It modifies the BCM21664 support slightly to share code between the two. > > With this patchset, a multi-v7 kernel brings up all 4 CPUs on a Sparrow > board, and gets to a shell prompt. Many of the IP blocks that are shared > with BCM28155 and BCM21664 are also functional, although not all have > been thoroughly tested. > > Changes since v1 > - Moved chosen node from dtsi to dts file > - Added stdout-path property to chosen node in dts > - Removed "-cpu-method" from CPU enable method name Series applied, patch 1 applied to drivers/next, patches 2, 4 and 5 applied to soc/next, and patches 2 and 6 applied to devicetree/next, thanks everyone! -- Florian