From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755177AbbETV30 (ORCPT ); Wed, 20 May 2015 17:29:26 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:50583 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbbETV3Y (ORCPT ); Wed, 20 May 2015 17:29:24 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Stefan Agner , mcoquelin.stm32@gmail.com, linux@arm.linux.org.uk, jason@lakedaemon.net, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, kernel@pengutronix.de, u.kleine-koenig@pengutronix.de, olof@lixom.net, shawn.guo@linaro.org Subject: Re: [PATCH soc v8 0/3] ARM: vf610m4: Add Vybrid Cortex-M4 support Date: Wed, 20 May 2015 23:29:17 +0200 Message-ID: <2317971.r85DvjF4GE@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <12f1cde68eef7d4e35646e83aabae5c3@agner.ch> References: <1432073032-26561-1-git-send-email-stefan@agner.ch> <12f1cde68eef7d4e35646e83aabae5c3@agner.ch> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:R7XER0e6/TstIuLIZC/JI9yjH58KMUhZJXHLgRS6YYv9NWmZEpG SRsWFJevFPfh/LJcCXv5ElGTrOWgQkNbcLTVJ2Kib7nSFvWVNfeXoW8RepXb13VSRufZXSa oxdtqq3cWhGaroclHeKM01GB+wM2+X7PApX0t8U7yVduSBM4kEnRkYyTzaTlmDc6fcYzl+P IGfZNG9nZ/OjSiu4vW0pg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 20 May 2015 00:42:21 Stefan Agner wrote: > On 2015-05-20 00:03, Stefan Agner wrote: > > This is the soc part of the splitted patchset which enables Cortex-M4 > > support on Vybrid, as discussed in the thread of patchset v7. > > Arnd, forgot to mention that this depends on the irqchip changes merged > by Thomas, see > https://lkml.org/lkml/2015/5/19/204 I've pulled that branch into next/soc now and merged your patches on top. Great job, thanks a lot! Can you take a look at the branch now and see what needs to be done for the other three Cortex-M based platforms, to get them to use ARM_SINGLE_ARMV7M? Arnd