Re: [PATCH -next] iommu/omap: Add check for iommu group when no IOMMU in use

2020-05-18 Thread Joerg Roedel
Hi Tero, On Mon, May 18, 2020 at 02:10:57PM +0300, Tero Kristo wrote: > Most of the devices in OMAP family of SoCs are not using IOMMU. The > patch for converting the OMAP IOMMU to use generic IOMMU bus probe > functionality failed to add a check for this, so add it here. > > Fixes: c822b37cac48

[PATCH -next] iommu/omap: Add check for iommu group when no IOMMU in use

2020-05-18 Thread Tero Kristo via iommu
Most of the devices in OMAP family of SoCs are not using IOMMU. The patch for converting the OMAP IOMMU to use generic IOMMU bus probe functionality failed to add a check for this, so add it here. Fixes: c822b37cac48 ("iommu/omap: Remove orphan_dev tracking") Reported-by: Tomi Valkeinen Signed-of