From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Magnus Damm <damm+renesas@opensource.se>,
Simon Horman <horms+renesas@verge.net.au>,
linux-clk@vger.kernel.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 4/5] clk: shmobile: Add new CPG/MSSR driver core
Date: Sat, 05 Dec 2015 03:08:25 +0000 [thread overview]
Message-ID: <1816814.hXph9CLyDv@avalon> (raw)
In-Reply-To: <1447343686-2038-5-git-send-email-geert+renesas@glider.be>
Hi Geert,
Thank you for the patch.
On Thursday 12 November 2015 16:54:45 Geert Uytterhoeven wrote:
> Add the common core for the new Renesas Clock Pulse Generator / Module
> Standby and Software Reset driver.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v6:
> - No changes,
>
> v5:
> - Convert from CLK_OF_DECLARE() to a real platform_driver, initialized
> using platform_driver_probe() from subsys_initcall().
> Note that arch_initcall() would be OK for arm32, but not for arm64:
> - arm32 calls of_platform_populate() from arch_initcall(),
> - arm64 calls of_platform_populate() from arch_initcall_sync().
> - Implement handling of core clocks that are suitable for power
> management (not needed for R-Car, but useful for SH-Mobile AG5 and
> R-Mobile APE6),
> - Add cpg_mssr_info.init(), as initialization is now done from the
> core driver,
> - Move conversion from Module Clock numbers to IDs from run time (C
> code) to compile time (CPP macros for filling in tables),
> - Unify some code to handle CLK_TYPE_IN and CLK_TYPE_FF,
> - Rename from clk-cpg-mssr to renesas-cpg-mssr,
> - Add include guards to clk-cpg-mssr.h,
> - Improve struct documentation,
> - Clean up debugging code,
> - Drop RFC state,
>
> v4:
> - New.
> ---
> drivers/clk/shmobile/renesas-cpg-mssr.c | 587 +++++++++++++++++++++++++++++
> drivers/clk/shmobile/renesas-cpg-mssr.h | 131 +++++++
> 2 files changed, 718 insertions(+)
> create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.c
> create mode 100644 drivers/clk/shmobile/renesas-cpg-mssr.h
>
> diff --git a/drivers/clk/shmobile/renesas-cpg-mssr.c
> b/drivers/clk/shmobile/renesas-cpg-mssr.c new file mode 100644
> index 0000000000000000..e4382ba4e1e31aca
> --- /dev/null
> +++ b/drivers/clk/shmobile/renesas-cpg-mssr.c
[snip]
> +static inline int cpg_mssr_add_clk_domain(struct device *dev,
> + const unsigned int *core_pm_clks,
> + unsigned int num_core_pm_clks) {}
The function is missing a return statement.
> +#endif /* !CONFIG_PM_GENERIC_DOMAINS_OF */
[snip]
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-12-05 3:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 15:54 [PATCH v6 0/5] clk: shmobile: Add new CPG/MSSR driver Geert Uytterhoeven
2015-11-12 15:54 ` [PATCH v6 1/5] clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI Geert Uytterhoeven
2015-11-12 15:54 ` [PATCH v6 2/5] clk: shmobile: div6: Make clock-output-names optional Geert Uytterhoeven
2015-11-12 15:54 ` [PATCH v6 3/5] clk: shmobile: div6: Extract cpg_div6_register() Geert Uytterhoeven
2015-11-12 15:54 ` [PATCH v6 4/5] clk: shmobile: Add new CPG/MSSR driver core Geert Uytterhoeven
2015-12-05 3:08 ` Laurent Pinchart [this message]
2015-12-08 9:38 ` Geert Uytterhoeven
2015-11-12 15:54 ` [PATCH v6 5/5] clk: shmobile: r8a7795: Add new CPG/MSSR driver Geert Uytterhoeven
2015-12-04 9:04 ` [PATCH v6 0/5] clk: shmobile: " 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=1816814.hXph9CLyDv@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=damm+renesas@opensource.se \
--cc=geert+renesas@glider.be \
--cc=horms+renesas@verge.net.au \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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;
as well as URLs for NNTP newsgroup(s).