Thread (16 messages) 16 messages, 5 authors, 2015-06-09

Re: [PATCH 3/5] soc: Mediatek: Add SCPSYS power domain driver

From: Sascha Hauer <s.hauer@pengutronix.de>
Date: 2015-06-09 08:42:18
Also in: linux-arm-kernel, linux-mediatek, lkml

On Thu, May 21, 2015 at 10:22:07AM +0200, Paul Bolle wrote:
On Wed, 2015-05-20 at 16:18 +0200, Sascha Hauer wrote:
quoted
--- a/drivers/soc/mediatek/Kconfig
+++ b/drivers/soc/mediatek/Kconfig
quoted
+config MTK_SCPSYS
+	bool "MediaTek SCPSYS Support"
+	depends on ARCH_MEDIATEK || COMPILE_TEST
+	select REGMAP
+	select MTK_INFRACFG
+	help
+	  Say yes here to add support for the MediaTek SCPSYS power domain
+	  driver.
quoted
+obj-$(CONFIG_MTK_SCPSYS) += mtk-scpsys.o
quoted
--- /dev/null
+++ b/drivers/soc/mediatek/mtk-scpsys.c
quoted
+#include <linux/module.h>
quoted
+MODULE_DEVICE_TABLE(of, of_scpsys_match_tbl);
+
+static struct platform_driver scpsys_drv = {
quoted
+		.owner = THIS_MODULE,
quoted
+};
+
+module_platform_driver_probe(scpsys_drv, scpsys_probe);
(A patch was recently submitted that would allow built-in only code to
use builtin_platform_driver_probe(), see
https://lkml.org/lkml/2015/5/10/125 .)
I'll switch to this when it's available. Right now I don't want to have
this as an additional dependency.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help