All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] clk: renesas: Updates for v4.10 (take three)
@ 2016-11-16  9:47 Geert Uytterhoeven
  2016-11-17 23:09 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2016-11-16  9:47 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit 1936be95e013802291201c1ed193e04fd1ed3d13:

  Merge branch 'rzg-clock-defs' into clk-renesas-for-v4.10 (2016-11-07 15:15:33 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v4.10-tag3

for you to fetch changes up to 9127d54bb89471592b3c8af6c6273c21db6de6a6:

  clk: renesas: cpg-mssr: Add R8A7745 support (2016-11-10 15:29:30 +0100)

----------------------------------------------------------------
clk: renesas: Updates for v4.10 (take three)

  - CSI2 and VIN clocks for R-Car M3-W,
  - Clock drivers for new RZ/G1M and RZ/G1E SoCs,
  - Minor bug fix for R-Car H3.

This pull request depends on the pull request for
tags/clk-renesas-for-v4.10-tag2 ("clk: renesas: Updates for v4.10 (take
two)"), which I sent last week.

Thanks for pulling!
----------------------------------------------------------------
Niklas Söderlund (2):
      clk: renesas: r8a7796: Add CSI2 clocks
      clk: renesas: r8a7796: Add VIN clocks

Sergei Shtylyov (3):
      clk: renesas: cpg-mssr: Add common R-Car Gen2 support
      clk: renesas: cpg-mssr: Add R8A7743 support
      clk: renesas: cpg-mssr: Add R8A7745 support

Takeshi Kihara (1):
      clk: renesas: r8a7795: Fix HDMI parent clock

 .../devicetree/bindings/clock/renesas,cpg-mssr.txt |   5 +-
 drivers/clk/renesas/Kconfig                        |   2 +
 drivers/clk/renesas/Makefile                       |   2 +
 drivers/clk/renesas/r8a7743-cpg-mssr.c             | 270 +++++++++++++++
 drivers/clk/renesas/r8a7745-cpg-mssr.c             | 259 ++++++++++++++
 drivers/clk/renesas/r8a7795-cpg-mssr.c             |   2 +-
 drivers/clk/renesas/r8a7796-cpg-mssr.c             |  12 +
 drivers/clk/renesas/rcar-gen2-cpg.c                | 371 +++++++++++++++++++++
 drivers/clk/renesas/rcar-gen2-cpg.h                |  43 +++
 drivers/clk/renesas/renesas-cpg-mssr.c             |  12 +
 drivers/clk/renesas/renesas-cpg-mssr.h             |   2 +
 11 files changed, 978 insertions(+), 2 deletions(-)
 create mode 100644 drivers/clk/renesas/r8a7743-cpg-mssr.c
 create mode 100644 drivers/clk/renesas/r8a7745-cpg-mssr.c
 create mode 100644 drivers/clk/renesas/rcar-gen2-cpg.c
 create mode 100644 drivers/clk/renesas/rcar-gen2-cpg.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 v4.10 (take three)
  2016-11-16  9:47 [git pull] clk: renesas: Updates for v4.10 (take three) Geert Uytterhoeven
@ 2016-11-17 23:09 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2016-11-17 23:09 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Michael Turquette, linux-clk, linux-renesas-soc

On 11/16, Geert Uytterhoeven wrote:
> 	Hi Mike, Stephen,
> 
> The following changes since commit 1936be95e013802291201c1ed193e04fd1ed3d13:
> 
>   Merge branch 'rzg-clock-defs' into clk-renesas-for-v4.10 (2016-11-07 15:15:33 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v4.10-tag3
> 
> for you to fetch changes up to 9127d54bb89471592b3c8af6c6273c21db6de6a6:
> 
>   clk: renesas: cpg-mssr: Add R8A7745 support (2016-11-10 15:29:30 +0100)

Thanks. Pulled into clk-next.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2016-11-17 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16  9:47 [git pull] clk: renesas: Updates for v4.10 (take three) Geert Uytterhoeven
2016-11-17 23:09 ` 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.