Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169548 > unrolled thread
| Started by | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| First post | 2015-06-21 11:50 +0200 |
| Last post | 2015-06-21 11:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] add support holding 24Mhz osc during suspend Chris Zhong <zyw@rock-chips.com> - 2015-06-21 11:50 +0200
| From | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| Date | 2015-06-21 11:50 +0200 |
| Subject | [PATCH 0/2] add support holding 24Mhz osc during suspend |
| Message-ID | <pDK2Z-1mm-3@gated-at.bofh.it> |
Since the usb-phy clocks are not connected to the 32khz clock-in, they only have 24Mhz as the clock source. If we want to wake up system via usb device, we should hold the 24Mhz osc during suspend. This Patch has tested on chromebook jerry board, with another patch[0], we can wakeup system via usb keyboard. [0] https://chromium-review.googlesource.com/#/c/277811/3 Chris Zhong (2): ARM: rockchip: add support holding 24Mhz osc during suspend ARM: rockchip: remove some useless macro in pm.h arch/arm/mach-rockchip/pm.c | 34 +++++++++++++++++++++++++++++++--- arch/arm/mach-rockchip/pm.h | 7 ------- 2 files changed, 31 insertions(+), 10 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web