From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754004AbcDYI6s (ORCPT ); Mon, 25 Apr 2016 04:58:48 -0400 Received: from foss.arm.com ([217.140.101.70]:44103 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbcDYI6r (ORCPT ); Mon, 25 Apr 2016 04:58:47 -0400 Subject: Re: [PATCH v5 00/10] Support for Cortex-M Prototyping System To: Arnd Bergmann , linux-arm-kernel@lists.infradead.org References: <1459519381-34441-1-git-send-email-vladimir.murzin@arm.com> <201604240143.04330.arnd@arndb.de> Cc: linux@arm.linux.org.uk, gregkh@linuxfoundation.org, daniel.lezcano@linaro.org, tglx@linutronix.de, liviu.dudau@arm.com, sudeep.holla@arm.com, lorenzo.pieralisi@arm.com, mark.rutland@arm.com, gnomes@lxorguk.ukuu.org.uk, peter@hurleysoftware.com, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, devicetree@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com, robh+dt@kernel.org, linux-serial@vger.kernel.org From: Vladimir Murzin Message-ID: <571DDC41.5020302@arm.com> Date: Mon, 25 Apr 2016 09:58:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201604240143.04330.arnd@arndb.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/04/16 00:43, Arnd Bergmann wrote: > On Friday 01 April 2016, Vladimir Murzin wrote: >> Hi, >> >> This patch series provides the basic support for running ucLinux on V2M-MPS2 >> platform. >> >> With these patches applied ucLinux can be run on both HW and FVP models >> with Cortex-M3/M4/M7 configurations. >> >> Board description: >> >> http://infocenter.arm.com/help/topic/com.arm.doc.100112_0100_03_en/arm_versatile_express_cortex_m_prototyping_system_(v2m_mps2)_technical_reference_manual_100112_0100_03_en.pdf >> >> Application notes (cover Cortex-M3/M4/M7): >> >> http://infocenter.arm.com/help/topic/com.arm.doc.dai0385a/DAI0385A_cortex_m3_on_v2m_mps2.pdf >> http://infocenter.arm.com/help/topic/com.arm.doc.dai0386a/DAI0386A_cortex_m4_on_v2m_mps2.pdf >> http://infocenter.arm.com/help/topic/com.arm.doc.dai0399a/DAI0399A_cortex_m7_on_v2m_mps2.pdf >> http://infocenter.arm.com/help/topic/com.arm.doc.dai0400a/DAI0400A_cortex_m7_on_v2m_mps2.pdf >> >> Cortex-M System Design Kit (referenced as CMDK from documents above): >> >> http://infocenter.arm.com/help/topic/com.arm.doc.ddi0479c/DDI0479C_cortex_m_system_design_kit_r1p0_trm.pdf >> >> I'd be happy to hear any feedback/comments on this series! >> > > The whole series looks good to me, please submit the patches to the > appropriate maintainers for inclusion separately: > > * patches 1-2 to the clocksource maintainers > * patches 3-5 to the serial driver maintainers > * patches 6-10 to the vexpress maintainers > > I think everyone is already on Cc here, but they don't want to pick the > patches out of the series separately. I expect to get the patches for > arm-soc as part of the vexpress pull requests (dt, defconfig, and core). Thanks Arnd! I've just split patches per your request and sent them to appropriate maintainers. Cheers Vladimir > > Arnd > >