Thread (31 messages) flat view 31 messages, 4 authors, 2018-05-23

[PATCH v3 03/13] Soc: rockchip: power-domain: add power domain support for rk3036

From: heiko@sntech.de (Heiko Stübner)
Date: 2018-05-23 10:57:32
Also in: linux-devicetree, linux-pm, linux-rockchip, lkml

Am Mittwoch, 23. Mai 2018, 08:48:39 CEST schrieb Elaine Zhang:
From: Caesar Wang <redacted>

This driver is modified to support RK3036 SoC.

Signed-off-by: Caesar Wang <redacted>
Signed-off-by: Elaine Zhang <redacted>
quoted hunk ↗ jump to hunk
@@ -102,6 +103,14 @@ struct rockchip_pmu {
 	.ack_mask = (ack >= 0) ? BIT(ack) : 0,		\
 	.active_wakeup = wakeup,			\
 }
I've added a blank line here, made "Soc" in the subject lower case and
applied it for 4.18 or 4.19 (not sure yet).


Thanks
Heiko
+#define DOMAIN_RK3036(req, ack, idle, wakeup)		\
+{							\
+	.req_mask = (req >= 0) ? BIT(req) : 0,		\
+	.req_w_mask = (req >= 0) ?  BIT(req + 16) : 0,	\
+	.ack_mask = (ack >= 0) ? BIT(ack) : 0,		\
+	.idle_mask = (idle >= 0) ? BIT(idle) : 0,	\
+	.active_wakeup = wakeup,			\
+}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help