Re: [PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA

2018-08-27 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Jul 27, 2018 at 11:09 AM Laurent Pinchart wrote: > (CC'ing Geert and Magnus) > > Thank you for the patch. > > On Friday, 27 July 2018 00:19:16 EEST Dmitry Osipenko wrote: > > This fixes kernel crashing on NVIDIA Tegra if kernel is compiled in > > a multiplatform configuration

Re: [PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA

2018-07-27 Thread Laurent Pinchart
Hi Dmitry, (CC'ing Geert and Magnus) Thank you for the patch. On Friday, 27 July 2018 00:19:16 EEST Dmitry Osipenko wrote: > This fixes kernel crashing on NVIDIA Tegra if kernel is compiled in > a multiplatform configuration and IPMMU-VMSA driver is enabled. > > Cc: # v3.20+ > Signed-off-by:

Re: [PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA

2018-07-27 Thread Joerg Roedel
On Fri, Jul 27, 2018 at 12:19:16AM +0300, Dmitry Osipenko wrote: > This fixes kernel crashing on NVIDIA Tegra if kernel is compiled in > a multiplatform configuration and IPMMU-VMSA driver is enabled. > > Cc: # v3.20+ > Signed-off-by: Dmitry Osipenko > --- > drivers/iommu/ipmmu-vmsa.c | 7

[PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA

2018-07-26 Thread Dmitry Osipenko
This fixes kernel crashing on NVIDIA Tegra if kernel is compiled in a multiplatform configuration and IPMMU-VMSA driver is enabled. Cc: # v3.20+ Signed-off-by: Dmitry Osipenko --- drivers/iommu/ipmmu-vmsa.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/iommu/ipmmu-vmsa.c