Thread (23 messages) 23 messages, 3 authors, 2014-01-08

[PATCH v2 4/7] mfd: ssbi: Add regmap read/write helpers

From: Lee Jones <hidden>
Date: 2014-01-06 11:50:29
Also in: linux-arm-msm, lkml

On Thu, 26 Dec 2013, Stephen Boyd wrote:
On 12/24, Mark Brown wrote:
quoted
On Mon, Dec 23, 2013 at 12:46:00PM -0800, Stephen Boyd wrote:
quoted
+int ssbi_reg_read(void *context, unsigned int reg, unsigned int *val)
+{
+	*val = 0;
+	return ssbi_read(context, reg, (u8 *)val, 1);
+}
+EXPORT_SYMBOL_GPL(ssbi_reg_read);
+
+int ssbi_reg_write(void *context, unsigned int reg, unsigned int val)
+{
+	return ssbi_write(context, reg, (u8 *)&val, 1);
+}
+EXPORT_SYMBOL_GPL(ssbi_reg_write);
Not a big deal but could these just be inlined in the headers?
Sure, I can do that if I need to resend? The only benefit I see
is two less symbols exported.
Yes please. After this review.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help