From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932967AbcFOOEg (ORCPT ); Wed, 15 Jun 2016 10:04:36 -0400 Received: from 8bytes.org ([81.169.241.247]:36398 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932432AbcFOOEe (ORCPT ); Wed, 15 Jun 2016 10:04:34 -0400 Date: Wed, 15 Jun 2016 16:02:33 +0200 From: Joerg Roedel To: Rob Herring Cc: Kefeng Wang , Olof Johansson , Arnd Bergmann , Catalin Marinas , Will Deacon , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Shawn Guo , Grant Likely , Russell King - ARM Linux , Masahiro Yamada , Hanjun Guo Subject: Re: [PATCH v5 00/18] Cleanup for populate default bus Message-ID: <20160615140232.GN26566@8bytes.org> References: <1464763991-26634-1-git-send-email-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 08, 2016 at 10:42:50AM -0500, Rob Herring wrote: > +Joerg, Will > > On Wed, Jun 1, 2016 at 1:52 AM, Kefeng Wang wrote: > > This cleanup patchset cantains two parts. > > > > Firstly, introduce a new way to populate the default bus, then, we can > > drop unnecessary calls from the arch code, and do the same thing for > > of_iommu_init() in [1]. > > > > Secondly, use helper of_platform_default_populate() in linux/of_platform > > when possible, instead of calling of_platform_populate() with default > > match table, After that, it is possible for driver code build as a module, > > and no need to export of_default_bus_match_table anymore. > > > > This patchset is based on Linux 4.7-rc1, and only test in arm/arm64 qemu > > with defconfig. > > This series doesn't apply for me as it appears you had "of: iommu: > make of_iommu_init() postcore_initcall_sync" in your tree. Either we > need to phase these out over 2 releases or someone needs to take them > all (or we leave the minor conflicts for Linus). Feel free to take the mentioned patch through your tree with my Acked-by: Joerg Roedel Joerg