From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753361AbbCDWUl (ORCPT ); Wed, 4 Mar 2015 17:20:41 -0500 Received: from ec2-54-201-57-178.us-west-2.compute.amazonaws.com ([54.201.57.178]:34455 "EHLO ip-172-31-12-36.us-west-2.compute.internal" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752469AbbCDWUj (ORCPT ); Wed, 4 Mar 2015 17:20:39 -0500 X-Greylist: delayed 525 seconds by postgrey-1.27 at vger.kernel.org; Wed, 04 Mar 2015 17:20:39 EST Date: Wed, 4 Mar 2015 22:11:41 +0000 From: dwalker@fifo99.com To: Arnd Bergmann Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Brown , Bryan Huntsman , Stephen Boyd , Tim Bird , Bjorn Andersson , Linus Walleij , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Ulf Hansson Subject: Re: [RFC PATCH 00/18] ARM: msm multiplatform support Message-ID: <20150304221141.GA10550@fifo99.com> References: <1425497592-1831064-1-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425497592-1831064-1-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2015 at 08:32:54PM +0100, Arnd Bergmann wrote: > This is my final piece of the puzzle for ARMv6/v7 multiplatform > support. In combination with the other patches that are now > at git://kernel.org/pub/scm/linux/kernel/git/arnd/playground.git > multiplatform-4.0-rc2 and the at91 and shmobile parts from other > developers, you can now build one kernel that includes all > ARMv6 and ARMv7 targets we support in Linux. > > Since mach-msm has seen very few updates over the last years, > it was more work to get to this point than the others, and > some patches are more of a band-aid than a proper solution. > Still, I think that each patch in the series is an improvement > over the status-quo and I really want to see the last one > merged into 4.1 and it depends on all the other ones. > > Stephen Boyd mentioned on IRC that he has been workin on > a similar series, and I'm more than happy to replace some > of this work with patches that he has done, as long as we > can still have the full multiplatform support for 4.1. > > Since a lot of the patches are nontrivial and I have not > been able to test any of this, I'm posting it as an RFC, > but I'm also very interested in people testing it. Didn't look at it in great detail (I will eventually), but it looks like your just cleaning things up .. Is that accurate ? Daniel