All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: renesas: Updates for v5.5 (take two)
@ 2019-11-01 15:59 Geert Uytterhoeven
  2019-11-06 19:32 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-11-01 15:59 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit 56278c8fcb71874d591907d654272d511ce3597c:

  clk: renesas: r8a774b1: Add TMU clock (2019-10-07 14:29:53 +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.5-tag2

for you to fetch changes up to 2ba738d56db4ddb1c17e418cb501d303a8b481d2:

  clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support (2019-11-01 13:36:39 +0100)

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

  - Switch some clocks on R-Car Gen2/3 to .determine_rate(),
  - Add support for the new R-Car M3-W+ (r8a77961) SoC,
  - Minor fixes and cleanups.

Note that the new Renesas R-Car M3-W+ DT Binding Definitions are shared
by driver and DT source files, and thus included in 3 pull requests:
  - "[GIT PULL] clk: renesas: Updates for v5.5 (take two)" (for clk),
  - "[GIT PULL 4/6] Renesas ARM64 DT updates for v5.5 (take two)" (for
    arm-soc),
  - "[GIT PULL 5/6] Renesas driver updates for v5.5 (take two)" (for
    arm-soc).

If you prefer to merge this dependency explicitly, please pull tag
renesas-r8a77961-dt-binding-defs-tag first.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (12):
      clk: renesas: rcar-gen2: Switch Z clock to .determine_rate()
      clk: renesas: rcar-gen3: Switch Z clocks to .determine_rate()
      clk: renesas: rcar-gen3: Switch SD clocks to .determine_rate()
      dt-bindings: power: Add r8a77961 SYSC power domain definitions
      dt-bindings: clock: Add r8a77961 CPG Core Clock Definitions
      dt-bindings: clock: renesas: Remove R-Car Gen2 legacy DT bindings
      dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in example
      clk: renesas: r8a77965: Remove superfluous semicolon
      Merge tag 'renesas-r8a77961-dt-binding-defs-tag' into clk-renesas-for-v5.5
      dt-bindings: clock: renesas: cpg-mssr: Document r8a77961 support
      clk: renesas: Rename CLK_R8A7796 to CLK_R8A77960
      clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support

 .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 11 ++--
 .../clock/renesas,rcar-gen2-cpg-clocks.txt         | 60 --------------------
 .../bindings/clock/renesas,rcar-usb2-clock-sel.txt |  2 +-
 drivers/clk/renesas/Kconfig                        |  9 ++-
 drivers/clk/renesas/Makefile                       |  3 +-
 drivers/clk/renesas/r8a7796-cpg-mssr.c             | 24 ++++++--
 drivers/clk/renesas/r8a77965-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/rcar-gen2-cpg.c                | 23 ++++----
 drivers/clk/renesas/rcar-gen3-cpg.c                | 41 +++++++++-----
 drivers/clk/renesas/renesas-cpg-mssr.c             |  8 ++-
 include/dt-bindings/clock/r8a77961-cpg-mssr.h      | 65 ++++++++++++++++++++++
 include/dt-bindings/power/r8a77961-sysc.h          | 32 +++++++++++
 12 files changed, 180 insertions(+), 100 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
 create mode 100644 include/dt-bindings/clock/r8a77961-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a77961-sysc.h

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

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

* Re: [GIT PULL] clk: renesas: Updates for v5.5 (take two)
  2019-11-01 15:59 [GIT PULL] clk: renesas: Updates for v5.5 (take two) Geert Uytterhoeven
@ 2019-11-06 19:32 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-11-06 19:32 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2019-11-01 08:59:07)
>         Hi Mike, Stephen,
> 
> The following changes since commit 56278c8fcb71874d591907d654272d511ce3597c:
> 
>   clk: renesas: r8a774b1: Add TMU clock (2019-10-07 14:29:53 +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.5-tag2
> 
> for you to fetch changes up to 2ba738d56db4ddb1c17e418cb501d303a8b481d2:
> 
>   clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support (2019-11-01 13:36:39 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next


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

end of thread, other threads:[~2019-11-06 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 15:59 [GIT PULL] clk: renesas: Updates for v5.5 (take two) Geert Uytterhoeven
2019-11-06 19:32 ` Stephen Boyd

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.