Re: [PATCH] arm64: iommu: Refactoring common code.

2014-03-11 Thread Ritesh Harjani
Sure Arnd and Catalin, Will do it by today. On Tue, Mar 11, 2014 at 10:06 PM, Arnd Bergmann wrote: > On Monday 10 March 2014, Ritesh Harjani wrote: >> >> Hi Everyone, >> >> Please find the following patch as refactoring of the common code out >> from arch/arm/mm/dma-mapping.c to lib/iommu-helper

Re: [PATCH] arm64: iommu: Refactoring common code.

2014-03-11 Thread Arnd Bergmann
On Monday 10 March 2014, Ritesh Harjani wrote: > > Hi Everyone, > > Please find the following patch as refactoring of the common code out > from arch/arm/mm/dma-mapping.c to lib/iommu-helper.c > > This is just an initial version of patch to get more details and to > know if this is how we want t

Re: [PATCH] arm64: iommu: Refactoring common code.

2014-03-10 Thread Catalin Marinas
On Mon, Mar 10, 2014 at 04:32:50PM +, Ritesh Harjani wrote: > Hi Everyone, > > Please find the following patch as refactoring of the common code out > from arch/arm/mm/dma-mapping.c to lib/iommu-helper.c > > This is just an initial version of patch to get more details and to > know if this is

[PATCH] arm64: iommu: Refactoring common code.

2014-03-10 Thread Ritesh Harjani
Hi Everyone, Please find the following patch as refactoring of the common code out from arch/arm/mm/dma-mapping.c to lib/iommu-helper.c This is just an initial version of patch to get more details and to know if this is how we want to plan refactoring iommu code to lib/iommu-helper. Please let m