All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: krzk+dt@kernel.org, mturquette@baylibre.com,
	devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
	robh+dt@kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, heiko@sntech.de, sboyd@kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
Date: Mon, 28 Mar 2022 12:27:55 -0500	[thread overview]
Message-ID: <YkHwG5SaXchzeJ7o@robh.at.kernel.org> (raw)
In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com>

On Sat, 26 Mar 2022 13:09:41 +0100, Johan Jonker wrote:
> Current dts files with RK3288 'cru' nodes are manually verified.
> In order to automate this process rockchip,rk3288-cru.txt has to be
> converted to YAML.
> 
> Changed:
>   Add properties to fix notifications by clocks.yaml for example:
>     clocks
>     clock-names
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  .../bindings/clock/rockchip,rk3288-cru.txt    | 67 ---------------
>  .../bindings/clock/rockchip,rk3288-cru.yaml   | 83 +++++++++++++++++++
>  2 files changed, 83 insertions(+), 67 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: krzk+dt@kernel.org, mturquette@baylibre.com,
	devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
	robh+dt@kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, heiko@sntech.de, sboyd@kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
Date: Mon, 28 Mar 2022 12:27:55 -0500	[thread overview]
Message-ID: <YkHwG5SaXchzeJ7o@robh.at.kernel.org> (raw)
In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com>

On Sat, 26 Mar 2022 13:09:41 +0100, Johan Jonker wrote:
> Current dts files with RK3288 'cru' nodes are manually verified.
> In order to automate this process rockchip,rk3288-cru.txt has to be
> converted to YAML.
> 
> Changed:
>   Add properties to fix notifications by clocks.yaml for example:
>     clocks
>     clock-names
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  .../bindings/clock/rockchip,rk3288-cru.txt    | 67 ---------------
>  .../bindings/clock/rockchip,rk3288-cru.yaml   | 83 +++++++++++++++++++
>  2 files changed, 83 insertions(+), 67 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
> 

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

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: krzk+dt@kernel.org, mturquette@baylibre.com,
	devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
	robh+dt@kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, heiko@sntech.de, sboyd@kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
Date: Mon, 28 Mar 2022 12:27:55 -0500	[thread overview]
Message-ID: <YkHwG5SaXchzeJ7o@robh.at.kernel.org> (raw)
In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com>

On Sat, 26 Mar 2022 13:09:41 +0100, Johan Jonker wrote:
> Current dts files with RK3288 'cru' nodes are manually verified.
> In order to automate this process rockchip,rk3288-cru.txt has to be
> converted to YAML.
> 
> Changed:
>   Add properties to fix notifications by clocks.yaml for example:
>     clocks
>     clock-names
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  .../bindings/clock/rockchip,rk3288-cru.txt    | 67 ---------------
>  .../bindings/clock/rockchip,rk3288-cru.yaml   | 83 +++++++++++++++++++
>  2 files changed, 83 insertions(+), 67 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
> 

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-03-28 17:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26 12:09 [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML Johan Jonker
2022-03-26 12:09 ` [PATCH v1 1/2] dt-bindings: clock: convert rockchip, rk3288-cru.txt " Johan Jonker
2022-03-26 12:09 ` Johan Jonker
2022-03-26 12:09 ` [PATCH v1 2/2] ARM: dts: rockchip: add clocks property to cru node rk3288 Johan Jonker
2022-03-26 12:09   ` Johan Jonker
2022-03-26 12:09   ` Johan Jonker
2022-03-26 21:29 ` [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML Krzysztof Kozlowski
2022-03-26 21:29   ` Krzysztof Kozlowski
2022-03-26 21:29   ` Krzysztof Kozlowski
2022-03-28 17:27 ` Rob Herring [this message]
2022-03-28 17:27   ` Rob Herring
2022-03-28 17:27   ` 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=YkHwG5SaXchzeJ7o@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jbx6244@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    /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.