Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-11-06 Thread Will Deacon
On Fri, Nov 06, 2015 at 04:42:52PM +0800, Yong Wu wrote: > On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > > Signed-off-by: Yong Wu > > --- > > Hi Will, Robin, >Is there any comment about this patch? >As our project request, We

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-11-06 Thread Yong Wu
On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > This patch is for ARM Short Descriptor Format. > > Signed-off-by: Yong Wu > --- Hi Will, Robin, Is there any comment about this patch? As our project request, We are going to prepare the next version. Thanks very much. -- To unsubscribe

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-11-06 Thread Yong Wu
On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > This patch is for ARM Short Descriptor Format. > > Signed-off-by: Yong Wu > --- Hi Will, Robin, Is there any comment about this patch? As our project request, We are going to prepare the next version. Thanks very

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-11-06 Thread Will Deacon
On Fri, Nov 06, 2015 at 04:42:52PM +0800, Yong Wu wrote: > On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > > Signed-off-by: Yong Wu > > --- > > Hi Will, Robin, >Is there any comment about this patch? >As

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-15 Thread Will Deacon
On Wed, Oct 14, 2015 at 02:54:19PM +0200, Joerg Roedel wrote: > On Fri, Oct 09, 2015 at 10:23:05AM +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > > Signed-off-by: Yong Wu > > I think it would be good if Will Deacon could have a look on that. > > Will, any

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-15 Thread Will Deacon
On Wed, Oct 14, 2015 at 02:54:19PM +0200, Joerg Roedel wrote: > On Fri, Oct 09, 2015 at 10:23:05AM +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > > Signed-off-by: Yong Wu > > I think it would be good if Will Deacon could have a look on that.

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-14 Thread Joerg Roedel
On Fri, Oct 09, 2015 at 10:23:05AM +0800, Yong Wu wrote: > This patch is for ARM Short Descriptor Format. > > Signed-off-by: Yong Wu I think it would be good if Will Deacon could have a look on that. Will, any comments on this patch? Joerg -- To unsubscribe from this list: send

Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-14 Thread Joerg Roedel
On Fri, Oct 09, 2015 at 10:23:05AM +0800, Yong Wu wrote: > This patch is for ARM Short Descriptor Format. > > Signed-off-by: Yong Wu I think it would be good if Will Deacon could have a look on that. Will, any comments on this patch? Joerg -- To unsubscribe

[PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-08 Thread Yong Wu
This patch is for ARM Short Descriptor Format. Signed-off-by: Yong Wu --- drivers/iommu/Kconfig| 18 + drivers/iommu/Makefile | 1 + drivers/iommu/io-pgtable-arm-short.c | 827 +++ drivers/iommu/io-pgtable-arm.c | 3 -

[PATCH v5 3/6] iommu: add ARM short descriptor page table allocator

2015-10-08 Thread Yong Wu
This patch is for ARM Short Descriptor Format. Signed-off-by: Yong Wu --- drivers/iommu/Kconfig| 18 + drivers/iommu/Makefile | 1 + drivers/iommu/io-pgtable-arm-short.c | 827 +++