All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] clk/shmobile updates for v3.20
@ 2015-01-19 16:29 ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-01-19 16:29 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Simon Horman, Magnus Damm, linux-sh, linux-kernel

	Hi Mike,

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1484276119fb5083a3a8cb0293e763363c317661:

  clk: shmobile: Add R-Car Gen2 ADSP clock support (2015-01-08 16:14:31 +0100)

Summary:
  - A bug fix needed on sh73a0,
  - r8a7793 support,
  - r8a73a4 CCF implementation and documentation,
  - R-Car Gen2 CAN and ADSP clock support.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      clk: shmobile: div6: Avoid changing divisor in .disable()

Hisashi Nakamura (1):
      clk: shmobile: Add r8a7793 support

Sergei Shtylyov (2):
      clk: shmobile: Add R-Car Gen2 RCAN clock support
      clk: shmobile: Add R-Car Gen2 ADSP clock support

Ulrich Hecht (2):
      clk: shmobile: r8a73a4 common clock framework implementation
      clk: shmobile: Add r8a73a4 SoC to MSTP bindings

Yoshihiro Kaneko (1):
      clk: shmobile: r8a7793: document CPG clock support

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt  |  33 +++
 .../clock/renesas,rcar-gen2-cpg-clocks.txt         |  12 +-
 drivers/clk/shmobile/Makefile                      |   2 +
 drivers/clk/shmobile/clk-div6.c                    |  15 +-
 drivers/clk/shmobile/clk-r8a73a4.c                 | 241 +++++++++++++++++++++
 drivers/clk/shmobile/clk-rcar-gen2.c               |  88 ++++++++
 7 files changed, 384 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c

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] 6+ messages in thread

* [git pull] clk/shmobile updates for v3.20
@ 2015-01-19 16:29 ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-01-19 16:29 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Simon Horman, Magnus Damm, linux-sh, linux-kernel

	Hi Mike,

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1484276119fb5083a3a8cb0293e763363c317661:

  clk: shmobile: Add R-Car Gen2 ADSP clock support (2015-01-08 16:14:31 +0100)

Summary:
  - A bug fix needed on sh73a0,
  - r8a7793 support,
  - r8a73a4 CCF implementation and documentation,
  - R-Car Gen2 CAN and ADSP clock support.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      clk: shmobile: div6: Avoid changing divisor in .disable()

Hisashi Nakamura (1):
      clk: shmobile: Add r8a7793 support

Sergei Shtylyov (2):
      clk: shmobile: Add R-Car Gen2 RCAN clock support
      clk: shmobile: Add R-Car Gen2 ADSP clock support

Ulrich Hecht (2):
      clk: shmobile: r8a73a4 common clock framework implementation
      clk: shmobile: Add r8a73a4 SoC to MSTP bindings

Yoshihiro Kaneko (1):
      clk: shmobile: r8a7793: document CPG clock support

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt  |  33 +++
 .../clock/renesas,rcar-gen2-cpg-clocks.txt         |  12 +-
 drivers/clk/shmobile/Makefile                      |   2 +
 drivers/clk/shmobile/clk-div6.c                    |  15 +-
 drivers/clk/shmobile/clk-r8a73a4.c                 | 241 +++++++++++++++++++++
 drivers/clk/shmobile/clk-rcar-gen2.c               |  88 ++++++++
 7 files changed, 384 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c

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] 6+ messages in thread

* Re: [git pull] clk/shmobile updates for v3.20
  2015-01-19 16:29 ` Geert Uytterhoeven
@ 2015-01-27 19:43   ` Mike Turquette
  -1 siblings, 0 replies; 6+ messages in thread
From: Mike Turquette @ 2015-01-27 19:43 UTC (permalink / raw)
  To: Geert Uytterhoeven, Stephen Boyd
  Cc: Simon Horman, Magnus Damm, linux-sh, linux-kernel

Quoting Geert Uytterhoeven (2015-01-19 08:29:45)
>         Hi Mike,
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-3.20

Pulled.

Regards,
Mike

