* [git pull] clk: renesas: Updates for v4.8 (take two)
@ 2016-06-23 14:04 Geert Uytterhoeven
2016-06-28 23:35 ` Stephen Boyd
0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-06-23 14:04 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd
Cc: Simon Horman, Magnus Damm, linux-clk, linux-renesas-soc,
Geert Uytterhoeven
Hi Mike, Stephen,
The following changes since commit e4e2d7c388350eba8b1dbc2569441ac9b545a8c4:
clk: renesas: cpg-mssr: Add support for R-Car M3-W (2016-06-06 11:58:35 +0200)
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.8-tag2
for you to fetch changes up to e4c82863fd17bacb60080481c11eb0303d3f83d0:
clk: renesas: r8a7795: Add THS/TSC clock (2016-06-21 09:21:06 +0200)
----------------------------------------------------------------
clk: renesas: Updates for v4.8 (take two)
- Add support for R-Car V2H,
- Add FDP1, DRIF, and thermal clocks on R-Car H3,
- Correct a wrong parent clock.
This pull request is based on my previous request "[git pull] clk:
renesas: Add support for R-Car M3-W".
For proper merge history (auto-grabbing the commit message from the
signed tag), you should pull tags/clk-renesas-for-v4.8-tag1 first.
As <dt-bindings/clock/r8a7796-cpg-mssr.h> is a hard dependency for the
initial r8a7796.dtsi file, I would appreciate if you could do that
sooner rather than later, so Simon can pull it as well, and start
queueing up the DT files for R-Car M3-W, which need to go through
arm-soc.
Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (1):
clk: renesas: r8a7795: Correct lvds clock parent
Khiem Nguyen (1):
clk: renesas: r8a7795: Add THS/TSC clock
Kieran Bingham (1):
clk: renesas: r8a7795: Provide FDP1 clocks
Ramesh Shanmugasundaram (1):
clk: renesas: r8a7795: Add DRIF clock
Sergei Shtylyov (3):
clk: renesas: rcar-gen2: Document R8A7792 support
clk: renesas: mstp: Document R8A7792 support
clk: renesas: Add R8A7792 support
.../devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
.../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt | 1 +
drivers/clk/renesas/Kconfig | 1 +
drivers/clk/renesas/Makefile | 1 +
drivers/clk/renesas/r8a7795-cpg-mssr.c | 14 +++++++++++++-
5 files changed, 17 insertions(+), 1 deletion(-)
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.8 (take two)
2016-06-23 14:04 [git pull] clk: renesas: Updates for v4.8 (take two) Geert Uytterhoeven
@ 2016-06-28 23:35 ` Stephen Boyd
2016-06-29 7:51 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2016-06-28 23:35 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Michael Turquette, Simon Horman, Magnus Damm, linux-clk,
linux-renesas-soc
On 06/23, Geert Uytterhoeven wrote:
> Hi Mike, Stephen,
>
> The following changes since commit e4e2d7c388350eba8b1dbc2569441ac9b545a8c4:
>
> clk: renesas: cpg-mssr: Add support for R-Car M3-W (2016-06-06 11:58:35 +0200)
>
> 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.8-tag2
>
> for you to fetch changes up to e4c82863fd17bacb60080481c11eb0303d3f83d0:
>
> clk: renesas: r8a7795: Add THS/TSC clock (2016-06-21 09:21:06 +0200)
>
> ----------------------------------------------------------------
> clk: renesas: Updates for v4.8 (take two)
>
> - Add support for R-Car V2H,
> - Add FDP1, DRIF, and thermal clocks on R-Car H3,
> - Correct a wrong parent clock.
>
> This pull request is based on my previous request "[git pull] clk:
> renesas: Add support for R-Car M3-W".
> For proper merge history (auto-grabbing the commit message from the
> signed tag), you should pull tags/clk-renesas-for-v4.8-tag1 first.
> As <dt-bindings/clock/r8a7796-cpg-mssr.h> is a hard dependency for the
> initial r8a7796.dtsi file, I would appreciate if you could do that
> sooner rather than later, so Simon can pull it as well, and start
> queueing up the DT files for R-Car M3-W, which need to go through
> arm-soc.
Thanks. Pulled into clk-next. BTW, please don't use clk_readl()
unless you really need it. Just use readl/writel directly. I
should put a big fat warning over those functions that they
shouldn't be used.
--
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.8 (take two)
2016-06-28 23:35 ` Stephen Boyd
@ 2016-06-29 7:51 ` Geert Uytterhoeven
2016-06-29 17:57 ` Stephen Boyd
0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-06-29 7:51 UTC (permalink / raw)
To: Stephen Boyd
Cc: Geert Uytterhoeven, Michael Turquette, Simon Horman, Magnus Damm,
linux-clk, Linux-Renesas
Hi Stephen,
On Wed, Jun 29, 2016 at 1:35 AM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 06/23, Geert Uytterhoeven wrote:
>> The following changes since commit e4e2d7c388350eba8b1dbc2569441ac9b545a8c4:
>>
>> clk: renesas: cpg-mssr: Add support for R-Car M3-W (2016-06-06 11:58:35 +0200)
>>
>> 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.8-tag2
>>
>> for you to fetch changes up to e4c82863fd17bacb60080481c11eb0303d3f83d0:
>>
>> clk: renesas: r8a7795: Add THS/TSC clock (2016-06-21 09:21:06 +0200)
>>
>> ----------------------------------------------------------------
>> clk: renesas: Updates for v4.8 (take two)
>>
>> - Add support for R-Car V2H,
>> - Add FDP1, DRIF, and thermal clocks on R-Car H3,
>> - Correct a wrong parent clock.
>>
>> This pull request is based on my previous request "[git pull] clk:
>> renesas: Add support for R-Car M3-W".
>> For proper merge history (auto-grabbing the commit message from the
>> signed tag), you should pull tags/clk-renesas-for-v4.8-tag1 first.
>> As <dt-bindings/clock/r8a7796-cpg-mssr.h> is a hard dependency for the
>> initial r8a7796.dtsi file, I would appreciate if you could do that
>> sooner rather than later, so Simon can pull it as well, and start
>> queueing up the DT files for R-Car M3-W, which need to go through
>> arm-soc.
>
> Thanks. Pulled into clk-next. BTW, please don't use clk_readl()
Thanks, but it seems something went wrong: commit d9cce3a8ebb871c5 is not a
merge commit, but the combination of all 7 commits from the pull request?
> unless you really need it. Just use readl/writel directly. I
> should put a big fat warning over those functions that they
> shouldn't be used.
Hence all users under drivers/clk/renesas/ should be converted to readl()?
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.8 (take two)
2016-06-29 7:51 ` Geert Uytterhoeven
@ 2016-06-29 17:57 ` Stephen Boyd
2016-07-01 7:09 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2016-06-29 17:57 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Geert Uytterhoeven, Michael Turquette, Simon Horman, Magnus Damm,
linux-clk, Linux-Renesas
On 06/29, Geert Uytterhoeven wrote:
>
> Thanks, but it seems something went wrong: commit d9cce3a8ebb871c5 is not a
> merge commit, but the combination of all 7 commits from the pull request?
Hmm... weird. I fixed it now.
>
> > unless you really need it. Just use readl/writel directly. I
> > should put a big fat warning over those functions that they
> > shouldn't be used.
>
> Hence all users under drivers/clk/renesas/ should be converted to readl()?
Probably.
--
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.8 (take two)
2016-06-29 17:57 ` Stephen Boyd
@ 2016-07-01 7:09 ` Geert Uytterhoeven
0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-07-01 7:09 UTC (permalink / raw)
To: Stephen Boyd
Cc: Geert Uytterhoeven, Michael Turquette, Simon Horman, Magnus Damm,
linux-clk, Linux-Renesas
Hi Stephen,
On Wed, Jun 29, 2016 at 7:57 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 06/29, Geert Uytterhoeven wrote:
>>
>> Thanks, but it seems something went wrong: commit d9cce3a8ebb871c5 is not a
>> merge commit, but the combination of all 7 commits from the pull request?
>
> Hmm... weird. I fixed it now.
Thanks, much better now.
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:[~2016-07-01 7:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 14:04 [git pull] clk: renesas: Updates for v4.8 (take two) Geert Uytterhoeven
2016-06-28 23:35 ` Stephen Boyd
2016-06-29 7:51 ` Geert Uytterhoeven
2016-06-29 17:57 ` Stephen Boyd
2016-07-01 7:09 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox