From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C25F36FAA for ; Wed, 22 Mar 2023 14:29:27 +0000 (UTC) Received: from 8bytes.org (p200300c27714bc0086ad4f9d2505dd0d.dip0.t-ipconnect.de [IPv6:2003:c2:7714:bc00:86ad:4f9d:2505:dd0d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 32C97242D42; Wed, 22 Mar 2023 15:29:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1679495366; bh=Jv9DBam1ZvrJHgi2acxCXub2R8fLuZxiLEp70g0vhXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=8YzvI/jNt8PfYpiVWNWcv92Xuchhy5HSCrYMH0dL5n0Z9kMTvu1Nu8jQdR1GT6n9v emPYNWmoulXtNbaYr0P7K+xje/18mT3+ekENURsLC0pO8RnXfEvHCXshgIKRBXjjRw RrPTtv2TyrfsGWWf2H5Itd/IrlygU1NnBD1PjmLtPXqigkV7uDKrsrFsfdNc26XP4j LNEzpJLybeMHHzlMqYv4bOyN9hEwtoMwvQvLfvgG5MXPKpDDuT9LgK/bXOwcY2CneB fxn+HbcJIuN4Hp/G3V7evDz+kNdjsXmG6hKDH/MWz0/MNmId9He5BDBKC5nbtuuC10 14dGxdihe1wXg== Date: Wed, 22 Mar 2023 15:29:25 +0100 From: Joerg Roedel To: Yoshihiro Shimoda Cc: will@kernel.org, robin.murphy@arm.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, geert+renesas@glider.be, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v4] dt-bindings: iommu: renesas, ipmmu-vmsa: Update for R-Car Gen4 Message-ID: References: <20230313124026.954514-1-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230313124026.954514-1-yoshihiro.shimoda.uh@renesas.com> On Mon, Mar 13, 2023 at 09:40:26PM +0900, Yoshihiro Shimoda wrote: > .../bindings/iommu/renesas,ipmmu-vmsa.yaml | 32 ++++++++++++++----- > 1 file changed, 24 insertions(+), 8 deletions(-) Applied, thanks.