All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Greg KH <gregkh@linuxfoundation.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	"open list:SERIAL DRIVERS" <linux-serial@vger.kernel.org>
Subject: RE: [PATCH 12/15] clk: renesas: rcar-gen4: Add CLK_TYPE_GEN4_PLL4
Date: Fri, 22 Apr 2022 06:38:09 +0000	[thread overview]
Message-ID: <TYBPR01MB534101335CC81CC959E3B118D8F79@TYBPR01MB5341.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <CAMuHMdXdgvcf0w06GaaSZSqdEwytKi+tNXpsUb29vXmKrB=gYA@mail.gmail.com>

Hi Geert-san,

Thank you for your review!

> From: Geert Uytterhoeven, Sent: Thursday, April 21, 2022 10:48 PM
> 
> Hi Shimoda-san,
> 
> On Wed, Apr 20, 2022 at 10:43 AM Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> > R-Car V4H (r8a779g0) has PLL4 so that add CLK_TYPE_GEN4_PLL4.
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Thanks for your patch!
> 
> > ---
> >  drivers/clk/renesas/r8a779f0-cpg-mssr.c | 18 +++++++++---------
> >  drivers/clk/renesas/rcar-gen4-cpg.c     |  5 +++++
> >  drivers/clk/renesas/rcar-gen4-cpg.h     |  3 +++
> >  3 files changed, 17 insertions(+), 9 deletions(-)
> 
> You forgot to update drivers/clk/renesas/r8a779a0-cpg-mssr.c.

I completely forgot it. I'll fix it.

> Hence all clocks derived from PLL5 have a zero rate, causing the
> SDHI driver to enter an infinite loop in renesas_sdhi_set_clock()
> (clock = 0):
> 
>         for (clk = 0x80000080; new_clock >= (clock << 1); clk >>= 1)
>                 clock <<= 1;
> 
> Adding the missing PLL4 mul/div columns fixes that.

I got it.

> The rest LGTM.

Thank you for your review!

Best regards,
Yoshihiro Shimoda

> 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

  reply	other threads:[~2022-04-22  6:38 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  8:42 [PATCH 00/15] treewide: Initial support for R-Car V4H Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 01/15] dt-bindings: arm: renesas: Document R-Car V4H SoC DT bindings Yoshihiro Shimoda
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 02/15] dt-bindings: arm: renesas: Document Renesas White Hawk boards Yoshihiro Shimoda
2022-04-21  7:41   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 03/15] dt-bindings: reset: renesas,rst: Document r8a779g0 reset module Yoshihiro Shimoda
2022-04-21  7:41   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 04/15] dt-bindings: power: renesas,rcar-sysc: Document r8a779g0 SYSC bindings Yoshihiro Shimoda
2022-04-21  7:42   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 05/15] dt-bindings: power: Add r8a779g0 SYSC power domain definitions Yoshihiro Shimoda
2022-04-21  7:44   ` Krzysztof Kozlowski
2022-04-21  8:07     ` Geert Uytterhoeven
2022-04-21  8:33       ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 06/15] dt-bindings: clock: renesas,cpg-mssr: Document r8a779g0 Yoshihiro Shimoda
2022-04-21  7:44   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 07/15] dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions Yoshihiro Shimoda
2022-04-21  7:48   ` Krzysztof Kozlowski
2022-04-22  5:32     ` Yoshihiro Shimoda
2022-04-22  7:16       ` Krzysztof Kozlowski
2022-04-25  2:02         ` Yoshihiro Shimoda
2022-04-21 10:18   ` Geert Uytterhoeven
2022-04-22  5:40     ` Yoshihiro Shimoda
2022-04-22  6:47       ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 08/15] dt-bindings: serial: renesas,hscif: Document r8a779g0 bindings Yoshihiro Shimoda
2022-04-21  7:49   ` Krzysztof Kozlowski
2022-04-21  9:45   ` Geert Uytterhoeven
2022-04-22 12:36     ` Geert Uytterhoeven
2022-04-25  2:03       ` Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 09/15] soc: renesas: r8a779g0-sysc: Add r8a779g0 support Yoshihiro Shimoda
2022-04-21 12:53   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 10/15] soc: renesas: Identify R-Car V4H Yoshihiro Shimoda
2022-04-21 13:16   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 11/15] soc: renesas: rcar-rst: Add support for " Yoshihiro Shimoda
2022-04-21 13:49   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 12/15] clk: renesas: rcar-gen4: Add CLK_TYPE_GEN4_PLL4 Yoshihiro Shimoda
2022-04-21 13:47   ` Geert Uytterhoeven
2022-04-22  6:38     ` Yoshihiro Shimoda [this message]
2022-04-20  8:42 ` [PATCH 13/15] clk: renesas: cpg-mssr: Add support for R-Car V4H Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 14/15] arm64: dts: renesas: Add Renesas R8A779G0 SoC support Yoshihiro Shimoda
2022-04-21  7:50   ` Krzysztof Kozlowski
2022-04-20  8:42 ` [PATCH 15/15] arm64: dts: renesas: Add Renesas White Hawk boards support Yoshihiro Shimoda
2022-04-21  7:51   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYBPR01MB534101335CC81CC959E3B118D8F79@TYBPR01MB5341.jpnprd01.prod.outlook.com \
    --to=yoshihiro.shimoda.uh@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.