From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: mturquette@linaro.org, linux-kernel@vger.kernel.org,
sboyd@codeaurora.org, linux-sh@vger.kernel.org, vksavl@gmail.com,
robh+dt@kernel.org, pawel.moll@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2] clk-rcar-gen2: RCAN clock support
Date: Mon, 05 Jan 2015 08:58:12 +0000 [thread overview]
Message-ID: <2588771.7HSTAuAcWR@avalon> (raw)
In-Reply-To: <1550804.XpyQtHjy2T@avalon>
Hi Sergei,
On Monday 05 January 2015 10:53:02 Laurent Pinchart wrote:
> On Thursday 25 December 2014 01:17:29 Sergei Shtylyov wrote:
> > Add the RCAN clock support to the R-Car generation 2 CPG driver. This
> > clock gets derived from the USB_EXTAL clock, dividing it by 6. The
> > layout of the RCANCKCR register is similar to those of the clocks
> > supported by the 'clk-div6' driver but has no divider field, and so can't
> > be supported by that driver...
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> > ---
> > The patch is against the 'clk-next' branch of Mike Turquette's 'linux.git'
> > repo.
> >
> > Changes in version 2:
> > - switched to using the composite clock driver with the fixed factor and
> > gated clock component drivers;
> > - removed *static* from 'parent_name' definition, switching from
> > assignment to initializer;
> > - modified the binding document;
> > - modified the changelog.
> >
> > Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
> > | 5 -
> > drivers/clk/shmobile/clk-rcar-gen2.c | 40 ++++++++++
>
> Could you please also add a #define for the RCAN clock in include/dt-
> bindings/clock/r8a779*-clock.h ? Same comment for the ADSP clock in "[PATCH]
> clk-rcar-gen2: ADSP clock support".
Scratch that, I see you add the #define's in the patches that add the
corresponding MSTP clocks.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: mturquette@linaro.org, linux-kernel@vger.kernel.org,
sboyd@codeaurora.org, linux-sh@vger.kernel.org, vksavl@gmail.com,
robh+dt@kernel.org, pawel.moll@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2] clk-rcar-gen2: RCAN clock support
Date: Mon, 05 Jan 2015 10:58:12 +0200 [thread overview]
Message-ID: <2588771.7HSTAuAcWR@avalon> (raw)
In-Reply-To: <1550804.XpyQtHjy2T@avalon>
Hi Sergei,
On Monday 05 January 2015 10:53:02 Laurent Pinchart wrote:
> On Thursday 25 December 2014 01:17:29 Sergei Shtylyov wrote:
> > Add the RCAN clock support to the R-Car generation 2 CPG driver. This
> > clock gets derived from the USB_EXTAL clock, dividing it by 6. The
> > layout of the RCANCKCR register is similar to those of the clocks
> > supported by the 'clk-div6' driver but has no divider field, and so can't
> > be supported by that driver...
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> > ---
> > The patch is against the 'clk-next' branch of Mike Turquette's 'linux.git'
> > repo.
> >
> > Changes in version 2:
> > - switched to using the composite clock driver with the fixed factor and
> > gated clock component drivers;
> > - removed *static* from 'parent_name' definition, switching from
> > assignment to initializer;
> > - modified the binding document;
> > - modified the changelog.
> >
> > Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
> > | 5 -
> > drivers/clk/shmobile/clk-rcar-gen2.c | 40 ++++++++++
>
> Could you please also add a #define for the RCAN clock in include/dt-
> bindings/clock/r8a779*-clock.h ? Same comment for the ADSP clock in "[PATCH]
> clk-rcar-gen2: ADSP clock support".
Scratch that, I see you add the #define's in the patches that add the
corresponding MSTP clocks.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-01-05 8:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-24 22:17 [PATCH v2] clk-rcar-gen2: RCAN clock support Sergei Shtylyov
2014-12-24 22:17 ` Sergei Shtylyov
2015-01-05 8:53 ` Laurent Pinchart
2015-01-05 8:53 ` Laurent Pinchart
2015-01-05 8:58 ` Laurent Pinchart [this message]
2015-01-05 8:58 ` Laurent Pinchart
2015-01-05 13:23 ` Geert Uytterhoeven
2015-01-05 13:23 ` Geert Uytterhoeven
2015-01-05 13:33 ` Geert Uytterhoeven
2015-01-05 13:33 ` Geert Uytterhoeven
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=2588771.7HSTAuAcWR@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=vksavl@gmail.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.