All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] clk: renesas: Updates for v4.12 (take two)
@ 2017-03-31  9:24 Geert Uytterhoeven
  2017-04-05 19:56 ` Stephen Boyd
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-03-31  9:24 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962:

  clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 (2017-03-21 11:12:23 +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.12-tag2

for you to fetch changes up to bb1953067c05be30a605ee1d5b05a2677735bb37:

  clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 (2017-03-30 13:26:02 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v4.12 (take two)

  - Add support for the Clock Pulse Generator / Module Standby and
    Software Reset module on revision ES2.0 of the R-Car H3 SoC, which
    differs from ES1.x in some areas.

Note that this pull request is on top of my previous pull request for
v4.12, which accidentally had a wrong version number in the subject
line, and which I believe you haven't pulled yet.

Thanks for pulling (both)!
----------------------------------------------------------------
Geert Uytterhoeven (4):
      clk: renesas: cpg-mssr: Add support for fixing up clock tables
      clk: renesas: Add r8a7795 ES2.0 CPG Core Clock Definitions
      clk: renesas: r8a7795: Add support for R-Car H3 ES2.0
      clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0

 drivers/clk/renesas/r8a7795-cpg-mssr.c       | 201 ++++++++++++++++++++-------
 drivers/clk/renesas/rcar-gen3-cpg.c          |  38 +++--
 drivers/clk/renesas/renesas-cpg-mssr.c       |  50 +++++++
 drivers/clk/renesas/renesas-cpg-mssr.h       |  22 +++
 include/dt-bindings/clock/r8a7795-cpg-mssr.h |   7 +
 5 files changed, 257 insertions(+), 61 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] 5+ messages in thread

* Re: [git pull] clk: renesas: Updates for v4.12 (take two)
  2017-03-31  9:24 [git pull] clk: renesas: Updates for v4.12 (take two) Geert Uytterhoeven
@ 2017-04-05 19:56 ` Stephen Boyd
  2017-04-05 20:52   ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2017-04-05 19:56 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Michael Turquette, linux-clk, linux-renesas-soc

