From: Michael Turquette <mturquette@baylibre.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>,
daniel.lezcano@linaro.org, tglx@linutronix.de
Cc: linux-kernel@vger.kernel.org,
"Russell King" <linux@arm.linux.org.uk>,
"open list:CLK API" <linux-clk@vger.kernel.org>
Subject: Re: [PATCH 1/6] clk: Add missing clk_get_sys() stub
Date: Mon, 20 Jun 2016 14:18:49 -0700 [thread overview]
Message-ID: <20160620211849.24587.73336@quark.deferred.io> (raw)
In-Reply-To: <1464903697-3802-1-git-send-email-daniel.lezcano@linaro.org>
Hi Daniel,
Quoting Daniel Lezcano (2016-06-02 14:41:32)
> When compiling with the COMPILE_TEST option set, the clps711x does not
> compile because of the clk_get_sys() noop stub missing.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This looks OK to me. Russell maintains clkdev and the clk.h stuff, so it
would be good to get his ack. Please feel free to add:
Reviewed-by: Michael Turquette <mturquette@baylibre.com>
Regards,
Mike
> ---
> include/linux/clk.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/linux/clk.h b/include/linux/clk.h
> index 0df4a51..834179f 100644
> --- a/include/linux/clk.h
> +++ b/include/linux/clk.h
> @@ -461,6 +461,10 @@ static inline struct clk *clk_get_parent(struct clk *clk)
> return NULL;
> }
>
> +static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id)
> +{
> + return NULL;
> +}
> #endif
>
> /* clk_prepare_enable helps cases using clk_enable in non-atomic context. */
> --
> 1.9.1
>
prev parent reply other threads:[~2016-06-20 21:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 21:41 Daniel Lezcano
2016-06-02 21:41 ` [PATCH 2/6] clocksource/drivers/bcm_kona: Remove useless header <asm/mach/time.h> Daniel Lezcano
2016-06-02 21:41 ` [PATCH 3/6] clocksource/drivers/bcm2835: Add the COMPILE_TEST option Daniel Lezcano
2016-06-02 21:41 ` [PATCH 4/6] clocksource/drivers/armv7m_systick: " Daniel Lezcano
2016-06-03 5:14 ` kbuild test robot
2016-06-02 21:41 ` [PATCH 5/6] clocksource/drivers/bcm_kona: " Daniel Lezcano
2016-06-02 21:41 ` [PATCH 6/6] clocksource/drivers/clps_711x: " Daniel Lezcano
2016-06-06 7:19 ` [PATCH 1/6] clk: Add missing clk_get_sys() stub Daniel Lezcano
2016-06-13 8:18 ` Daniel Lezcano
2016-06-20 21:18 ` Michael Turquette [this message]
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=20160620211849.24587.73336@quark.deferred.io \
--to=mturquette@baylibre.com \
--cc=daniel.lezcano@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=tglx@linutronix.de \
/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
Powered by JetHome