Thread (10 messages) flat view 10 messages, 3 authors, 2012-08-08
DORMANTno replies

[PATCH v3 2/7] mfd: omap: control: core system control driver

From: tony@atomide.com (Tony Lindgren)
Date: 2012-08-08 13:48:50
Also in: linux-omap, linux-pm

* Konstantin Baydarov [off-list ref] [120627 11:09]:
+
+/* TODO: Add helpers for 16bit and byte access */
+#ifdef CONFIG_MFD_OMAP_CONTROL
+u32 omap_control_status_read(u16 offset);
+#else
+static inline u32 omap_control_status_read(u16 offset)
+{
+	return 0;
+}
+#endif
This should be an exported function instead. And it should
not need the offset as a parameter as the SCM core should know
where to find it's control_status register.

Regards,

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