linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
@ 2021-09-01 22:25 Miles Chen
  2021-09-01 22:25 ` [PATCH v3 1/3] clk: composite: export clk_register_composite Miles Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Miles Chen @ 2021-09-01 22:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Matthias Brugger
  Cc: Wendell Lin, Hanks Chen, linux-clk, linux-kernel,
	linux-arm-kernel, linux-mediatek, wsd_upstream, Miles Chen

This patch set makes COMMON_CLK_MEDIATEK and COMMON_CLK_MT6779*
be able to built as kernel modules. Necessary symbols are exported
in this patch.

In previous discussion [1], Stephen commented that there must
be a user before exporting a symbol:

"
Is the mediatek driver compilable as a module? Last time I checked it
wasn't a module. I want an upstream modular driver that uses the symbol.
Otherwise we're exporting symbols when it doesn't need to be.
"

[1] https://lore.kernel.org/patchwork/patch/1278089/

---

Change since v1:
use module_platform_driver() instead of builtin_platform_driver()

Change since v2:
squash "bool to tristate" change


Miles Chen (3):
  clk: composite: export clk_register_composite
  clk: mediatek: support COMMON_CLK_MEDIATEK module build
  clk: mediatek: support COMMON_CLK_MT6779 module build

 drivers/clk/clk-composite.c            |  1 +
 drivers/clk/mediatek/Kconfig           | 20 ++++++++++----------
 drivers/clk/mediatek/clk-apmixed.c     |  3 +++
 drivers/clk/mediatek/clk-cpumux.c      |  3 +++
 drivers/clk/mediatek/clk-gate.c        |  8 ++++++++
 drivers/clk/mediatek/clk-mt6779-aud.c  |  4 +++-
 drivers/clk/mediatek/clk-mt6779-cam.c  |  4 +++-
 drivers/clk/mediatek/clk-mt6779-img.c  |  4 +++-
 drivers/clk/mediatek/clk-mt6779-ipe.c  |  4 +++-
 drivers/clk/mediatek/clk-mt6779-mfg.c  |  4 +++-
 drivers/clk/mediatek/clk-mt6779-mm.c   |  4 +++-
 drivers/clk/mediatek/clk-mt6779-vdec.c |  4 +++-
 drivers/clk/mediatek/clk-mt6779-venc.c |  4 +++-
 drivers/clk/mediatek/clk-mt6779.c      |  2 ++
 drivers/clk/mediatek/clk-mtk.c         |  8 ++++++++
 drivers/clk/mediatek/clk-mux.c         |  4 ++++
 drivers/clk/mediatek/clk-pll.c         |  4 ++++
 drivers/clk/mediatek/reset.c           |  2 ++
 18 files changed, 69 insertions(+), 18 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2021-09-15  1:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 22:25 [PATCH v3 0/4] clk: mediatek: modularize COMMON_CLK_MT6779 Miles Chen
2021-09-01 22:25 ` [PATCH v3 1/3] clk: composite: export clk_register_composite Miles Chen
2021-09-15  1:23   ` Stephen Boyd
2021-09-01 22:25 ` [PATCH v3 2/3] clk: mediatek: support COMMON_CLK_MEDIATEK module build Miles Chen
2021-09-15  1:23   ` Stephen Boyd
2021-09-01 22:25 ` [PATCH v3 3/3] clk: mediatek: support COMMON_CLK_MT6779 " Miles Chen
2021-09-15  1:23   ` Stephen Boyd
2021-09-15  1:23 ` [PATCH v3 0/4] clk: mediatek: modularize COMMON_CLK_MT6779 Stephen Boyd
2021-09-15  1:49   ` Miles Chen

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).