From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756725AbcBIPY2 (ORCPT ); Tue, 9 Feb 2016 10:24:28 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:58587 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754143AbcBIPYZ (ORCPT ); Tue, 9 Feb 2016 10:24:25 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Gregory CLEMENT , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , arm@kernel.org, Catalin Marinas , Will Deacon , Jonathan Corbet , Mark Rutland , devicetree@vger.kernel.org, linux-ide@vger.kernel.org, Greg Kroah-Hartman , Omri Itach , linux-kernel@vger.kernel.org, Nadav Haklai , Hans de Goede , Lior Amsalem , linux-serial@vger.kernel.org, Jiri Slaby , Tejun Heo , Thomas Petazzoni Subject: Re: [PATCH v3 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based Date: Tue, 09 Feb 2016 16:23:20 +0100 Message-ID: <3329016.IcNNJBVSgr@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1454951660-13289-1-git-send-email-gregory.clement@free-electrons.com> References: <1454951660-13289-1-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:5+RsHbn2esDRy2qCI9k3feLHpo1zKJuUtHFvUaqRJyIsFOu6XNS T+LYZ7PmMjyWmUjV1cAWVZWcKEJDirqggyzthsovY39tnWP4dXtWYROMrLq+lpucfj69uO0 Y7L+5jDs/oBn21uxNT3wUW9l4HbEfYDVNrCVrEpwkLH5+xxZEQT8bOagdkrXVnrrJJeSFOB sUbarlQqBNgoc5xpkTN9Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:C5pjC46C6VU=:p4Wb+ZaQ0K+CqFdM7np4I8 xYkMQ21riONrevLMpDc+75EWD6widYXNUVz8hTCyIUKbYJIRSUAJR1YbtxlJOvW0e2zowYTXa 5DKi8PljFwwOdbIy5okFTJeJH5w5GfnvHvd8sW6c9Xst9S/HxfT/Y3ZVhECyEX8ywtKRNEN9t DzvxOyQXeAfgrvy4jovQdnkFU5ue5gqHRECdxvZvovDlzTbce/MI0TRTR2RVOQFWf55gar37w XtrmbC8PxyrVbudSnSB7BW1sG2hD37QlUlU6V8JEd5JgMyR7+uwJYJMH4vR6Oz96hBd1JHm+z nz/UFUMEPTkN/tsVE05Lu+Flgv6oKsUqLZtPmIiSmmelQxRrEuFrVn5VIKYim0e1F3xQ1JQYc w4S2kq+JFFkM9nWt9MxQQWLEPMvk+Qs3aVp9ejxHlc+HV+TBBM5lhxAbw3BOi2lgRB/gyIt8Q fB+nr/fbQtAGLGSShw6oLnQV620YDuLjf18m3HY3BmGH5G9V6dS2NAphz9Fnim0TiLIiOXG4q +4k1QbpBeSSQH0kUsvOesgYDlVMCFYUesplaH2AYrZ/tpqrl+e9iOADLobVvQWpwHqdyYzhuc U1JQe5KxVxrsy09keMvTPJtzl1LOen9063leeBhv4O8+ecNYLWvpkRIDPix8tyB0YqrqEttWL EvKOcofl3tKFewSVkBRLBwdE9OWd8njiN7qkJeCahkAf6fNju60/YyFm+pBg3RB+A790uuTgJ mc/rm8M6QYry7Dt4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 08 February 2016 18:14:08 Gregory CLEMENT wrote: > This series introduce the support of the Armada 3700 family: it is the > first ARM64 SoC of the mvebu family submitted to the mainline! > > Currently there are two members of the Armada 3700 family, the only > difference is the number of core: the Armada 3710 comes with one > Cortex-A53 whereas the Armada 3720 comes with 2 Cortex-A53. In this > series we enabled only the minimum to boot, pinctrl and clock tree > will come soon. > > The changes in this third version are very small (see the changelog). > > The first two patches patches are here to be able to use the the > ARCH_MVEBU for the Armada 3700 SoCs. The first ones is only here to > have standalone series but it comes from Thomas Petazzoni's series: > http://thread.gmane.org/gmane.linux.ports.arm.kernel/472625 > > The third patch introduces a new serial driver for the uart used on > this SoC. The driver remains simple even if the hardware is capable of > doing more. > > The forth one adapts the ahci driver to support the Armada 3700 SoC. > The forth patch updates the binding documentation with the new > compatible string. > > The fifth patch adds a new entry Kconfig entry for this SoC family. > > I took the opportunity of this series to tidy up the Marvell related > files in the binding documentation with the seventh patch. > > The eighth patch introduces the compatible string for the SoCs of the > Armada 3700 family. > > The ninth patch could be considered as the bulk of this series: it > adds the device tree files for the Armada 3700 SoCs and for the > reference board. > > With the introduction of this new family the MAINTAINERS file, the > Marvell README and the ARM64 defconfig files have to be updated: it is > the purpose of the last 3 patches. > > The patches 3 and 4 could be taken directly by the maintainer of their > respective subsystem as there is no dependency at all with the rest of > the series. I think that the rest of the series should go through the > arm-soc maintainer but in doubt I also added the ARM64 maintainer as > suggested by get_maintainer.pl. > > Looks good overall, Acked-by: Arnd Bergmann