linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] bd718xx: Fix probing when built as a module
@ 2019-09-30 20:25 Guido Günther
  2019-09-30 20:26 ` [PATCH 1/2] regulator: bd718x7: Add MODULE_ALIAS() Guido Günther
  2019-09-30 20:26 ` [PATCH 2/2] clk: " Guido Günther
  0 siblings, 2 replies; 3+ messages in thread
From: Guido Günther @ 2019-09-30 20:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Liam Girdwood, Mark Brown,
	linux-clk, linux-kernel


Add MODULE_ALIAS("platform:<drivername>") so the drivers of the subdevices get
loaded with the mfd driver. Without that the regulator and clk drivers would
never be loaded when built as a module.


Guido Günther (2):
  regulator: bd718x7: Add MODULE_ALIAS()
  clk: bd718x7: Add MODULE_ALIAS()

 drivers/clk/clk-bd718x7.c             | 1 +
 drivers/regulator/bd718x7-regulator.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.23.0.rc1


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

end of thread, other threads:[~2019-09-30 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 20:25 [PATCH 0/2] bd718xx: Fix probing when built as a module Guido Günther
2019-09-30 20:26 ` [PATCH 1/2] regulator: bd718x7: Add MODULE_ALIAS() Guido Günther
2019-09-30 20:26 ` [PATCH 2/2] clk: " Guido Günther

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