linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wendell Lin <wendell.lin@mediatek.com>
To: Matthias Brugger <matthias.bgg@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Weiyi Lu <weiyi.lu@mediatek.com>,
	mtk01761 <wendell.lin@mediatek.com>
Cc: <linux-clk@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>, <wsd_upstream@mediatek.com>
Subject: [PATCH] clk: Export clk_register_composite() for mediatek's clock kernel module
Date: Wed, 1 Jul 2020 15:26:20 +0800	[thread overview]
Message-ID: <1593588382-19049-1-git-send-email-wendell.lin@mediatek.com> (raw)

This series based on 5.8-rc1
This patch exports clk_register_composite() and common APIs from
Mediatek clock driver. clk_register_composite() will be used in
mediatek's clock kernel module, so export it to GPL modules.

Wendell Lin (2):
  clk: Export clk_register_composite
  clk: mediatek: Add EXPORT_SYMBOL for kernel module support

 drivers/clk/clk-composite.c    |    1 +
 drivers/clk/mediatek/clk-mtk.c |   13 +++++++++++++
 2 files changed, 14 insertions(+)

             reply	other threads:[~2020-07-01  7:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-01  7:26 Wendell Lin [this message]
2020-07-01  7:26 ` [PATCH 1/2] clk: Export clk_register_composite Wendell Lin
2020-07-11  0:26   ` Stephen Boyd
2020-07-23  8:08     ` Wendell Lin
2020-07-01  7:26 ` [PATCH 2/2] clk: mediatek: Add EXPORT_SYMBOL for kernel module support Wendell Lin
2020-07-11 16:26   ` Stephen Boyd
2020-07-23  8:09     ` Wendell Lin

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=1593588382-19049-1-git-send-email-wendell.lin@mediatek.com \
    --to=wendell.lin@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=weiyi.lu@mediatek.com \
    --cc=wsd_upstream@mediatek.com \
    /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).