From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754983AbbLLAMw (ORCPT ); Fri, 11 Dec 2015 19:12:52 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:63389 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754581AbbLLAMs (ORCPT ); Fri, 11 Dec 2015 19:12:48 -0500 From: Arnd Bergmann To: Masahiro Yamada Cc: arm@kernel.org, devicetree@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Will Deacon , Mark Rutland , Russell King , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates Date: Sat, 12 Dec 2015 01:12:05 +0100 Message-ID: <10682472.c84OiaBWfX@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1448357962-12259-1-git-send-email-yamada.masahiro@socionext.com> References: <1448357962-12259-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:eC78pmCynhNhXVxgy/MkKCjQfvAw5av0AwNCMaXE97JEbrSH+Ki mhg6yx5Mg6ixro+UuDXPH9drhVVoMdxnE72K0qXD4gRhw6w2yYUYZqQrLZqRP6tkeA556WF XuVskWMSkqaDyQetCewSzZQDy60F0ydkD9u3P2hehNxvJAPIKGWTPixW/JQs1SdzzQ8TFDV aaGBKaYv8737xaJ89E+Yw== X-UI-Out-Filterresults: notjunk:1;V01:K0:IIJJGfjwGgo=:BhZUxWLbsm+jhnMMP9FIIw pa0gFc3NWvPGL5dryJ6aa75oUmSOM+1ub6kOeTaAvBkGzKtJC2j4Ub0MWTfmAAxtIRGvgMPuj 7U8bwrXA6v+FE9/S5kZR1uJImhr8ocg2ZtUtHNrwKhmXQ3Z/i1FevOBYgKekLRjoPwm50CDgK CDzSaoxAGIN0eJN1l5Qokiot5OvZKLKhKyfSJnccnaSw8BzFW7O3sCbp55D5oKz2pbfpCFO69 EF2C7R2oU41Syd96zYpq0KuYm9YziCPFKrMXGrYjOvHf/Ky4zbdBGt7oGpSNUx79l8Y9TBDZA xL2NySthCGqeRvyrTfV/FNw1pgAvLqL6sl2KzpxV0NaWfZCyE2utvL/RDImll0s8Qg/YLTPEo T7m3GCWHX0ldpwmll1nDWowxS7hwm3KhpNYiaTW1GUUhX4CjlpM2K619bcE32UIEUE/IfiTVD 2pO/aKBx/orruzgzxO7i02kmSDTUVhMnjQs4vt+OcTexx1BaTXiN6cNikjTjTksXkr59lqe0I nJlXMghN/5ImaXrQXi82k8fVD/S0/TksoZG/7dz2rMhtfufxlTkC7gpR6ken7lDtjycjx4naz tg0ldbo1iIVt47VD3/vARsv3bTWVEcnt+tSbwvfIKwwi6j45rV4LOWSHsStpFW5dQMZpQIdDu VgPwxl25lMTSdL1XiBYvvSj1l5mteD/pWN00N8ZXBM/sc1zgkpaoVNnPhXq/U++2Zqo1W4rAo 6/OiqGxMyL6FugFD Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 24 November 2015 18:39:18 Masahiro Yamada wrote: > > Here is another series for UniPhier SoC family: > > - 1/4: add a new driver. The UniPhier System Bus is an external bus > where on-board devices are connected to the SoC. > (please check if the binding specification is OK.) > > - 2/4: device tree updates to use the driver added by 1/4 > > - 3/4: trivial rename of device node names > > - 4/4: initial commit for ARMv8 SoC/Board device trees > > Please apply 2/4, 3/4/, 4/4 into the same branch because 4/4 depends on 2/4 and 3/4. > (4/4 creates symbolic links to ARM device trees.) I'm a bit confused how this relates to the newer version ("[PATCH v5] bus: uniphier-system-bus: add UniPhier System Bus driver"). The new version only has one patch instead of four, so I'm not sure if the patches 2, 3 and 4 of this series still apply. Can you clarify, or send the entire series again? Arnd