- Forwarded message from Zhao Chenhui -
Date: Fri, 19 Apr 2013 18:47:38 +0800
From: Zhao Chenhui
To: linuxppc-...@lists.ozlabs.org
CC: linux-ker...@vger.kernel.org
Subject: [linuxppc-release] [PATCH v2 05/15] fsl_pmc: update device bindings
X-Mailer: git-send-email 1.7.3
From: Li Yang
- Forwarded message from Zhao Chenhui -
Date: Fri, 19 Apr 2013 18:47:37 +0800
From: Zhao Chenhui
To: linuxppc-...@lists.ozlabs.org
CC: linux-ker...@vger.kernel.org
Subject: [linuxppc-release] [PATCH v2 04/15] pm: add power node to dts
X-Mailer: git-send-email 1.7.3
The Power Management
From: Li Yang
* Added compatible "fsl,p1022-pmc".
* Added clock nodes to control the clock of wake-up source.
* Used "fsl,pmc-handle" property to connect device and clock node.
Signed-off-by: Li Yang
Signed-off-by: Zhao Chenhui
---
.../devicetree/bindings/powerpc/fsl/p
ff-by: Dave Liu
Signed-off-by: Li Yang
Signed-off-by: Jerry Huang
Signed-off-by: Zhao Chenhui
CC: Scott Wood
---
Changes for v4:
* Incorporated Scott's commets.
arch/powerpc/platforms/85xx/Makefile |1 +
arch/powerpc/platforms/85xx/cpufreq-jog.c | 416 +
Add APIs for setting wakeup source and lossless Ethernet in low power modes.
These APIs can be used by wake-on-packet feature.
Signed-off-by: Dave Liu
Signed-off-by: Li Yang
Signed-off-by: Jin Qing
Signed-off-by: Zhao Chenhui
---
arch/powerpc/sysdev/fsl_pmc.c | 71
standby > /sys/power/state or echo mem > /sys/power/state
Ping from PC host to wake up the station:
ping 10.193.20.169
Signed-off-by: Dave Liu
Signed-off-by: Jin Qing
Signed-off-by: Li Yang
Signed-off-by: Zhao Chenhui
Acked-by: Andy Fleming
---
This patch depends on my previous p