From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 6/7] ARM: shmobile: sh73a0: disable legacy clock initialization
Date: Wed, 05 Nov 2014 15:49:11 +0000 [thread overview]
Message-ID: <1543605.yENia7DqG9@avalon> (raw)
Hi Ulrich,
Thank you for the patch.
On Tuesday 28 October 2014 18:02:15 Ulrich Hecht wrote:
> Disables sh73a0_clock_init() if CCF is enabled.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/mach-shmobile/setup-sh73a0.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c
> b/arch/arm/mach-shmobile/setup-sh73a0.c index 2955a08..3134bc1 100644
> --- a/arch/arm/mach-shmobile/setup-sh73a0.c
> +++ b/arch/arm/mach-shmobile/setup-sh73a0.c
> @@ -742,7 +742,9 @@ void __init __weak sh73a0_register_twd(void) { }
> void __init sh73a0_earlytimer_init(void)
> {
> shmobile_init_delay();
> +#ifndef CONFIG_COMMON_CLK
> sh73a0_clock_init();
> +#endif
> shmobile_earlytimer_init();
> sh73a0_register_twd();
> }
> @@ -761,8 +763,9 @@ void __init sh73a0_add_early_devices(void)
> void __init sh73a0_add_standard_devices_dt(void)
> {
> /* clocks are setup late during boot in the case of DT */
> +#ifndef CONFIG_COMMON_CLK
> sh73a0_clock_init();
> -
> +#endif
> of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> }
--
Regards,
Laurent Pinchart
next reply other threads:[~2014-11-05 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 15:49 Laurent Pinchart [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-28 17:02 [PATCH v3 6/7] ARM: shmobile: sh73a0: disable legacy clock initialization Ulrich Hecht
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=1543605.yENia7DqG9@avalon \
--to=laurent.pinchart@ideasonboard.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