All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: Export clk_register_composite() for mediatek's clock kernel module
@ 2020-07-01  7:26 Wendell Lin
  2020-07-01  7:26 ` [PATCH 1/2] clk: Export clk_register_composite Wendell Lin
  2020-07-01  7:26 ` [PATCH 2/2] clk: mediatek: Add EXPORT_SYMBOL for kernel module support Wendell Lin
  0 siblings, 2 replies; 15+ messages in thread
From: Wendell Lin @ 2020-07-01  7:26 UTC (permalink / raw)
  To: Matthias Brugger, Michael Turquette, Stephen Boyd, Weiyi Lu, mtk01761
  Cc: linux-clk, linux-kernel, linux-arm-kernel, linux-mediatek, wsd_upstream

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(+)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-23  8:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01  7:26 [PATCH] clk: Export clk_register_composite() for mediatek's clock kernel module Wendell Lin
2020-07-01  7:26 ` [PATCH 1/2] clk: Export clk_register_composite Wendell Lin
2020-07-11  0:26   ` Stephen Boyd
2020-07-11  0:26     ` Stephen Boyd
2020-07-11  0:26     ` Stephen Boyd
2020-07-23  8:08     ` Wendell Lin
2020-07-23  8:08       ` Wendell Lin
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-11 16:26     ` Stephen Boyd
2020-07-11 16:26     ` Stephen Boyd
2020-07-23  8:09     ` Wendell Lin
2020-07-23  8:09       ` Wendell Lin
2020-07-23  8:09       ` Wendell Lin

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.