mbox series

[v2,0/8] dt-bindings: media: Conversion of Renesas bindings to YAML

Message ID 20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com
Headers show
Series dt-bindings: media: Conversion of Renesas bindings to YAML | expand

Message

Laurent Pinchart June 21, 2020, 12:47 a.m. UTC
This patch series converts the DT bindings for the Renesas R-Car FCP,
FDP1 and VSP1 to YAML. It also updates the bindings based on the
properties that have been added to the DT sources over time but never
documented.

Compared to v1, review comments have been incorporated to fix small
typos and simplify a few comments in the bindings, and MAINTAINERS has
been updated.

Rob, this series has been reviewed by Geert, could you merge it ?
Alternatively you can provide acks and I can send a pull request to get
it merged through the linux-media tree.

Laurent Pinchart (8):
  dt-bindings: media: renesas,fcp: Convert binding to YAML
  dt-bindings: media: renesas,fcp: Make power-domains mandatory
  dt-bindings: media: renesas,fcp: Add resets and iommus properties
  dt-bindings: media: renesas,fdp1: Convert binding to YAML
  dt-bindings: media: renesas,fdp1: Make power-domains mandatory
  dt-bindings: media: renesas,fdp1: Add resets property
  dt-bindings: media: renesas,vsp1: Convert binding to YAML
  dt-bindings: media: renesas,vsp1: Add power-domains and resets

 .../devicetree/bindings/media/renesas,fcp.txt | 34 -------
 .../bindings/media/renesas,fcp.yaml           | 66 +++++++++++++
 .../bindings/media/renesas,fdp1.txt           | 37 -------
 .../bindings/media/renesas,fdp1.yaml          | 69 +++++++++++++
 .../bindings/media/renesas,vsp1.txt           | 30 ------
 .../bindings/media/renesas,vsp1.yaml          | 97 +++++++++++++++++++
 MAINTAINERS                                   |  6 +-
 7 files changed, 235 insertions(+), 104 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.yaml

Comments

Rob Herring July 14, 2020, 12:02 a.m. UTC | #1
On Sun, 21 Jun 2020 03:47:33 +0300, Laurent Pinchart wrote:
> Convert the Renesas R-Car VSP1 text binding to YAML.

> 

> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---

> Changes since v1:

> 

> - Simplify comments on compatible strings

> - Update MAINTAINERS

> ---

>  .../bindings/media/renesas,vsp1.txt           | 30 -------

>  .../bindings/media/renesas,vsp1.yaml          | 83 +++++++++++++++++++

>  MAINTAINERS                                   |  2 +-

>  3 files changed, 84 insertions(+), 31 deletions(-)

>  delete mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt

>  create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.yaml

> 


Reviewed-by: Rob Herring <robh@kernel.org>