Thread (6 messages) 6 messages, 4 authors, 2013-03-28

RE: [PATCH 3/3] cpufreq: Add cpufreq driver for Freescale e500mc SOCs

From: Tang Yuantian-B29983 <hidden>
Date: 2013-03-28 03:02:14
Also in: linux-pm

quoted
+		return ret;
+
+	pr_info("Freescale PowerPC corenet CPU frequency scaling driver\n");
+
+	return ret;
+}
+
+static void __exit ppc_corenet_cpufreq_exit(void) {
+	cpufreq_unregister_driver(&ppc_corenet_cpufreq_driver);
+}
+
+module_init(ppc_corenet_cpufreq_init);
+module_exit(ppc_corenet_cpufreq_exit);
=20
this needs to be a module_platform_driver.
=20
The compatible string is used for clock driver.
This driver can not be a platform_driver.

-Yuantian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help