From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/3] clk: shmobile: Add MSTP clock support
Date: Wed, 06 Nov 2013 12:13:06 +0000 [thread overview]
Message-ID: <1469822.fWgxvRAPOn@avalon> (raw)
In-Reply-To: <CANqRtoRe2repacDdWhoZxY7sMP=AOhW=Mtwm3P9AgzVvwoBGKA@mail.gmail.com>
Hi Magnus,
On Wednesday 06 November 2013 17:33:39 Magnus Damm wrote:
> On Tue, Oct 29, 2013 at 11:55 PM, Laurent Pinchart wrote:
> > MSTP clocks are gate clocks controlled through a register that handles
> > up to 32 clocks. The register is often sparsely populated.
> >
> > Those clocks are found on Renesas ARM SoCs.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> >
> > .../bindings/clock/renesas,cpg-mstp-clocks.txt | 47 +++++
> > drivers/clk/shmobile/Makefile | 1 +
> > drivers/clk/shmobile/clk-mstp.c | 229 ++++++++++++++++
> > include/dt-bindings/clock/r8a7790-clock.h | 56 +++++
> > 4 files changed, 333 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> > create mode 100644 drivers/clk/shmobile/clk-mstp.c
>
> Thanks for this. The MSTP driver looks fine to me, but..
>
> > create mode 100644 include/dt-bindings/clock/r8a7790-clock.h
>
> .. why do you bundle r8a7790-specific bits with the generic MSTP
> driver in this patch?
>
> It looks to me that you want these r8a7790 bits included with the
> r8a7790 support code.
My mistake, I'll fix that.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] clk: shmobile: Add MSTP clock support
Date: Wed, 06 Nov 2013 13:13:06 +0100 [thread overview]
Message-ID: <1469822.fWgxvRAPOn@avalon> (raw)
In-Reply-To: <CANqRtoRe2repacDdWhoZxY7sMP=AOhW=Mtwm3P9AgzVvwoBGKA@mail.gmail.com>
Hi Magnus,
On Wednesday 06 November 2013 17:33:39 Magnus Damm wrote:
> On Tue, Oct 29, 2013 at 11:55 PM, Laurent Pinchart wrote:
> > MSTP clocks are gate clocks controlled through a register that handles
> > up to 32 clocks. The register is often sparsely populated.
> >
> > Those clocks are found on Renesas ARM SoCs.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> >
> > .../bindings/clock/renesas,cpg-mstp-clocks.txt | 47 +++++
> > drivers/clk/shmobile/Makefile | 1 +
> > drivers/clk/shmobile/clk-mstp.c | 229 ++++++++++++++++
> > include/dt-bindings/clock/r8a7790-clock.h | 56 +++++
> > 4 files changed, 333 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> > create mode 100644 drivers/clk/shmobile/clk-mstp.c
>
> Thanks for this. The MSTP driver looks fine to me, but..
>
> > create mode 100644 include/dt-bindings/clock/r8a7790-clock.h
>
> .. why do you bundle r8a7790-specific bits with the generic MSTP
> driver in this patch?
>
> It looks to me that you want these r8a7790 bits included with the
> r8a7790 support code.
My mistake, I'll fix that.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
SH-Linux <linux-sh@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
devicetree@vger.kernel.org,
Mike Turquette <mturquette@linaro.org>
Subject: Re: [PATCH 2/3] clk: shmobile: Add MSTP clock support
Date: Wed, 06 Nov 2013 13:13:06 +0100 [thread overview]
Message-ID: <1469822.fWgxvRAPOn@avalon> (raw)
In-Reply-To: <CANqRtoRe2repacDdWhoZxY7sMP=AOhW=Mtwm3P9AgzVvwoBGKA@mail.gmail.com>
Hi Magnus,
On Wednesday 06 November 2013 17:33:39 Magnus Damm wrote:
> On Tue, Oct 29, 2013 at 11:55 PM, Laurent Pinchart wrote:
> > MSTP clocks are gate clocks controlled through a register that handles
> > up to 32 clocks. The register is often sparsely populated.
> >
> > Those clocks are found on Renesas ARM SoCs.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> >
> > .../bindings/clock/renesas,cpg-mstp-clocks.txt | 47 +++++
> > drivers/clk/shmobile/Makefile | 1 +
> > drivers/clk/shmobile/clk-mstp.c | 229 ++++++++++++++++
> > include/dt-bindings/clock/r8a7790-clock.h | 56 +++++
> > 4 files changed, 333 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> > create mode 100644 drivers/clk/shmobile/clk-mstp.c
>
> Thanks for this. The MSTP driver looks fine to me, but..
>
> > create mode 100644 include/dt-bindings/clock/r8a7790-clock.h
>
> .. why do you bundle r8a7790-specific bits with the generic MSTP
> driver in this patch?
>
> It looks to me that you want these r8a7790 bits included with the
> r8a7790 support code.
My mistake, I'll fix that.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-11-06 12:13 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 14:55 [PATCH 0/3] Renesas R8A7790 Common Clock Framework support Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 14:55 ` [PATCH 1/3] clk: shmobile: Add DIV6 clock support Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 23:33 ` Kumar Gala
2013-10-29 23:33 ` Kumar Gala
2013-10-29 23:33 ` Kumar Gala
2013-10-29 23:54 ` Laurent Pinchart
2013-10-29 23:54 ` Laurent Pinchart
2013-10-29 23:54 ` Laurent Pinchart
2013-10-29 23:56 ` Kumar Gala
2013-10-29 23:56 ` Kumar Gala
2013-10-29 23:56 ` Kumar Gala
2013-10-29 14:55 ` [PATCH 2/3] clk: shmobile: Add MSTP " Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 23:36 ` Kumar Gala
2013-10-29 23:36 ` Kumar Gala
2013-10-29 23:36 ` Kumar Gala
2013-10-30 0:06 ` Laurent Pinchart
2013-10-30 0:06 ` Laurent Pinchart
2013-10-30 0:06 ` Laurent Pinchart
2013-10-30 0:19 ` Kumar Gala
2013-10-30 0:19 ` Kumar Gala
2013-10-30 0:19 ` Kumar Gala
2013-10-31 15:15 ` Laurent Pinchart
2013-10-31 15:15 ` Laurent Pinchart
2013-10-31 15:15 ` Laurent Pinchart
2013-11-06 2:09 ` Simon Horman
2013-11-06 2:09 ` Simon Horman
2013-11-06 2:09 ` Simon Horman
2013-11-06 12:22 ` Laurent Pinchart
2013-11-06 12:22 ` Laurent Pinchart
2013-11-06 12:22 ` Laurent Pinchart
2013-11-06 8:33 ` Magnus Damm
2013-11-06 8:33 ` Magnus Damm
2013-11-06 8:33 ` Magnus Damm
2013-11-06 12:13 ` Laurent Pinchart [this message]
2013-11-06 12:13 ` Laurent Pinchart
2013-11-06 12:13 ` Laurent Pinchart
2013-10-29 14:55 ` [PATCH 3/3] clk: shmobile: Add R8A7790 clocks support Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 14:55 ` Laurent Pinchart
2013-10-29 23:56 ` Kumar Gala
2013-10-29 23:56 ` Kumar Gala
2013-10-29 23:56 ` Kumar Gala
2013-11-05 7:56 ` Magnus Damm
2013-11-05 7:56 ` Magnus Damm
2013-11-05 7:56 ` Magnus Damm
2013-11-05 23:47 ` Laurent Pinchart
2013-11-05 23:47 ` Laurent Pinchart
2013-11-05 23:47 ` Laurent Pinchart
2013-11-06 8:19 ` Magnus Damm
2013-11-06 8:19 ` Magnus Damm
2013-11-06 8:19 ` Magnus Damm
2013-11-06 12:45 ` Laurent Pinchart
2013-11-06 12:45 ` Laurent Pinchart
2013-11-06 12:45 ` Laurent Pinchart
2013-11-05 8:52 ` Kuninori Morimoto
2013-11-05 8:52 ` Kuninori Morimoto
2013-11-05 8:52 ` Kuninori Morimoto
2013-11-05 23:57 ` Laurent Pinchart
2013-11-05 23:57 ` Laurent Pinchart
2013-11-05 23:57 ` Laurent Pinchart
2013-11-06 0:54 ` Kuninori Morimoto
2013-11-06 0:54 ` Kuninori Morimoto
2013-11-06 0:54 ` Kuninori Morimoto
2013-11-06 1:00 ` Laurent Pinchart
2013-11-06 1:00 ` Laurent Pinchart
2013-11-06 1:00 ` Laurent Pinchart
2013-11-06 2:31 ` Kuninori Morimoto
2013-11-06 2:31 ` Kuninori Morimoto
2013-11-06 2:31 ` Kuninori Morimoto
2013-11-06 12:41 ` Laurent Pinchart
2013-11-06 12:41 ` Laurent Pinchart
2013-11-06 12:41 ` Laurent Pinchart
2013-11-07 3:22 ` Kuninori Morimoto
2013-11-07 3:22 ` Kuninori Morimoto
2013-11-07 3:22 ` Kuninori Morimoto
2013-11-07 7:20 ` Kuninori Morimoto
2013-11-07 7:20 ` Kuninori Morimoto
2013-11-07 7:20 ` Kuninori Morimoto
2013-11-07 12:15 ` Laurent Pinchart
2013-11-07 12:15 ` Laurent Pinchart
2013-11-07 12:15 ` Laurent Pinchart
2013-11-08 0:06 ` Kuninori Morimoto
2013-11-08 0:06 ` Kuninori Morimoto
2013-11-08 0:06 ` Kuninori Morimoto
2013-11-08 1:00 ` Laurent Pinchart
2013-11-08 1:00 ` Laurent Pinchart
2013-11-08 1:00 ` Laurent Pinchart
2013-11-08 6:02 ` Kuninori Morimoto
2013-11-08 6:02 ` Kuninori Morimoto
2013-11-08 6:02 ` Kuninori Morimoto
2013-11-06 7:18 ` Simon Horman
2013-11-06 7:18 ` Simon Horman
2013-11-06 7:18 ` Simon Horman
2013-11-06 12:56 ` Laurent Pinchart
2013-11-06 12:56 ` Laurent Pinchart
2013-11-06 12:56 ` Laurent Pinchart
2013-11-08 6:34 ` Simon Horman
2013-11-08 6:34 ` Simon Horman
2013-11-08 6:34 ` Simon Horman
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=1469822.fWgxvRAPOn@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.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.