Thread (5 messages) 5 messages, 2 authors, 2014-10-22

[PATCH v6 1/3] power-domain: add power domain drivers for Rockchip platform

From: dianders@chromium.org (Doug Anderson)
Date: 2014-10-22 17:18:01
Also in: linux-devicetree, lkml

Jinkun,

On Wed, Oct 22, 2014 at 12:53 AM, jinkun.hong
[off-list ref] wrote:
+#define to_rockchip_pd(_gpd) container_of(_gpd, struct rockchip_domain, base)
+
+static int rockchip_pmu_set_idle_request(struct rockchip_domain *pd,
+                                        bool idle)
+{
+       u32 idle_mask = BIT(pd->idle_shift);
+       u32 idle_target = idle << (pd->idle_shift);
+       u32 ack_mask = BIT(pd->ack_shift);
+       u32 ack_target = idle << (pd->ack_shift);
+       unsigned int mask = BIT(pd->req_shift);
+       unsigned int val;
+       unsigned long flags;
warning: unused variable 'flags'

+static int rockchip_pmu_set_power_domain(struct rockchip_domain *pd,
+                                        bool on)
+{
+       unsigned long flags;
warning: unused variable 'flags'


I haven't done any review of these patches, but I'll say that I did
pick your patches (along with "PM / clock_ops: Add pm_clk_add_clk()"
from https://patchwork.kernel.org/patch/5105401/) and I was able to
boot up my system.  Also, your series plus a patch to set the GPU
power domain on rk3288 made suspend/resume work better.

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