linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/5] clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driver
@ 2015-08-28 12:44 Luis de Bethencourt
  2015-09-14 21:59 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Luis de Bethencourt @ 2015-08-28 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
---
 drivers/clk/sunxi/clk-sun8i-apb0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sunxi/clk-sun8i-apb0.c b/drivers/clk/sunxi/clk-sun8i-apb0.c
index 155d002..7ae5d2c 100644
--- a/drivers/clk/sunxi/clk-sun8i-apb0.c
+++ b/drivers/clk/sunxi/clk-sun8i-apb0.c
@@ -52,6 +52,7 @@ static const struct of_device_id sun8i_a23_apb0_clk_dt_ids[] = {
 	{ .compatible = "allwinner,sun8i-a23-apb0-clk" },
 	{ /* sentinel */ }
 };
+MODULE_DEVICE_TABLE(of, sun8i_a23_apb0_clk_dt_ids);
 
 static struct platform_driver sun8i_a23_apb0_clk_driver = {
 	.driver = {
-- 
2.4.6

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

* [PATCH 4/5] clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driver
  2015-08-28 12:44 [PATCH 4/5] clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driver Luis de Bethencourt
@ 2015-09-14 21:59 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-09-14 21:59 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/28, Luis de Bethencourt wrote:
> This platform driver has a OF device ID table but the OF module
> alias information is not created so module autoloading won't work.
> 
> Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2015-09-14 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-28 12:44 [PATCH 4/5] clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driver Luis de Bethencourt
2015-09-14 21:59 ` Stephen Boyd

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