From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753335AbcC2NHj (ORCPT ); Tue, 29 Mar 2016 09:07:39 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:59007 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525AbcC2NHg (ORCPT ); Tue, 29 Mar 2016 09:07:36 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Neil Armstrong , linux-kernel@vger.kernel.org, linux@arm.linux.org.uk Subject: Re: [PATCH v3 00/18] Add Initial support for PLX Technology OX810SE Date: Tue, 29 Mar 2016 15:07:01 +0200 Message-ID: <3251151.7G7VuWMkWK@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> References: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:JVJayGSlBFaPUzAo9gWltTkXY1YcucXhPvPVYQwL6JUYQiKbVR1 wOMtZshrSgsVjvEhrUn4KZ/WM3/EjdgnzXID8bidKoKUB4fgMcwkBUy2Y7eki94CZ51AOZi FiJsFf4tlgJ4Ad9m+ZMiFzw4MwJ7Hr3G2EBHM+f5jHK9xkpdWLfd2v4EJVJPqWhhtzDHE+T EaGrmu+4n5heV4oJ3ryPA== X-UI-Out-Filterresults: notjunk:1;V01:K0:Zitdv2qkfgg=:KRTYNsoxH44dmeLJl18Yn1 vf3fYdlHni6sgRxiMEbR2jJnCUhRwR0SGANdCHl08sUqSWvQlN65MmTK9LL+HP9Xgnof14E/w O4BGH7v/wpp8tWjoIRx8wQW/jOEUJmLSjwBcuH5zOuSX6zSeK/Mzl4zvxt6GXXc36AVOlHpLY lcbA0dEuytMRtk6Z3fW6E9oOcZ9Vf7nNUYk5iliSKaY4kY56wGNPhIiTrmIcVXR6zx2a6zN3H hGcJpPzsvp989yfeN9QBPZ8nTzUo9VzBm2EIV63ZKKa5fz/4dVEfjHRC5e598UIovxUPqDu3r EH51LYED6377w34LqaN/tiyJ88GqTx+5p+V80wFkY4gWyl8ce7X4Q2AgGgu57HJlZrSHLNfZl FTHgdmqlWoGotnsM5oJyDWkQUHj0ojGYt7WFkh6rmZgHYbpzm9zPAlvmm8zAl13yCLXzMIAcc 9GQDNnMnAbGN019cnykm30zjelG1mhS71Gr1DFaqxrH3Os7rXtnB9zEnXPskxgUTtZYZ9sDHv Nlnz3KETt7gYqh13p6f5mfQ5PzMnoVbrRA2ZXY60mY3godJg5ZwuqUO+rykv1Hpme4gUeS+sJ GtwXkRZlg8x1CxuD8vH2mO7yTqa+T+65k2BSporxuC64Ap6+8G8mOQmm68Wvyb4vWaQgnEXa+ nA8nU9iROEymQ39s1k2LNP4nd1VepODaTMCXppeXW19GCO6IJD42eLKaYWb069m8Bg52kGhw5 li+yP9r1/ydwIOlx Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 24 March 2016 17:49:57 Neil Armstrong wrote: > This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for > the PLX Technology OX810SE used in the well-known Western Digital My Book > World Edition Network Attached Storage device. > > Extended support for SATA, DMA and Ethernet will come in further patches. > > Upstream support for following devices like the OX820SE is welcome ! > Looks good to me overall. When you have addressed the remaining comments, please send a pull request for the parts that should go into arm-soc to arm@kernel.org, and address any future issues with add-on patches. Anything that has significant driver changes (pinctrl, clk, clocksource) including the respective DT binding changes should go through the subsystem maintainer trees. The one-line irqchip change can stay with the mach-oxnas/Kconfig change in one pull request, and the dt-binding and dts changes should be in a separate pull request, so we can group them into our next/* branches accordingly. Please also add a patch for the MAINTAINERS file to list yourself as the maintainer, this one again can go into the same pull request as the mach-oxnas patch. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 29 Mar 2016 15:07:01 +0200 Subject: [PATCH v3 00/18] Add Initial support for PLX Technology OX810SE In-Reply-To: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> References: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> Message-ID: <3251151.7G7VuWMkWK@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 24 March 2016 17:49:57 Neil Armstrong wrote: > This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for > the PLX Technology OX810SE used in the well-known Western Digital My Book > World Edition Network Attached Storage device. > > Extended support for SATA, DMA and Ethernet will come in further patches. > > Upstream support for following devices like the OX820SE is welcome ! > Looks good to me overall. When you have addressed the remaining comments, please send a pull request for the parts that should go into arm-soc to arm at kernel.org, and address any future issues with add-on patches. Anything that has significant driver changes (pinctrl, clk, clocksource) including the respective DT binding changes should go through the subsystem maintainer trees. The one-line irqchip change can stay with the mach-oxnas/Kconfig change in one pull request, and the dt-binding and dts changes should be in a separate pull request, so we can group them into our next/* branches accordingly. Please also add a patch for the MAINTAINERS file to list yourself as the maintainer, this one again can go into the same pull request as the mach-oxnas patch. Arnd