Re: [RFC PATCH v4 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()

2021-04-08 Thread Will Deacon
On Thu, Apr 08, 2021 at 07:19:29AM -0700, isa...@codeaurora.org wrote: > On 2021-04-08 06:58, Will Deacon wrote: > > On Wed, Apr 07, 2021 at 09:52:38PM -0700, Isaac J. Manjarres wrote: > > > Implement the unmap_pages() callback for the ARM v7s io-pgtable > > > format. > > > > > > Signed-off-by:

Re: [RFC PATCH v4 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()

2021-04-08 Thread isaacm
On 2021-04-08 06:58, Will Deacon wrote: On Wed, Apr 07, 2021 at 09:52:38PM -0700, Isaac J. Manjarres wrote: Implement the unmap_pages() callback for the ARM v7s io-pgtable format. Signed-off-by: Isaac J. Manjarres --- drivers/iommu/io-pgtable-arm-v7s.c | 23 --- 1 file

Re: [RFC PATCH v4 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()

2021-04-08 Thread Will Deacon
On Wed, Apr 07, 2021 at 09:52:38PM -0700, Isaac J. Manjarres wrote: > Implement the unmap_pages() callback for the ARM v7s io-pgtable > format. > > Signed-off-by: Isaac J. Manjarres > --- > drivers/iommu/io-pgtable-arm-v7s.c | 23 --- > 1 file changed, 20 insertions(+), 3