Re: [PATCH 2/2] iommu/omap: Fix iommu archdata name for DT-based devices

2014-09-05 Thread Laurent Pinchart
Hi Suman, On Thursday 04 September 2014 16:17:53 Suman Anna wrote: > Hi Laurent, > > > On Wednesday 03 September 2014 18:58:32 Suman Anna wrote: > >> A device is tied to an iommu through its archdata field. The archdata > >> is allocated on the fly for DT-based devices automatically through the >

Re: [PATCH 2/2] iommu/omap: Fix iommu archdata name for DT-based devices

2014-09-04 Thread Suman Anna
Hi Laurent, > > On Wednesday 03 September 2014 18:58:32 Suman Anna wrote: >> A device is tied to an iommu through its archdata field. The archdata >> is allocated on the fly for DT-based devices automatically through the >> .add_device iommu ops. The current logic incorrectly assigned the name >> o

[PATCH 2/2] iommu/omap: Fix iommu archdata name for DT-based devices

2014-09-03 Thread Suman Anna
A device is tied to an iommu through its archdata field. The archdata is allocated on the fly for DT-based devices automatically through the .add_device iommu ops. The current logic incorrectly assigned the name of the IOMMU user device, instead of the name of the IOMMU device as required by the at