Re: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-22 Thread Felipe Contreras
On Wed, Oct 20, 2010 at 7:26 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Wed, Oct 20, 2010 at 6:22 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0 -

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-22 Thread Guzman Lugo, Fernando
@vger.kernel.org Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range On Wed, Oct 20, 2010 at 7:26 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Wed, Oct 20, 2010 at 6:22 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Wed, Oct 20, 2010 at 5:48 AM, Fernando

Re: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread felipe.contre...@gmail.com
On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0 - 0x range. With this new API the valid range can be set. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com I don't see the point in having an API. It could be done

Re: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Hiroshi DOYU
From: ext felipe.contre...@gmail.com felipe.contre...@gmail.com Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range Date: Wed, 20 Oct 2010 10:35:50 +0200 On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0

Re: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range Date: Wed, 20 Oct 2010 10:58:16 +0200 On Wed, Oct 20, 2010 at 11:45 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext felipe.contre...@gmail.com felipe.contre

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Guzman Lugo, Fernando
@vger.kernel.org Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0 - 0x range. With this new API the valid range can be set. Signed-off

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Guzman Lugo, Fernando
Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range Date: Wed, 20 Oct 2010 10:58:16 +0200 On Wed, Oct 20, 2010 at 11:45 AM, Hiroshi DOYU

Re: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Felipe Contreras
On Wed, Oct 20, 2010 at 6:22 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0 - 0x range. With this new API the valid range can be set. Signed-off-by: Fernando

[PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-19 Thread Fernando Guzman Lugo
Some IOMMUs cannot use the whole 0x0 - 0x range. With this new API the valid range can be set. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com --- arch/arm/plat-omap/include/plat/iommu.h |3 +++ arch/arm/plat-omap/iommu.c | 29 +