On Tue, Feb 08, 2022 at 09:20:28AM +0900, Yoshihiro Shimoda wrote: > This patch series is based on renesas-drivers-2022-01-11-v5.16 [1]. > Note that we have to prepare the following registers' setting > in a bootloader (U-Boot) because the registers are protected. > Otherwise, data mismatch happened if dmatest with the ipmmu is running. > > => mw eed01500 0xc0000000; mw eed41500 0xc0000000 > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/tag/?h=renesas-drivers-2022-01-11-v5.16 > > Changes from v2: > - Add Reviewed-by tag in patch 1 and 2 (Geert-san, thanks!) > - Revise commit description in patch 1. > https://lore.kernel.org/all/20220204125653.1194249-1-yoshihiro.shimoda.uh@xxxxxxxxxxx/ > > Changes from v1: > - Add Reviewed-by tag in patch 1. (Geert-san, thanks!) > - Revise a comment in patch 2. > https://lore.kernel.org/all/20220125125602.4144793-1-yoshihiro.shimoda.uh@xxxxxxxxxxx/ > > Y > > Yoshihiro Shimoda (2): > dt-bindings: iommu: renesas,ipmmu-vmsa: add r8a779f0 support > iommu/ipmmu-vmsa: Add support for R-Car Gen4 Applied, thanks.