Re: [PATCH v2 0/4] iommu: A couple of urgent fixes

2015-02-25 Thread Joerg Roedel
On Fri, Feb 06, 2015 at 11:44:04AM +0100, Thierry Reding wrote: > Thierry Reding (4): > iommu/exynos: Play nice in multi-platform builds > iommu/omap: Play nice in multi-platform builds > iommu/rockchip: Play nice in multi-platform builds > iommu/msm: Mark driver BROKEN Applied to my fixes

Re: [PATCH v2 0/4] iommu: A couple of urgent fixes

2015-02-06 Thread Suman Anna
Hi Thierry, On 02/06/2015 04:44 AM, Thierry Reding wrote: > From: Thierry Reding > > Hi Joerg, > > Here are a couple of urgent fixes for a regression on old Tegra devices > related to IOMMU support. The issue is that many drivers think it's a > good idea to register IOMMU support unconditionall

[PATCH v2 0/4] iommu: A couple of urgent fixes

2015-02-06 Thread Thierry Reding
From: Thierry Reding Hi Joerg, Here are a couple of urgent fixes for a regression on old Tegra devices related to IOMMU support. The issue is that many drivers think it's a good idea to register IOMMU support unconditionally, which is not the smart thing to do at all on multi-platform kernels. T