2020-07-14 10:24:47

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 0/2] iommu/ipmmu-vmsa: Add entry for R8A774E1 and r8a77961

Hi All,

Patch 1/2 was posted as part of series [1] as pointed out by Geert we need to
have an entry in both the lists soc_rcar_gen3 and soc_rcar_gen3_whitelist to
enable iommu unconditionally, this is now fixed in patch 1/2, also note the DT
binding documentation for R8A774E1 is part of [1]. Where as patch 2/2 is a
similar FIX for r8a77961.

Cheers,
Prabhakar

[1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=317627

Lad Prabhakar (1):
iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]

Marian-Cristian Rotariu (1):
iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code

drivers/iommu/ipmmu-vmsa.c | 6 ++++++
1 file changed, 6 insertions(+)

--
2.17.1


2020-07-22 12:59:37

by Joerg Roedel

[permalink] [raw]
Subject: Re: [PATCH 0/2] iommu/ipmmu-vmsa: Add entry for R8A774E1 and r8a77961

On Tue, Jul 14, 2020 at 11:20:53AM +0100, Lad Prabhakar wrote:
> Lad Prabhakar (1):
> iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]
>
> Marian-Cristian Rotariu (1):
> iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code

Applied, thanks.