[PATCH v2 05/15] fsl_pmc: update device bindings

2013-04-19 Thread Zhao Chenhui
- 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

[chenhui.z...@freescale.com: [linuxppc-release] [PATCH v2 04/15] pm: add power node to dts]

2013-04-19 Thread Zhao Chenhui
- 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

[PATCH] fsl_pmc: update device bindings

2012-03-16 Thread Zhao Chenhui
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

[PATCH v4 4/4] powerpc/85xx: add support to JOG feature using cpufreq interface

2012-03-16 Thread Zhao Chenhui
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 +

[PATCH v4 3/4] fsl_pmc: Add API to enable device as wakeup event source

2012-03-16 Thread Zhao Chenhui
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

[PATCH v3] gianfar: add support for wake-on-packet

2012-01-12 Thread Zhao Chenhui
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