> 
> for you to fetch changes up to 1484276119fb5083a3a8cb0293e763363c317661:
> 
>   clk: shmobile: Add R-Car Gen2 ADSP clock support (2015-01-08 16:14:31 +0100)
> 
> Summary:
>   - A bug fix needed on sh73a0,
>   - r8a7793 support,
>   - r8a73a4 CCF implementation and documentation,
>   - R-Car Gen2 CAN and ADSP clock support.
> 
> Thanks for pulling!
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       clk: shmobile: div6: Avoid changing divisor in .disable()
> 
> Hisashi Nakamura (1):
>       clk: shmobile: Add r8a7793 support
> 
> Sergei Shtylyov (2):
>       clk: shmobile: Add R-Car Gen2 RCAN clock support
>       clk: shmobile: Add R-Car Gen2 ADSP clock support
> 
> Ulrich Hecht (2):
>       clk: shmobile: r8a73a4 common clock framework implementation
>       clk: shmobile: Add r8a73a4 SoC to MSTP bindings
> 
> Yoshihiro Kaneko (1):
>       clk: shmobile: r8a7793: document CPG clock support
> 
>  .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
>  .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt  |  33 +++
>  .../clock/renesas,rcar-gen2-cpg-clocks.txt         |  12 +-
>  drivers/clk/shmobile/Makefile                      |   2 +
>  drivers/clk/shmobile/clk-div6.c                    |  15 +-
>  drivers/clk/shmobile/clk-r8a73a4.c                 | 241 +++++++++++++++++++++
>  drivers/clk/shmobile/clk-rcar-gen2.c               |  88 ++++++++
>  7 files changed, 384 insertions(+), 8 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
>  create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c
> 
> 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] 6+ messages in thread

* Re: [git pull] clk/shmobile updates for v3.20
@ 2015-01-27 19:43   ` Mike Turquette
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Turquette @ 2015-01-27 19:43 UTC (permalink / raw)
  To: Geert Uytterhoeven, Stephen Boyd
  Cc: Simon Horman, Magnus Damm, linux-sh, linux-kernel

Quoting Geert Uytterhoeven (2015-01-19 08:29:45)
>         Hi Mike,
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-3.20

Pulled.

Regards,
Mike

> 
> for you to fetch changes up to 1484276119fb5083a3a8cb0293e763363c317661:
> 
>   clk: shmobile: Add R-Car Gen2 ADSP clock support (2015-01-08 16:14:31 +0100)
> 
> Summary:
>   - A bug fix needed on sh73a0,
>   - r8a7793 support,
>   - r8a73a4 CCF implementation and documentation,
>   - R-Car Gen2 CAN and ADSP clock support.
> 
> Thanks for pulling!
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       clk: shmobile: div6: Avoid changing divisor in .disable()
> 
> Hisashi Nakamura (1):
>       clk: shmobile: Add r8a7793 support
> 
> Sergei Shtylyov (2):
>       clk: shmobile: Add R-Car Gen2 RCAN clock support
>       clk: shmobile: Add R-Car Gen2 ADSP clock support
> 
> Ulrich Hecht (2):
>       clk: shmobile: r8a73a4 common clock framework implementation
>       clk: shmobile: Add r8a73a4 SoC to MSTP bindings
> 
> Yoshihiro Kaneko (1):
>       clk: shmobile: r8a7793: document CPG clock support
> 
>  .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
>  .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt  |  33 +++
>  .../clock/renesas,rcar-gen2-cpg-clocks.txt         |  12 +-
>  drivers/clk/shmobile/Makefile                      |   2 +
>  drivers/clk/shmobile/clk-div6.c                    |  15 +-
>  drivers/clk/shmobile/clk-r8a73a4.c                 | 241 +++++++++++++++++++++
>  drivers/clk/shmobile/clk-rcar-gen2.c               |  88 ++++++++
>  7 files changed, 384 insertions(+), 8 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
>  create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c
> 
> 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] 6+ messages in thread

* Re: [git pull] clk/shmobile updates for v3.20
  2015-01-27 19:43   ` Mike Turquette
@ 2015-01-28  0:30     ` Simon Horman
  -1 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-01-28  0:30 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Geert Uytterhoeven, Stephen Boyd, Magnus Damm, linux-sh, linux-kernel

On Tue, Jan 27, 2015 at 11:43:33AM -0800, Mike Turquette wrote:
> Quoting Geert Uytterhoeven (2015-01-19 08:29:45)
> >         Hi Mike,
> > 
> > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> > 
> >   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-3.20
> 
> Pulled.

Thanks Mike!

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

* Re: [git pull] clk/shmobile updates for v3.20
@ 2015-01-28  0:30     ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-01-28  0:30 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Geert Uytterhoeven, Stephen Boyd, Magnus Damm, linux-sh, linux-kernel

On Tue, Jan 27, 2015 at 11:43:33AM -0800, Mike Turquette wrote:
> Quoting Geert Uytterhoeven (2015-01-19 08:29:45)
> >         Hi Mike,
> > 
> > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> > 
> >   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-shmobile-for-3.20
> 
> Pulled.

Thanks Mike!

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

end of thread, other threads:[~2015-01-28  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 16:29 [git pull] clk/shmobile updates for v3.20 Geert Uytterhoeven
2015-01-19 16:29 ` Geert Uytterhoeven
2015-01-27 19:43 ` Mike Turquette
2015-01-27 19:43   ` Mike Turquette
2015-01-28  0:30   ` Simon Horman
2015-01-28  0:30     ` Simon Horman

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.