From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756257AbbESQIj (ORCPT ); Tue, 19 May 2015 12:08:39 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:37827 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753364AbbESQIh (ORCPT ); Tue, 19 May 2015 12:08:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 19 May 2015 18:06:53 +0200 From: Stefan Agner To: Arnd Bergmann Cc: Russell King - ARM Linux , Shawn Guo , Thomas Gleixner , shawn.guo@linaro.org, kernel@pengutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, u.kleine-koenig@pengutronix.de, olof@lixom.net, daniel.lezcano@linaro.org, mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, mcoquelin.stm32@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 08/13] ARM: unify MMU/!MMU addruart calls In-Reply-To: <2419398.cbLWQC7K5f@wuerfel> References: <1431769465-26867-1-git-send-email-stefan@agner.ch> <20150519101615.GA2067@n2100.arm.linux.org.uk> <2419398.cbLWQC7K5f@wuerfel> Message-ID: User-Agent: Roundcube Webmail/1.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015-05-19 13:50, Arnd Bergmann wrote: > On Tuesday 19 May 2015 13:23:22 Stefan Agner wrote: >> On 2015-05-19 12:16, Russell King - ARM Linux wrote: >> Not sure how we can deal with the EFM32 vs. IMX changes... Patches 08-10 >> has no dependencies on the clock changes which Thomas merged. They could >> go through whatever EFM32 is merged normally (last time Arnd directly >> merged from Uwe), and then Shawn could base the rest of the changes on >> that too? > > Do you have a dependency on patch 10 (the one for EFM32) in your later > patches? Unfortunately, there is a dependency on that patch: I change the default of UNCOMPRESS_INCLUDE to debug/uncompress.h for all ARM_SINGLE_ARMV7M platforms. Without that patch, it would default to mach/uncompress.h, which does not exist for MACH_MXC/SOC_VF610. > > If not, you can send the other ones to Shawn, so I pull them as > a branch, and then I apply that on top of the merges. I have also > merged two other ARMv7M platforms for 4.2 now (both in next/soc), > so we should do the same change for those as well, and I'd rather > apply a patch for that, than merge a branch that is based on > next/soc. I guess, in that case, you need to take the others too? (08/09?) -- Stefan