Thread (2 messages) flat view 2 messages, 2 authors, 2012-08-10

[PATCH 2/2] ARM: nomadik: configure Nomadik for pin control

From: Stephen Warren <hidden>
Date: 2012-08-10 23:18:37
Also in: lkml

On 08/09/2012 04:43 PM, Linus Walleij wrote:
This converts the Nomadik to using pin control using the
driver for the STN8815 ASIC.
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/mach-nomadik/cpu-8815.c b/arch/arm/mach-nomadik/cpu-8815.c
+static inline void
+cpu8815_add_pinctrl(struct device *parent, const char *name)
+{
+	struct platform_device_info pdevinfo = {
+		.parent = parent,
+		.name = name,
+		.id = -1,
+	};
+
+	platform_device_register_full(&pdevinfo);
+}
Out of curiosity, why platform_device_register_full() not
platform_device_register() here?

Otherwise,
Acked-by: Stephen Warren <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help