projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
regulator: axp20x: Add module alias
author
Ian Campbell
<
[email protected]
>
Sat, 1 Aug 2015 17:13:25 +0000
(18:13 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 4 Aug 2015 17:29:00 +0000
(18:29 +0100)
This allows the module to be autoloaded.
Together with
07949bf9c63c
("cpufreq: dt: allow driver to boot
automatically") this is sufficient to allow a modular kernel (such
as Debian's) to enable cpufreq on a Cubietruck.
Signed-off-by: Ian Campbell <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
drivers/regulator/axp20x-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/axp20x-regulator.c
b/drivers/regulator/axp20x-regulator.c
index 646829132b5926ffeaf5e14a82d6296f1f32f159..01bf3476a79183714f62f67efcf5d8b17b70d497 100644
(file)
--- a/
drivers/regulator/axp20x-regulator.c
+++ b/
drivers/regulator/axp20x-regulator.c
@@
-405,3
+405,4
@@
module_platform_driver(axp20x_regulator_driver);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Carlo Caione <
[email protected]
>");
MODULE_DESCRIPTION("Regulator Driver for AXP20X PMIC");
+MODULE_ALIAS("platform:axp20x-regulator");