All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	iommu@lists.linux-foundation.org, robh+dt@kernel.org
Subject: Re: [PATCH v5] dt-bindings: iommu: renesas,ipmmu-vmsa: convert to json-schema
Date: Tue, 5 May 2020 14:10:58 -0500	[thread overview]
Message-ID: <20200505191058.GA25129@bogus> (raw)
In-Reply-To: <1587446152-23886-1-git-send-email-yoshihiro.shimoda.uh@renesas.com>

On Tue, 21 Apr 2020 14:15:52 +0900, Yoshihiro Shimoda wrote:
> Convert Renesas VMSA-Compatible IOMMU bindings documentation
> to json-schema.
> 
> Note that original documentation doesn't mention renesas,ipmmu-vmsa
> for R-Mobile APE6. But, R-Mobile APE6 is similar to the R-Car
> Gen2. So, renesas,ipmmu-r8a73a4 belongs the renesas,ipmmu-vmsa
> section.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Changes from v4:
>  - Fix description about cell counts on #iommu-cells and renesas,ipmmu-main.
>  - Fix node name on the example. 
>  https://patchwork.kernel.org/patch/11494231/
> 
>  Changes from v3:
>  - Fix renesas,ipmmu-r8a7795's section
>  https://patchwork.kernel.org/patch/11494079/
> 
>  Changes from v2:
>  - Add a description for R-Mobile APE6 on the commit log.
>  - Change renesas,ipmmu-r8a73a4 section on the compatible.
>  - Add items on the interrupts.
>  - Add power-domains to required.
>  - Add oneOf for interrupts and renesas,ipmmu-main
>  https://patchwork.kernel.org/patch/11490581/
> 
>  Changes from v1:
>  - Fix typo in the subject.
>  - Add a description on #iommu-cells.
>  https://patchwork.kernel.org/patch/11485415/
> 
>  .../bindings/iommu/renesas,ipmmu-vmsa.txt          | 73 ----------------
>  .../bindings/iommu/renesas,ipmmu-vmsa.yaml         | 98 ++++++++++++++++++++++
>  2 files changed, 98 insertions(+), 73 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
>  create mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
> 

Applied, thanks.

Rob
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: joro@8bytes.org, robh+dt@kernel.org,
	iommu@lists.linux-foundation.org, devicetree@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Subject: Re: [PATCH v5] dt-bindings: iommu: renesas,ipmmu-vmsa: convert to json-schema
Date: Tue, 5 May 2020 14:10:58 -0500	[thread overview]
Message-ID: <20200505191058.GA25129@bogus> (raw)
In-Reply-To: <1587446152-23886-1-git-send-email-yoshihiro.shimoda.uh@renesas.com>

On Tue, 21 Apr 2020 14:15:52 +0900, Yoshihiro Shimoda wrote:
> Convert Renesas VMSA-Compatible IOMMU bindings documentation
> to json-schema.
> 
> Note that original documentation doesn't mention renesas,ipmmu-vmsa
> for R-Mobile APE6. But, R-Mobile APE6 is similar to the R-Car
> Gen2. So, renesas,ipmmu-r8a73a4 belongs the renesas,ipmmu-vmsa
> section.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Changes from v4:
>  - Fix description about cell counts on #iommu-cells and renesas,ipmmu-main.
>  - Fix node name on the example. 
>  https://patchwork.kernel.org/patch/11494231/
> 
>  Changes from v3:
>  - Fix renesas,ipmmu-r8a7795's section
>  https://patchwork.kernel.org/patch/11494079/
> 
>  Changes from v2:
>  - Add a description for R-Mobile APE6 on the commit log.
>  - Change renesas,ipmmu-r8a73a4 section on the compatible.
>  - Add items on the interrupts.
>  - Add power-domains to required.
>  - Add oneOf for interrupts and renesas,ipmmu-main
>  https://patchwork.kernel.org/patch/11490581/
> 
>  Changes from v1:
>  - Fix typo in the subject.
>  - Add a description on #iommu-cells.
>  https://patchwork.kernel.org/patch/11485415/
> 
>  .../bindings/iommu/renesas,ipmmu-vmsa.txt          | 73 ----------------
>  .../bindings/iommu/renesas,ipmmu-vmsa.yaml         | 98 ++++++++++++++++++++++
>  2 files changed, 98 insertions(+), 73 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
>  create mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
> 

Applied, thanks.

Rob

  parent reply	other threads:[~2020-05-05 19:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21  5:15 [PATCH v5] dt-bindings: iommu: renesas, ipmmu-vmsa: convert to json-schema Yoshihiro Shimoda
2020-04-21  5:15 ` [PATCH v5] dt-bindings: iommu: renesas,ipmmu-vmsa: " Yoshihiro Shimoda
2020-04-21  7:19 ` [PATCH v5] dt-bindings: iommu: renesas, ipmmu-vmsa: " Geert Uytterhoeven
2020-04-21  7:19   ` [PATCH v5] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
2020-05-05 19:10 ` Rob Herring [this message]
2020-05-05 19:10   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200505191058.GA25129@bogus \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.