RE: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-13 Thread Felipe Contreras
fernando.l...@ti.com wrote: > > On Mon, Oct 11, 2010 at 6:33 PM, Guzman Lugo, Fernando > > wrote: > > >> > @@ -420,7 +431,8 @@ static void sgtable_fill_kmalloc(struct > > >> sg_table > > >> > *sgt, u32 pa, size_t len) > > >> >        for_each_sg(sgt->sgl, sg, sgt->nents, i) { > > >> >     Â

RE: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-12 Thread Guzman Lugo, Fernando
.com; > linux-ker...@vger.kernel.org; andy.shevche...@gmail.com; > linux-omap@vger.kernel.org > Subject: Re: [PATCHv2 2/3] iovmm: add superpages support to > fixed da address > > On Mon, Oct 11, 2010 at 6:33 PM, Guzman Lugo, Fernando > wrote: > >> > @@ -420,7 +431,8 @@ st

Re: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-12 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 6:33 PM, Guzman Lugo, Fernando wrote: >> > @@ -420,7 +431,8 @@ static void sgtable_fill_kmalloc(struct >> sg_table >> > *sgt, u32 pa, size_t len) >> >        for_each_sg(sgt->sgl, sg, sgt->nents, i) { >> >                size_t bytes; >> > >> > -               bytes = iopgs

RE: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-11 Thread Guzman Lugo, Fernando
.com; > linux-ker...@vger.kernel.org; andy.shevche...@gmail.com; > linux-omap@vger.kernel.org > Subject: Re: [PATCHv2 2/3] iovmm: add superpages support to > fixed da address > > On Tue, Oct 5, 2010 at 12:02 AM, Fernando Guzman Lugo > wrote: > > This patch adds superpages suppo

Re: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-10 Thread Felipe Contreras
On Tue, Oct 5, 2010 at 12:02 AM, Fernando Guzman Lugo wrote: > This patch adds superpages support to fixed ad address > inside iommu_kmap function. > > Signed-off-by: Fernando Guzman Lugo > --- >  arch/arm/plat-omap/iovmm.c |   61 ++- >  1 files changed, 37

[PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-04 Thread Fernando Guzman Lugo
This patch adds superpages support to fixed ad address inside iommu_kmap function. Signed-off-by: Fernando Guzman Lugo --- arch/arm/plat-omap/iovmm.c | 61 ++- 1 files changed, 37 insertions(+), 24 deletions(-) diff --git a/arch/arm/plat-omap/iovmm.c b/