From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v7 03/25] iommu: Init iommu-groups support earlier, in core_initcall Date: Fri, 29 May 2015 10:33:24 +0200 Message-ID: <20150529083323.GD13130@8bytes.org> References: <1432041645-11172-1-git-send-email-m.szyprowski@samsung.com> <1432041645-11172-4-git-send-email-m.szyprowski@samsung.com> <2209337.hhg3lyvUbi@avalon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 8bytes.org ([81.169.241.247]:33717 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752030AbbE2Id1 (ORCPT ); Fri, 29 May 2015 04:33:27 -0400 Content-Disposition: inline In-Reply-To: <2209337.hhg3lyvUbi@avalon> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Laurent Pinchart Cc: Marek Szyprowski , iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-mm-sig@lists.linaro.org, Arnd Bergmann , Shaik Ameer Basha , Cho KyongHo , Thierry Reding , Olof Johansson , Rob Herring , Will Deacon , David Wodhouse , Inki Dae , Kukjin Kim , Tomasz Figa , Kyungmin Park , Joonyoung Shim , Seung-Woo Kim , Javier Martinez Canillas , Krzysztof Kozlowski On Sat, May 23, 2015 at 07:23:34PM +0300, Laurent Pinchart wrote: > On Tuesday 19 May 2015 15:20:23 Marek Szyprowski wrote: > > -arch_initcall(iommu_init); > > +core_initcall(iommu_init); > > I'll let Joerg comment on this, but this initcall ordering dance always makes > me feel that something isn't quite right. Have you had a chance to look at the > patch series I posted about a week ago to implement IOMMU probe deferral > support ? Yeah, this is hacky, but I can live with it until your probe deferal patch-set is merged. Joerg