linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] clk: shmobile: Updates for v4.5
@ 2015-12-09  9:13 Geert Uytterhoeven
  2015-12-22 19:41 ` Michael Turquette
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-12-09  9:13 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Simon Horman, Magnus Damm, Laurent Pinchart, linux-clk, linux-sh,
	Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-v4.5

for you to fetch changes up to c5dae0df298120e0a331d749d77fd472c253b5b3:

  clk: shmobile: r8a7795: Add new CPG/MSSR driver (2015-12-08 14:33:06 +0100)

Summary:
  - Make clock-output-names optional for single-output clocks,
  - New Renesas CPG/MSSR driver for r8a7795,
  - Cleanups to prepare for the above.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (4):
      clk: shmobile: div6: Make clock-output-names optional
      clk: shmobile: div6: Extract cpg_div6_register()
      clk: shmobile: Add new CPG/MSSR driver core
      clk: shmobile: r8a7795: Add new CPG/MSSR driver

Magnus Damm (1):
      clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI

 .../bindings/clock/renesas,cpg-div6-clocks.txt     |   4 +
 drivers/clk/Makefile                               |   1 +
 drivers/clk/shmobile/Makefile                      |  24 +-
 drivers/clk/shmobile/clk-div6.c                    | 137 +++--
 drivers/clk/shmobile/clk-div6.h                    |   7 +
 drivers/clk/shmobile/r8a7795-cpg-mssr.c            | 382 +++++++++++++
 drivers/clk/shmobile/renesas-cpg-mssr.c            | 596 +++++++++++++++++++++
 drivers/clk/shmobile/renesas-cpg-mssr.h            | 132 +++++
 8 files changed, 1220 insertions(+), 63 deletions(-)
 create mode 100644 drivers/clk/shmobile/clk-div6.h
 create mode 100644 drivers/clk/shmobile/r8a7795-cpg-mssr.c
 create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.c
 create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.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: shmobile: Updates for v4.5
  2015-12-09  9:13 [git pull] clk: shmobile: Updates for v4.5 Geert Uytterhoeven
@ 2015-12-22 19:41 ` Michael Turquette
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Turquette @ 2015-12-22 19:41 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Stephen Boyd, Simon Horman, Magnus Damm, Laurent Pinchart,
	linux-clk, linux-sh

On 12/09, Geert Uytterhoeven wrote:
> 	Hi Mike, Stephen,
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-v4.5
> 
> for you to fetch changes up to c5dae0df298120e0a331d749d77fd472c253b5b3:
> 
>   clk: shmobile: r8a7795: Add new CPG/MSSR driver (2015-12-08 14:33:06 +0100)

Pulled.

Thanks,
Mike

> 
> Summary:
>   - Make clock-output-names optional for single-output clocks,
>   - New Renesas CPG/MSSR driver for r8a7795,
>   - Cleanups to prepare for the above.
> 
> Thanks for pulling!
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (4):
>       clk: shmobile: div6: Make clock-output-names optional
>       clk: shmobile: div6: Extract cpg_div6_register()
>       clk: shmobile: Add new CPG/MSSR driver core
>       clk: shmobile: r8a7795: Add new CPG/MSSR driver
> 
> Magnus Damm (1):
>       clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI
> 
>  .../bindings/clock/renesas,cpg-div6-clocks.txt     |   4 +
>  drivers/clk/Makefile                               |   1 +
>  drivers/clk/shmobile/Makefile                      |  24 +-
>  drivers/clk/shmobile/clk-div6.c                    | 137 +++--
>  drivers/clk/shmobile/clk-div6.h                    |   7 +
>  drivers/clk/shmobile/r8a7795-cpg-mssr.c            | 382 +++++++++++++
>  drivers/clk/shmobile/renesas-cpg-mssr.c            | 596 +++++++++++++++++++++
>  drivers/clk/shmobile/renesas-cpg-mssr.h            | 132 +++++
>  8 files changed, 1220 insertions(+), 63 deletions(-)
>  create mode 100644 drivers/clk/shmobile/clk-div6.h
>  create mode 100644 drivers/clk/shmobile/r8a7795-cpg-mssr.c
>  create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.c
>  create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.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

end of thread, other threads:[~2015-12-22 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09  9:13 [git pull] clk: shmobile: Updates for v4.5 Geert Uytterhoeven
2015-12-22 19:41 ` Michael Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).