Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-16 Thread Joerg Roedel
On Wed, Jan 11, 2012 at 03:28:11PM +0200, Ohad Ben-Cohen wrote: omap3isp depends on CONFIG_IOMMU_API, so avoid registering its device (and defining its configuration structs) on !CONFIG_IOMMU_API. This is generally nice to have, but more importantly, it fixes:

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-13 Thread Joerg Roedel
On Wed, Jan 11, 2012 at 03:28:11PM +0200, Ohad Ben-Cohen wrote: omap3isp depends on CONFIG_IOMMU_API, so avoid registering its device (and defining its configuration structs) on !CONFIG_IOMMU_API. This is generally nice to have, but more importantly, it fixes:

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-13 Thread Ohad Ben-Cohen
On Fri, Jan 13, 2012 at 1:07 PM, Joerg Roedel joerg.roe...@amd.com wrote: Will apply it as soon as the merge window closes. Thanks. Though we might want to consider sending this to Linus before rc1, to eliminate global developers' pain as much as possible :) -- To unsubscribe from this list:

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-13 Thread Joerg Roedel
On Fri, Jan 13, 2012 at 05:54:10PM +0200, Ohad Ben-Cohen wrote: On Fri, Jan 13, 2012 at 1:07 PM, Joerg Roedel joerg.roe...@amd.com wrote: Will apply it as soon as the merge window closes. Though we might want to consider sending this to Linus before rc1, to eliminate global developers' pain

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-13 Thread Ohad Ben-Cohen
On Fri, Jan 13, 2012 at 6:46 PM, Joerg Roedel joerg.roe...@amd.com wrote: Okay, so I will send out the fix early next week :) Thanks a lot :) -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-13 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [120113 08:16]: On Fri, Jan 13, 2012 at 6:46 PM, Joerg Roedel joerg.roe...@amd.com wrote: Okay, so I will send out the fix early next week :) Thanks a lot :) Thanks, here's my ack if you did not apply it yet: Acked-by: Tony Lindgren t...@atomide.com -- To

Re: [PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-12 Thread Laurent Pinchart
Hi Ohad, On Wednesday 11 January 2012 14:28:11 Ohad Ben-Cohen wrote: omap3isp depends on CONFIG_IOMMU_API, so avoid registering its device (and defining its configuration structs) on !CONFIG_IOMMU_API. This is generally nice to have, but more importantly, it fixes:

[PATCH] ARM: OMAP3: fix build on !CONFIG_IOMMU_API

2012-01-11 Thread Ohad Ben-Cohen
omap3isp depends on CONFIG_IOMMU_API, so avoid registering its device (and defining its configuration structs) on !CONFIG_IOMMU_API. This is generally nice to have, but more importantly, it fixes: arch/arm/plat-omap/include/plat/iommu.h: In function 'dev_to_omap_iommu':