From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCE51C433FE for ; Tue, 28 Sep 2021 09:13:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEC706113E for ; Tue, 28 Sep 2021 09:13:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239799AbhI1JPL (ORCPT ); Tue, 28 Sep 2021 05:15:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239712AbhI1JPK (ORCPT ); Tue, 28 Sep 2021 05:15:10 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84174C061575; Tue, 28 Sep 2021 02:13:31 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 6B747310; Tue, 28 Sep 2021 11:13:28 +0200 (CEST) Date: Tue, 28 Sep 2021 11:13:10 +0200 From: Joerg Roedel To: Yoshihiro Shimoda Cc: will@kernel.org, robh+dt@kernel.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 0/2] iommu/ipmmu-vmsa: Add support for r8a779a0 Message-ID: References: <20210907083020.907648-1-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210907083020.907648-1-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 07, 2021 at 05:30:18PM +0900, Yoshihiro Shimoda wrote: > Yoshihiro Shimoda (2): > dt-bindings: iommu: renesas,ipmmu-vmsa: add r8a779a0 support > iommu/ipmmu-vmsa: Add support for r8a779a0 Applied, thanks,