[PATCH] iommu/omap: Add registration for DT fwnode pointer

2020-04-24 Thread Tero Kristo via iommu
The fwnode pointer must be passed to the iommu core, so that the core can map the IOMMU towards device requests properly. Without this, some IOMMU clients like OMAP remoteproc will fail the iommu configuration multiple times with -EPROBE_DEFER, which will eventually be ignored with a kernel warning

Re: [PATCH] iommu/omap: Add registration for DT fwnode pointer

2020-05-18 Thread Tero Kristo via iommu
On 24/04/2020 17:58, Tero Kristo via iommu wrote: The fwnode pointer must be passed to the iommu core, so that the core can map the IOMMU towards device requests properly. Without this, some IOMMU clients like OMAP remoteproc will fail the iommu configuration multiple times with -EPROBE_DEFER, wh

Re: [PATCH] iommu/omap: Add registration for DT fwnode pointer

2020-05-18 Thread Joerg Roedel
On Fri, Apr 24, 2020 at 05:58:28PM +0300, Tero Kristo wrote: > The fwnode pointer must be passed to the iommu core, so that the core > can map the IOMMU towards device requests properly. Without this, some > IOMMU clients like OMAP remoteproc will fail the iommu configuration > multiple times with