linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@baylibre.com>
To: "Andrew F. Davis" <afd@ti.com>, "Stephen Boyd" <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Andrew F. Davis" <afd@ti.com>
Subject: Re: [PATCH] clk: Make of_clk_get_from_provider() available to modules
Date: Wed, 17 Feb 2016 16:50:33 -0800	[thread overview]
Message-ID: <20160218005033.2278.60015@quark.deferred.io> (raw)
In-Reply-To: <1455303016-8997-1-git-send-email-afd@ti.com>

Quoting Andrew F. Davis (2016-02-12 10:50:16)
> Export symbol of_clk_get_from_provider so it can be used in
> loadable kernel modules
> =

> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied.

Regards,
Mike

> ---
> We will be pushing stuff that needs this next cycle.
> =

>  drivers/clk/clk.c | 1 +
>  1 file changed, 1 insertion(+)
> =

> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index b4db67a..0a24736 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -3061,6 +3061,7 @@ struct clk *of_clk_get_from_provider(struct of_phan=
dle_args *clkspec)
>  {
>         return __of_clk_get_from_provider(clkspec, NULL, __func__);
>  }
> +EXPORT_SYMBOL_GPL(of_clk_get_from_provider);
>  =

>  int of_clk_get_parent_count(struct device_node *np)
>  {
> -- =

> 2.7.1
>=20

      reply	other threads:[~2016-02-18  0:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 18:50 [PATCH] clk: Make of_clk_get_from_provider() available to modules Andrew F. Davis
2016-02-18  0:50 ` 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=20160218005033.2278.60015@quark.deferred.io \
    --to=mturquette@baylibre.com \
    --cc=afd@ti.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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).