RE: [PATCH] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code

2019-09-26 Thread Biju Das
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching > code > > Hi Biju, > > On Tue, Sep 24, 2019 at 9:43 AM Biju Das wrote: > > Support RZ/G2N (R8A774B1) IPMMU. > > > > Signed-off-by:

Re: [PATCH] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code

2019-09-26 Thread Geert Uytterhoeven
Hi Biju, On Tue, Sep 24, 2019 at 9:43 AM Biju Das wrote: > Support RZ/G2N (R8A774B1) IPMMU. > > Signed-off-by: Biju Das Thanks for your patch! > --- a/drivers/iommu/ipmmu-vmsa.c > +++ b/drivers/iommu/ipmmu-vmsa.c > static const struct soc_device_attribute soc_rcar_gen3_whitelist[] = { >

[PATCH] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code

2019-09-24 Thread Biju Das
Support RZ/G2N (R8A774B1) IPMMU. Signed-off-by: Biju Das --- drivers/iommu/ipmmu-vmsa.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index ad0098c..002561b 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++