All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-clk@vger.kernel.org, kuninori.morimoto.gx@renesas.com,
	linux-sh@vger.kernel.org, mturquette@baylibre.com,
	gaku.inami.xw@bp.renesas.com, horms@verge.net.au,
	geert@linux-m68k.org, laurent.pinchart@ideasonboard.com
Subject: Re: [PATCH v3 03/04] clk: shmobile: Add Renesas R-Car Gen3 CPG support
Date: Fri, 28 Aug 2015 10:20:30 -0700	[thread overview]
Message-ID: <20150828172030.GZ19120@codeaurora.org> (raw)
In-Reply-To: <20150828091624.21731.11014.sendpatchset@little-apple>

On 08/28, Magnus Damm wrote:
> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
> 
> This patch adds very initial CPG support.
> R-Car Gen3 write function should use CPG write protection method
> which is shared with MSTP driver. This patch has it but not used.
> 
> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---

I think I already reviewed this, but it looks like none of the
comments were addressed in this posting

http://lkml.kernel.org/r/20150825224638.GL19120@codeaurora.org 

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

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-clk@vger.kernel.org, kuninori.morimoto.gx@renesas.com,
	linux-sh@vger.kernel.org, mturquette@baylibre.com,
	gaku.inami.xw@bp.renesas.com, horms@verge.net.au,
	geert@linux-m68k.org, laurent.pinchart@ideasonboard.com
Subject: Re: [PATCH v3 03/04] clk: shmobile: Add Renesas R-Car Gen3 CPG support
Date: Fri, 28 Aug 2015 17:20:30 +0000	[thread overview]
Message-ID: <20150828172030.GZ19120@codeaurora.org> (raw)
In-Reply-To: <20150828091624.21731.11014.sendpatchset@little-apple>

On 08/28, Magnus Damm wrote:
> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
> 
> This patch adds very initial CPG support.
> R-Car Gen3 write function should use CPG write protection method
> which is shared with MSTP driver. This patch has it but not used.
> 
> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---

I think I already reviewed this, but it looks like none of the
comments were addressed in this posting

http://lkml.kernel.org/r/20150825224638.GL19120@codeaurora.org 

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

  reply	other threads:[~2015-08-28 17:20 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28  9:15 [PATCH v3 00/04] Renesas R-Car Gen3 CPG support V3 Magnus Damm
2015-08-28  9:15 ` Magnus Damm
2015-08-28  9:16 ` [PATCH v3 01/04] clk: shmobile: Get rid of CONFIG_ARCH_SHMOBILE_MULTI Magnus Damm
2015-08-28  9:16   ` Magnus Damm
2015-08-28 19:59   ` Laurent Pinchart
2015-08-28 19:59     ` Laurent Pinchart
2015-08-29  8:33     ` Magnus Damm
2015-08-29  8:33       ` Magnus Damm
2015-08-28  9:16 ` [PATCH v3 02/04] clk: shmobile: Make MSTP clock-output-names optional Magnus Damm
2015-08-28  9:16   ` Magnus Damm
2015-08-28 19:37   ` Laurent Pinchart
2015-08-28 19:37     ` Laurent Pinchart
2015-08-28 21:05     ` Geert Uytterhoeven
2015-08-28 21:05       ` Geert Uytterhoeven
2015-08-28  9:16 ` [PATCH v3 03/04] clk: shmobile: Add Renesas R-Car Gen3 CPG support Magnus Damm
2015-08-28  9:16   ` Magnus Damm
2015-08-28 17:20   ` Stephen Boyd [this message]
2015-08-28 17:20     ` Stephen Boyd
2015-08-29  8:46   ` Geert Uytterhoeven
2015-08-29  8:46     ` Geert Uytterhoeven
2015-08-29  9:31     ` Magnus Damm
2015-08-29  9:31       ` Magnus Damm
2015-08-28  9:16 ` [PATCH v3 04/04] clk: shmobile: rcar-gen3: Add CPG/MSTP Clock Domain support Magnus Damm
2015-08-28  9:16   ` Magnus Damm
2015-08-28  9:19   ` Geert Uytterhoeven
2015-08-28  9:19     ` Geert Uytterhoeven
2015-08-28  9:21     ` Magnus Damm
2015-08-28  9:21       ` Magnus Damm
2015-08-28 17:21 ` [PATCH v3 00/04] Renesas R-Car Gen3 CPG support V3 Stephen Boyd
2015-08-28 17:21   ` Stephen Boyd

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=20150828172030.GZ19120@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=gaku.inami.xw@bp.renesas.com \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    /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.