mbox series

[GIT,PULL] clk: renesas: Updates for v5.8 (take two)

Message ID 20200520125336.16173-1-geert+renesas@glider.be (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk: renesas: Updates for v5.8 (take two) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v5.8-tag2

Message

Geert Uytterhoeven May 20, 2020, 12:53 p.m. UTC
Hi Mike, Stephen,

The following changes since commit e2f022c10ed3b50ba1d2bb1f037b0e7a84cb1c3e:

  clk: renesas: rcar-gen2: Remove superfluous CLK_RENESAS_DIV6 selects (2020-04-30 09:39:06 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v5.8-tag2

for you to fetch changes up to 9b9df63b50306b9602954d2f40fa8e05c0c27fda:

  dt-bindings: clock: renesas: mstp: Convert to json-schema (2020-05-20 14:08:15 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v5.8 (take two)

  - A minor fix for the currently unused suspend/resume handling on
    RZ/A1 and RZ/A2,
  - Two more conversions of DT bindings to json-schema.

Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (3):
      clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling
      dt-bindings: clock: renesas: div6: Convert to json-schema
      dt-bindings: clock: renesas: mstp: Convert to json-schema

 .../bindings/clock/renesas,cpg-div6-clock.yaml     | 60 ++++++++++++++++
 .../bindings/clock/renesas,cpg-div6-clocks.txt     | 40 -----------
 .../bindings/clock/renesas,cpg-mstp-clocks.txt     | 60 ----------------
 .../bindings/clock/renesas,cpg-mstp-clocks.yaml    | 82 ++++++++++++++++++++++
 drivers/clk/renesas/renesas-cpg-mssr.c             |  8 ++-
 5 files changed, 147 insertions(+), 103 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-clock.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.yaml

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

Comments

Stephen Boyd May 26, 2020, 10 p.m. UTC | #1
Quoting Geert Uytterhoeven (2020-05-20 05:53:36)
>         Hi Mike, Stephen,
> 
> The following changes since commit e2f022c10ed3b50ba1d2bb1f037b0e7a84cb1c3e:
> 
>   clk: renesas: rcar-gen2: Remove superfluous CLK_RENESAS_DIV6 selects (2020-04-30 09:39:06 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v5.8-tag2
> 
> for you to fetch changes up to 9b9df63b50306b9602954d2f40fa8e05c0c27fda:
> 
>   dt-bindings: clock: renesas: mstp: Convert to json-schema (2020-05-20 14:08:15 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next