Am Mittwoch, 23. Mai 2018, 08:48:39 CEST schrieb Elaine Zhang: > From: Caesar Wang <wxt@xxxxxxxxxxxxxx> > > This driver is modified to support RK3036 SoC. > > Signed-off-by: Caesar Wang <wxt@xxxxxxxxxxxxxx> > Signed-off-by: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> > @@ -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, \ > +} -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html