From: khiemnguyen <khiem.nguyen.xt@rvc.renesas.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 3/6][RFC] clk: shmobile: add Renesas R-Car Gen3 CPG support
Date: Mon, 15 Jun 2015 10:00:55 +0000 [thread overview]
Message-ID: <557EA257.2030107@rvc.renesas.com> (raw)
In-Reply-To: <871thdwp4d.wl%kuninori.morimoto.gx@renesas.com>
Dear Morimoto-san, Inami-san,
Thanks for your patch.
On 6/15/2015 11:53 AM, Kuninori Morimoto 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>
> ---
> drivers/clk/shmobile/Makefile | 1 +
> drivers/clk/shmobile/clk-rcar-gen3.c | 243 +++++++++++++++++++++++++++++++++++
> 2 files changed, 244 insertions(+)
> create mode 100644 drivers/clk/shmobile/clk-rcar-gen3.c
>
> diff --git a/drivers/clk/shmobile/Makefile b/drivers/clk/shmobile/Makefile
> index 6790268..441adcf 100644
> --- a/drivers/clk/shmobile/Makefile
> +++ b/drivers/clk/shmobile/Makefile
> @@ -8,6 +8,7 @@ obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o
> obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o
> obj-$(CONFIG_ARCH_R8A7793) += clk-rcar-gen2.o
> obj-$(CONFIG_ARCH_R8A7794) += clk-rcar-gen2.o
> +obj-$(CONFIG_ARCH_RCAR_GEN3) += clk-rcar-gen3.o
> obj-$(CONFIG_ARCH_SH73A0) += clk-sh73a0.o
> obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-div6.o
> obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-mstp.o
> diff --git a/drivers/clk/shmobile/clk-rcar-gen3.c b/drivers/clk/shmobile/clk-rcar-gen3.c
> new file mode 100644
> index 0000000..20ab044
> --- /dev/null
> +++ b/drivers/clk/shmobile/clk-rcar-gen3.c
> @@ -0,0 +1,243 @@
> +/*
> + * rcar_gen3 Core CPG Clocks
> + *
> + * Based on rcar_gen2 Core CPG Clocks driver.
I believe that we should have a copyright statement here,
similar to patch no. 5.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; version 2 of the License.
> + */
> +
[....]
Best regards,
KHIEM Nguyen
next prev parent reply other threads:[~2015-06-15 10:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 4:53 [PATCH 3/6][RFC] clk: shmobile: add Renesas R-Car Gen3 CPG support Kuninori Morimoto
2015-06-15 10:00 ` khiemnguyen [this message]
2015-06-15 23:58 ` Kuninori Morimoto
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=557EA257.2030107@rvc.renesas.com \
--to=khiem.nguyen.xt@rvc.renesas.com \
--cc=linux-sh@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox