From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: 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>,
mike.turquette@baylibre.com, Stephen Boyd <sboyd@codeaurora.org>
Subject: Re: [PATCH 1/6] clk: Add missing clk_get_sys() stub
Date: Mon, 6 Jun 2016 09:19:07 +0200 [thread overview]
Message-ID: <575523EB.4060208@linaro.org> (raw)
In-Reply-To: <1464903697-3802-1-git-send-email-daniel.lezcano@linaro.org>
On 06/02/2016 11:41 PM, Daniel Lezcano wrote:
> 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>
Added missing Cc [Mike and Stephen]
> ---
> 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. */
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
next prev parent reply other threads:[~2016-06-06 7:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 21:41 [PATCH 1/6] clk: Add missing clk_get_sys() stub 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 ` 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 ` Daniel Lezcano
2016-06-02 21:41 ` [PATCH 6/6] clocksource/drivers/clps_711x: " Daniel Lezcano
2016-06-02 21:41 ` Daniel Lezcano
2016-06-06 7:19 ` Daniel Lezcano [this message]
2016-06-13 8:18 ` [PATCH 1/6] clk: Add missing clk_get_sys() stub Daniel Lezcano
2016-06-20 21:18 ` Michael Turquette
2016-06-20 21:18 ` Michael Turquette
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=575523EB.4060208@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mike.turquette@baylibre.com \
--cc=sboyd@codeaurora.org \
--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 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.