Re: [PATCH 02/04] iommu/ipmmu-vmsa: Consistent ->of_xlate() handling

2017-06-16 Thread Geert Uytterhoeven
Hi Magnus, On Thu, Jun 15, 2017 at 12:29 PM, Magnus Damm wrote: > From: Magnus Damm > > The 32-bit ARM code gets updated to make use of ->of_xlate() and the > code is shared between 64-bit and 32-bit ARM. The of_device_is_available() > check gets dropped since it is included in of_iommu_xlate().

[PATCH 02/04] iommu/ipmmu-vmsa: Consistent ->of_xlate() handling

2017-06-15 Thread Magnus Damm
From: Magnus Damm The 32-bit ARM code gets updated to make use of ->of_xlate() and the code is shared between 64-bit and 32-bit ARM. The of_device_is_available() check gets dropped since it is included in of_iommu_xlate(). Suggested-by: Robin Murphy Signed-off-by: Magnus Damm --- drivers/iom