Re: [RFC PATCH v4 1/8] iommu: provide early initialisation hook for IOMMU drivers

2014-11-18 Thread Marek Szyprowski
Hello, On 2014-11-14 19:56, Will Deacon wrote: IOMMU drivers must be initialised before any of their upstream devices, otherwise the relevant iommu_ops won't be configured for the bus in question. To solve this, a number of IOMMU drivers use initcalls to initialise the driver before anything has

[RFC PATCH v4 1/8] iommu: provide early initialisation hook for IOMMU drivers

2014-11-14 Thread Will Deacon
IOMMU drivers must be initialised before any of their upstream devices, otherwise the relevant iommu_ops won't be configured for the bus in question. To solve this, a number of IOMMU drivers use initcalls to initialise the driver before anything has a chance to be probed. Whilst this solves the im