[PATCH] [RFC] [media] omap3isp: try to fix dependencies

2014-06-13 Thread Arnd Bergmann
commit 2a0a5472af5c ("omap3isp: Use the ARM DMA IOMMU-aware operations") brought the omap3isp driver closer to using standard APIs, but also introduced two problems: a) it selects a particular IOMMU driver for no good reason. This just causes hard to track dependency chains, in my case breaking

Re: [PATCH] [RFC] [media] omap3isp: try to fix dependencies

2014-07-17 Thread Laurent Pinchart
Hi Arnd, Sorry for the late reply. On Friday 13 June 2014 14:02:01 Arnd Bergmann wrote: > commit 2a0a5472af5c ("omap3isp: Use the ARM DMA IOMMU-aware operations") > brought the omap3isp driver closer to using standard APIs, but also > introduced two problems: > > a) it selects a particular IOMMU