Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-23 Thread Roedel, Joerg
On Thu, Sep 22, 2011 at 09:48:27AM -0400, Felipe Contreras wrote: On Tue, Sep 20, 2011 at 1:54 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Tuesday 20 September 2011 12:01:46 Roedel, Joerg wrote: On Sat, Sep 17, 2011 at 08:02:22PM -0400, Laurent Pinchart wrote: On

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-22 Thread Felipe Contreras
On Tue, Sep 20, 2011 at 1:54 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Tuesday 20 September 2011 12:01:46 Roedel, Joerg wrote: On Sat, Sep 17, 2011 at 08:02:22PM -0400, Laurent Pinchart wrote: On Wednesday 14 September 2011 16:07:39 Joerg Roedel wrote: Without this

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-20 Thread Roedel, Joerg
Hi Laurent, On Sat, Sep 17, 2011 at 08:02:22PM -0400, Laurent Pinchart wrote: On Wednesday 14 September 2011 16:07:39 Joerg Roedel wrote: Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects OMAP_IOVMM. But the omap iommu driver is not compiled without

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-20 Thread Laurent Pinchart
Hi Joerg, On Tuesday 20 September 2011 12:01:46 Roedel, Joerg wrote: On Sat, Sep 17, 2011 at 08:02:22PM -0400, Laurent Pinchart wrote: On Wednesday 14 September 2011 16:07:39 Joerg Roedel wrote: Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-17 Thread Laurent Pinchart
Hi Joerg, On Wednesday 14 September 2011 16:07:39 Joerg Roedel wrote: Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects OMAP_IOVMM. But the omap iommu driver is not compiled without IOMMU_SUPPORT enabled. Fix that by forcing OMAP_IOMMU and OMAP_IOVMM are

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-16 Thread Ohad Ben-Cohen
On Thu, Sep 15, 2011 at 1:45 PM, Roedel, Joerg joerg.roe...@amd.com wrote: This doesn't work on platforms that may have more than one possible iommu driver, like x86 for example. Ok. Acked-by: Ohad Ben-Cohen o...@wizery.com (cc'ing Laurent for the VIDEO_OMAP3 part) -- To unsubscribe from this

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-15 Thread Roedel, Joerg
On Wed, Sep 14, 2011 at 02:57:13PM -0400, Ohad Ben-Cohen wrote: On Wed, Sep 14, 2011 at 5:07 PM, Joerg Roedel joerg.roe...@amd.com wrote: Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects OMAP_IOVMM. But the omap iommu driver is not compiled without

[PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-14 Thread Joerg Roedel
Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects OMAP_IOVMM. But the omap iommu driver is not compiled without IOMMU_SUPPORT enabled. Fix that by forcing OMAP_IOMMU and OMAP_IOVMM are enabled before VIDEO_OMAP3 can be selected. Cc: Ohad Ben-Cohen

Re: [PATCH] iommu/omap: Fix build error with !IOMMU_SUPPORT

2011-09-14 Thread Ohad Ben-Cohen
On Wed, Sep 14, 2011 at 5:07 PM, Joerg Roedel joerg.roe...@amd.com wrote: Without this patch it is possible to select the VIDEO_OMAP3 driver which then selects OMAP_IOVMM. But the omap iommu driver is not compiled without IOMMU_SUPPORT enabled. Fix that by forcing OMAP_IOMMU and OMAP_IOVMM are