linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] clk: renesas: Updates for v5.1 (take two)
@ 2019-02-12 10:20 Geert Uytterhoeven
  2019-02-21  9:18 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-02-12 10:20 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit d9286d9743b6e8cfbf1a13f8db84e9c65c0b09c7:

  clk: renesas: r8a774c0: Correct parent clock of DU (2019-01-24 16:01:08 +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-v5.1-tag2

for you to fetch changes up to d1de227de8145e661e940377e050286098197eeb:

  clk: renesas: r8a774c0: Add TMU clock (2019-02-05 10:40:05 +0100)

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

  - Add RPC (QSPI/HyperFLASH) clocks on R-Car V3H,
  - Add TMU (timer) clocks on RZ/G2E,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (1):
      clk: renesas: r8a774c0: Add TMU clock

Sergei Shtylyov (4):
      clk: renesas: rcar-gen3: Factor out cpg_reg_modify()
      clk: renesas: rcar-gen3: Add spinlock
      clk: renesas: rcar-gen3: Add RPC clocks
      clk: renesas: r8a77980: Add RPC clocks

 drivers/clk/renesas/r8a774c0-cpg-mssr.c |   5 ++
 drivers/clk/renesas/r8a77980-cpg-mssr.c |   8 ++
 drivers/clk/renesas/rcar-gen3-cpg.c     | 147 ++++++++++++++++++++++++++++----
 drivers/clk/renesas/rcar-gen3-cpg.h     |   4 +
 4 files changed, 146 insertions(+), 18 deletions(-)

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

* Re: [git pull] clk: renesas: Updates for v5.1 (take two)
  2019-02-12 10:20 [git pull] clk: renesas: Updates for v5.1 (take two) Geert Uytterhoeven
@ 2019-02-21  9:18 ` Geert Uytterhoeven
  2019-02-21 12:36   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-02-21  9:18 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, Linux-Renesas, Geert Uytterhoeven

Hi Mike, Stephen,

On Tue, Feb 12, 2019 at 11:48 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> The following changes since commit d9286d9743b6e8cfbf1a13f8db84e9c65c0b09c7:
>
>   clk: renesas: r8a774c0: Correct parent clock of DU (2019-01-24 16:01:08 +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-v5.1-tag2
>
> for you to fetch changes up to d1de227de8145e661e940377e050286098197eeb:
>
>   clk: renesas: r8a774c0: Add TMU clock (2019-02-05 10:40:05 +0100)
>
> ----------------------------------------------------------------
> clk: renesas: Updates for v5.1 (take two)
>
>   - Add RPC (QSPI/HyperFLASH) clocks on R-Car V3H,
>   - Add TMU (timer) clocks on RZ/G2E,
>   - Small fixes and cleanups.
>
> Thanks for pulling!
>
> ----------------------------------------------------------------
> Biju Das (1):
>       clk: renesas: r8a774c0: Add TMU clock
>
> Sergei Shtylyov (4):
>       clk: renesas: rcar-gen3: Factor out cpg_reg_modify()
>       clk: renesas: rcar-gen3: Add spinlock
>       clk: renesas: rcar-gen3: Add RPC clocks
>       clk: renesas: r8a77980: Add RPC clocks
>
>  drivers/clk/renesas/r8a774c0-cpg-mssr.c |   5 ++
>  drivers/clk/renesas/r8a77980-cpg-mssr.c |   8 ++
>  drivers/clk/renesas/rcar-gen3-cpg.c     | 147 ++++++++++++++++++++++++++++----
>  drivers/clk/renesas/rcar-gen3-cpg.h     |   4 +
>  4 files changed, 146 insertions(+), 18 deletions(-)

I was wondering if you've received my pull request?

Thanks!

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

* Re: [git pull] clk: renesas: Updates for v5.1 (take two)
  2019-02-21  9:18 ` Geert Uytterhoeven
@ 2019-02-21 12:36   ` Geert Uytterhoeven
  2019-02-21 18:47     ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-02-21 12:36 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, Linux-Renesas, Geert Uytterhoeven

Hi Mike, Stephen,

On Thu, Feb 21, 2019 at 10:18 AM Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Tue, Feb 12, 2019 at 11:48 AM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> > The following changes since commit d9286d9743b6e8cfbf1a13f8db84e9c65c0b09c7:
> >
> >   clk: renesas: r8a774c0: Correct parent clock of DU (2019-01-24 16:01:08 +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-v5.1-tag2
> >
> > for you to fetch changes up to d1de227de8145e661e940377e050286098197eeb:
> >
> >   clk: renesas: r8a774c0: Add TMU clock (2019-02-05 10:40:05 +0100)

> I was wondering if you've received my pull request?

Please ignore, I've just saw it appear in today's clk/clk-next.
Thanks!

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

* Re: [git pull] clk: renesas: Updates for v5.1 (take two)
  2019-02-21 12:36   ` Geert Uytterhoeven
@ 2019-02-21 18:47     ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2019-02-21 18:47 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: linux-clk, Linux-Renesas, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2019-02-21 04:36:46)
> Hi Mike, Stephen,
> 
> On Thu, Feb 21, 2019 at 10:18 AM Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
> > On Tue, Feb 12, 2019 at 11:48 AM Geert Uytterhoeven
> > <geert+renesas@glider.be> wrote:
> > > The following changes since commit d9286d9743b6e8cfbf1a13f8db84e9c65c0b09c7:
> > >
> > >   clk: renesas: r8a774c0: Correct parent clock of DU (2019-01-24 16:01:08 +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-v5.1-tag2
> > >
> > > for you to fetch changes up to d1de227de8145e661e940377e050286098197eeb:
> > >
> > >   clk: renesas: r8a774c0: Add TMU clock (2019-02-05 10:40:05 +0100)
> 
> > I was wondering if you've received my pull request?
> 
> Please ignore, I've just saw it appear in today's clk/clk-next.
> Thanks!
> 

Sorry, I forgot to send the email where I stated it was pulled into
clk-next.

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

end of thread, other threads:[~2019-02-21 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12 10:20 [git pull] clk: renesas: Updates for v5.1 (take two) Geert Uytterhoeven
2019-02-21  9:18 ` Geert Uytterhoeven
2019-02-21 12:36   ` Geert Uytterhoeven
2019-02-21 18:47     ` Stephen Boyd

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).