linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 1/2] mfd: ssbi: Add MODULE_DEVICE_TABLE
@ 2013-06-03 19:39 Stephen Boyd
  2013-06-03 19:39 ` [PATCHv2 2/2] mfd: ssbi: Use devm_* and simplify code Stephen Boyd
  2013-06-17 23:51 ` [PATCHv2 1/2] mfd: ssbi: Add MODULE_DEVICE_TABLE Samuel Ortiz
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Boyd @ 2013-06-03 19:39 UTC (permalink / raw)
  To: Samuel Ortiz, Lee Jones; +Cc: linux-kernel, linux-arm-msm, David Brown

This allows the ssbi module to be autoloaded on boot.

Cc: David Brown <davidb@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---

No changes since v1

 drivers/mfd/ssbi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/ssbi.c b/drivers/mfd/ssbi.c
index f32da02..e561d3b 100644
--- a/drivers/mfd/ssbi.c
+++ b/drivers/mfd/ssbi.c
@@ -350,6 +350,7 @@ static struct of_device_id ssbi_match_table[] = {
 	{ .compatible = "qcom,ssbi" },
 	{}
 };
+MODULE_DEVICE_TABLE(of, ssbi_match_table);
 
 static struct platform_driver ssbi_driver = {
 	.probe		= ssbi_probe,
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2013-06-17 23:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 19:39 [PATCHv2 1/2] mfd: ssbi: Add MODULE_DEVICE_TABLE Stephen Boyd
2013-06-03 19:39 ` [PATCHv2 2/2] mfd: ssbi: Use devm_* and simplify code Stephen Boyd
2013-06-04  7:33   ` Lee Jones
2013-06-17 23:51 ` [PATCHv2 1/2] mfd: ssbi: Add MODULE_DEVICE_TABLE Samuel Ortiz

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