[RFC/PATCH 1/3] OMAP: IOMMU: Add generic IOMMU errors code

2011-02-12 Thread David Cohen
Generic IOMMU errors code are necessary to handle errors on generic layer. Signed-off-by: David Cohen --- arch/arm/plat-omap/include/plat/iommu.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/iommu.h b/arch/arm/plat-omap/include/p

Re: [RFC/PATCH 1/3] OMAP: IOMMU: Add generic IOMMU errors code

2011-02-13 Thread Varadarajan, Charulatha
On Sat, Feb 12, 2011 at 18:42, David Cohen wrote: > Generic IOMMU errors code are necessary to handle errors on generic > layer. > > Signed-off-by: David Cohen > --- >  arch/arm/plat-omap/include/plat/iommu.h |    7 +++ >  1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/arch

Re: [RFC/PATCH 1/3] OMAP: IOMMU: Add generic IOMMU errors code

2011-02-14 Thread David Cohen
On Mon, Feb 14, 2011 at 12:33 AM, Varadarajan, Charulatha wrote: > On Sat, Feb 12, 2011 at 18:42, David Cohen wrote: >> Generic IOMMU errors code are necessary to handle errors on generic >> layer. >> >> Signed-off-by: David Cohen >> --- >>  arch/arm/plat-omap/include/plat/iommu.h |    7 +++