From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755550AbaIWLVS (ORCPT ); Tue, 23 Sep 2014 07:21:18 -0400 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:35926 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754590AbaIWLVQ (ORCPT ); Tue, 23 Sep 2014 07:21:16 -0400 Date: Tue, 23 Sep 2014 12:21:05 +0100 From: Catalin Marinas To: Will Deacon Cc: Robert Richter , Mark Rutland , Arnd Bergmann , "linux-kernel@vger.kernel.org" , Robert Richter , Rob Herring , Olof Johansson , Radha Mohan Chintakuntla , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v3 0/4] arm64, thunder: Enable Cavium Thunder SoC Family Message-ID: <20140923112105.GV30085@e104818-lin.cambridge.arm.com> References: <1410544187-15876-1-git-send-email-rric@kernel.org> <20140923104122.GE20170@rric.localhost> <20140923104641.GF26472@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140923104641.GF26472@arm.com> Thread-Topic: [PATCH v3 0/4] arm64, thunder: Enable Cavium Thunder SoC Family Accept-Language: en-GB, en-US Content-Language: en-US User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 23, 2014 at 11:46:41AM +0100, Will Deacon wrote: > On Tue, Sep 23, 2014 at 11:41:22AM +0100, Robert Richter wrote: > > On 12.09.14 19:49:43, Robert Richter wrote: > > > From: Robert Richter > > > > > > This initial patches enable Cavium Thunder SoC Family. The patches add > > > devicetree and Kconfig support and then add Thunder to the defconfig. > > > > > > The Thunder system needs more enablement patches for subsystems and > > > devices, this includes network, ahci, gicv3/gicv3-its, pci, smmu, kvm. > > > We will send separate patch sets for these. All of them base on this > > > initial patches. > > > > > > I sent a separate patch set independently that introduces support for > > > dts vendor subdirs. After both patch sets have been applied I will > > > send a patch in addition that moves the dts file into a subdirectory. > > > > > > I sent another separate patch that sets NR_CPUS to 64 per default. > > > > > > The first patch introduces dts files without having a Kconfig option > > > for the soc (ARCH_THUNDER). However, this is introduced in patch 3 and > > > added to defconfig in patch 4 as this is my preferred solution. If > > > there is still resistance having an ARCH_THUNDER option, just drop > > > them. > > > > > > Patches are available here: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rric/linux.git thunder/init > > > > it would be good if these patches could be applied. > > Catalin's handling the 3.18 merge window, but this looks like arm-soc > material anyway and should go via Olof/Arnd. Yes. Olof said he's cherry-picking arm64 SoC patches (or Robert could send him a pull request). -- Catalin