On 03/31, Geert Uytterhoeven wrote:
> 	Hi Mike, Stephen,
> 
> The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962:
> 
>   clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 (2017-03-21 11:12:23 +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.12-tag2
> 
> for you to fetch changes up to bb1953067c05be30a605ee1d5b05a2677735bb37:
> 
>   clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 (2017-03-30 13:26:02 +0200)
> 
> ----------------------------------------------------------------
> clk: renesas: Updates for v4.12 (take two)
> 
>   - Add support for the Clock Pulse Generator / Module Standby and
>     Software Reset module on revision ES2.0 of the R-Car H3 SoC, which
>     differs from ES1.x in some areas.
> 
> Note that this pull request is on top of my previous pull request for
> v4.12, which accidentally had a wrong version number in the subject
> line, and which I believe you haven't pulled yet.

Thanks. I pulled both by pulling this one tag.

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

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

* Re: [git pull] clk: renesas: Updates for v4.12 (take two)
  2017-04-05 19:56 ` Stephen Boyd
@ 2017-04-05 20:52   ` Geert Uytterhoeven
  2017-04-05 21:45     ` Stephen Boyd
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-04-05 20:52 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Geert Uytterhoeven, Michael Turquette, linux-clk, Linux-Renesas

Hi Stephen,

On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 03/31, Geert Uytterhoeven wrote:
>> The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962:
>>
>>   clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 (2017-03-21 11:12:23 +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.12-tag2
>>
>> for you to fetch changes up to bb1953067c05be30a605ee1d5b05a2677735bb37:
>>
>>   clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 (2017-03-30 13:26:02 +0200)
>>
>> ----------------------------------------------------------------
>> clk: renesas: Updates for v4.12 (take two)
>>
>>   - Add support for the Clock Pulse Generator / Module Standby and
>>     Software Reset module on revision ES2.0 of the R-Car H3 SoC, which
>>     differs from ES1.x in some areas.
>>
>> Note that this pull request is on top of my previous pull request for
>> v4.12, which accidentally had a wrong version number in the subject
>> line, and which I believe you haven't pulled yet.
>
> Thanks. I pulled both by pulling this one tag.

Thanks, but if you pull the second tag only, you don't record the contents
of the first tag, do you?

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

* Re: [git pull] clk: renesas: Updates for v4.12 (take two)
  2017-04-05 20:52   ` Geert Uytterhoeven
@ 2017-04-05 21:45     ` Stephen Boyd
  2017-04-06  6:41       ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2017-04-05 21:45 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, Michael Turquette, linux-clk, Linux-Renesas

On 04/05, Geert Uytterhoeven wrote:
> Hi Stephen,
> 
> On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> > On 03/31, Geert Uytterhoeven wrote:
> >> The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962:
> >>
> >>   clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 (2017-03-21 11:12:23 +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.12-tag2
> >>
> >> for you to fetch changes up to bb1953067c05be30a605ee1d5b05a2677735bb37:
> >>
> >>   clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 (2017-03-30 13:26:02 +0200)
> >>
> >> ----------------------------------------------------------------
> >> clk: renesas: Updates for v4.12 (take two)
> >>
> >>   - Add support for the Clock Pulse Generator / Module Standby and
> >>     Software Reset module on revision ES2.0 of the R-Car H3 SoC, which
> >>     differs from ES1.x in some areas.
> >>
> >> Note that this pull request is on top of my previous pull request for
> >> v4.12, which accidentally had a wrong version number in the subject
> >> line, and which I believe you haven't pulled yet.
> >
> > Thanks. I pulled both by pulling this one tag.
> 
> Thanks, but if you pull the second tag only, you don't record the contents
> of the first tag, do you?
> 

I copied the words into the commit message. Not sure anyone cares
that the first tag signature is lost.

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

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

* Re: [git pull] clk: renesas: Updates for v4.12 (take two)
  2017-04-05 21:45     ` Stephen Boyd
@ 2017-04-06  6:41       ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-04-06  6:41 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Geert Uytterhoeven, Michael Turquette, linux-clk, Linux-Renesas

Hi Stephen,

On Wed, Apr 5, 2017 at 11:45 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 04/05, Geert Uytterhoeven wrote:
>> On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
>> > On 03/31, Geert Uytterhoeven wrote:
>> >> The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962:
>> >>
>> >>   clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 (2017-03-21 11:12:23 +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.12-tag2
>> >>
>> >> for you to fetch changes up to bb1953067c05be30a605ee1d5b05a2677735bb37:
>> >>
>> >>   clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 (2017-03-30 13:26:02 +0200)
>> >>
>> >> ----------------------------------------------------------------
>> >> clk: renesas: Updates for v4.12 (take two)
>> >>
>> >>   - Add support for the Clock Pulse Generator / Module Standby and
>> >>     Software Reset module on revision ES2.0 of the R-Car H3 SoC, which
>> >>     differs from ES1.x in some areas.
>> >>
>> >> Note that this pull request is on top of my previous pull request for
>> >> v4.12, which accidentally had a wrong version number in the subject
>> >> line, and which I believe you haven't pulled yet.
>> >
>> > Thanks. I pulled both by pulling this one tag.
>>
>> Thanks, but if you pull the second tag only, you don't record the contents
>> of the first tag, do you?
>
> I copied the words into the commit message. Not sure anyone cares
> that the first tag signature is lost.

OK, thx!

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

end of thread, other threads:[~2017-04-06  6:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31  9:24 [git pull] clk: renesas: Updates for v4.12 (take two) Geert Uytterhoeven
2017-04-05 19:56 ` Stephen Boyd
2017-04-05 20:52   ` Geert Uytterhoeven
2017-04-05 21:45     ` Stephen Boyd
2017-04-06  6:41       ` Geert Uytterhoeven

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.