Linux clock framework development
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock changes for 5.19 #2
@ 2022-05-17 19:31 Heiko Stuebner
  2022-05-17 22:20 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2022-05-17 19:31 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

Hi Mike, Stephen,

please find below a pull-request converting a number of Rockchip
clock controllers to yaml, which shound go on top of the previous
pull request.

In the discussion Stephen had comments about the optional clocks, that
have a circular dependency (xin24m -> cru -> i2c -> rtc -> xin32k -> cru) .
After everyone put in their argument, the discussion itself just stopped.

I've picked up the conversion patches anyway, as this is the status-quo
in terms of modelling clocks on Rockchip, so the yaml conversion doesn't
change anything in either direction and just transforms what is in the
kernel right now into the yaml format which will improve devicetree checks
a lot and also reduce the number of warnings emitted by the checker.

So hopefully please pull :-)
Thanks
Heiko


The following changes since commit b21445db9818ccb9fa1c0ba81fd3705eb8d347e3:

  dt-binding: clock: Add missing rk3568 cru bindings (2022-05-14 12:40:41 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-clk2

for you to fetch changes up to 32a214cd8ccbc361319bcd00b0b1b05a6b53bc61:

  dt-bindings: clock: convert rockchip,rk3368-cru.txt to YAML (2022-05-17 21:05:43 +0200)

----------------------------------------------------------------
Conversion from txt to Yaml for a number of Rockchip
clock bindings.

----------------------------------------------------------------
Johan Jonker (8):
      dt-bindings: clock: convert rockchip,rv1108-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML
      dt-bindings: clock: convert rockchip,px30-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3308-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3036-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3228-cru.txt to YAML
      dt-bindings: clock: convert rockchip,rk3368-cru.txt to YAML

 .../bindings/clock/rockchip,px30-cru.txt           |  70 ------------
 .../bindings/clock/rockchip,px30-cru.yaml          | 119 +++++++++++++++++++++
 .../bindings/clock/rockchip,rk3036-cru.txt         |  56 ----------
 .../bindings/clock/rockchip,rk3036-cru.yaml        |  72 +++++++++++++
 .../bindings/clock/rockchip,rk3188-cru.txt         |  61 -----------
 .../bindings/clock/rockchip,rk3188-cru.yaml        |  78 ++++++++++++++
 .../bindings/clock/rockchip,rk3228-cru.txt         |  58 ----------
 .../bindings/clock/rockchip,rk3228-cru.yaml        |  74 +++++++++++++
 .../bindings/clock/rockchip,rk3288-cru.txt         |  67 ------------
 .../bindings/clock/rockchip,rk3288-cru.yaml        |  85 +++++++++++++++
 .../bindings/clock/rockchip,rk3308-cru.txt         |  60 -----------
 .../bindings/clock/rockchip,rk3308-cru.yaml        |  76 +++++++++++++
 .../bindings/clock/rockchip,rk3368-cru.txt         |  61 -----------
 .../bindings/clock/rockchip,rk3368-cru.yaml        |  78 ++++++++++++++
 .../bindings/clock/rockchip,rv1108-cru.txt         |  59 ----------
 .../bindings/clock/rockchip,rv1108-cru.yaml        |  75 +++++++++++++
 16 files changed, 657 insertions(+), 492 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,px30-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.txt
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 5.19 #2
  2022-05-17 19:31 [GIT PULL] Rockchip clock changes for 5.19 #2 Heiko Stuebner
@ 2022-05-17 22:20 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-05-17 22:20 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2022-05-17 12:31:15)
> Hi Mike, Stephen,
> 
> please find below a pull-request converting a number of Rockchip
> clock controllers to yaml, which shound go on top of the previous
> pull request.
> 
> In the discussion Stephen had comments about the optional clocks, that
> have a circular dependency (xin24m -> cru -> i2c -> rtc -> xin32k -> cru) .
> After everyone put in their argument, the discussion itself just stopped.
> 
> I've picked up the conversion patches anyway, as this is the status-quo
> in terms of modelling clocks on Rockchip, so the yaml conversion doesn't
> change anything in either direction and just transforms what is in the
> kernel right now into the yaml format which will improve devicetree checks
> a lot and also reduce the number of warnings emitted by the checker.
> 
> So hopefully please pull :-)
> Thanks
> Heiko
> 
> 
> The following changes since commit b21445db9818ccb9fa1c0ba81fd3705eb8d347e3:
> 
>   dt-binding: clock: Add missing rk3568 cru bindings (2022-05-14 12:40:41 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-clk2
> 
> for you to fetch changes up to 32a214cd8ccbc361319bcd00b0b1b05a6b53bc61:
> 
>   dt-bindings: clock: convert rockchip,rk3368-cru.txt to YAML (2022-05-17 21:05:43 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next. I skipped the previous pull and just took
this one and combined the messages.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-17 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 19:31 [GIT PULL] Rockchip clock changes for 5.19 #2 Heiko Stuebner
2022-05-17 22:20 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox