Thread (13 messages) flat view 13 messages, 3 authors, 2014-09-15

[PATCH RESEND v9 5/5] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

From: akpm@linux-foundation.org (Andrew Morton)
Date: 2014-09-12 22:13:37
Also in: linux-samsung-soc, lkml

On Fri, 12 Sep 2014 10:17:43 +0200 Javier Martinez Canillas [off-list ref] wrote:
The MAX7802 PMIC has a Real-Time-Clock (RTC) with two alarms.
This patch adds support for the RTC and is based on a driver
added by Simon Glass to the Chrome OS kernel 3.8 tree.

Signed-off-by: Javier Martinez Canillas <redacted>
Reviewed-by: Krzysztof Kozlowski <redacted>
Would it be appropriate to gather Simon's signoff?
+static inline int max77802_rtc_calculate_wday(u8 shifted)
+{
+	int counter = -1;
+
+	while (shifted) {
+		shifted >>= 1;
+		counter++;
+	}
Can't use log2() or similar?
+	return counter;
+}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help