Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-30 Thread Ashutosh Dixit
On Tue, Jul 28 2015 at 01:40:19 PM, Andrew Morton wrote: > On Mon, 27 Jul 2015 16:57:32 -0700 Ashutosh Dixit > wrote: > >> From: Harish Chegondi >> >> This patch converts iova.c into a library, moving it from >> drivers/iommu/ to lib/, and exports its virtual address allocation >> and manageme

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Andrew Morton
On Mon, 27 Jul 2015 16:57:32 -0700 Ashutosh Dixit wrote: > From: Harish Chegondi > > This patch converts iova.c into a library, moving it from > drivers/iommu/ to lib/, and exports its virtual address allocation and > management functions so that other modules can reuse them. >From the follow

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Sudeep Dutt
On Tue, 2015-07-28 at 15:38 +0100, David Woodhouse wrote: > On Tue, 2015-07-28 at 11:41 +0100, Robin Murphy wrote: > > On 28/07/15 11:03, Joerg Roedel wrote: > > > On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: > > > > From: Harish Chegondi > > > > > > > > This patch converts iov

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread David Woodhouse
On Tue, 2015-07-28 at 11:41 +0100, Robin Murphy wrote: > On 28/07/15 11:03, Joerg Roedel wrote: > > On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: > > > From: Harish Chegondi > > > > > > This patch converts iova.c into a library, moving it from > > > drivers/iommu/ to lib/, and e

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Robin Murphy
On 28/07/15 11:03, Joerg Roedel wrote: On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: From: Harish Chegondi This patch converts iova.c into a library, moving it from drivers/iommu/ to lib/, and exports its virtual address allocation and management functions so that other modul

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Joerg Roedel
On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: > From: Harish Chegondi > > This patch converts iova.c into a library, moving it from > drivers/iommu/ to lib/, and exports its virtual address allocation and > management functions so that other modules can reuse them. > > Cc: Joer

[PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-27 Thread Ashutosh Dixit
From: Harish Chegondi This patch converts iova.c into a library, moving it from drivers/iommu/ to lib/, and exports its virtual address allocation and management functions so that other modules can reuse them. Cc: Joerg Roedel Reviewed-by: Anil S Keshavamurthy Reviewed-by: Sudeep Dutt Signed-