]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'v4.3-rockchip32-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Thu, 13 Aug 2015 10:13:54 +0000 (12:13 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 13 Aug 2015 10:13:54 +0000 (12:13 +0200)
commitcf61a3ef92f44eaf5af92fd7beaa5731971ace05
tree4f9ba901eeb5c2b4a0d0c12e3bc01b5a0a55132f
parent77a0843c6028ebd271125baf7809d006fbaba2a7
parenta3661e548096dda4376b672e326c20c41d2439c3
Merge tag 'v4.3-rockchip32-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/soc

Improve reliability of resume on rk3288 boards. For whatever
reason resuming from suspend worked sucessfully on the rk3288-evb
but not on other boards, like veyron-devices. Two problems seem
to have existed. For one the stabilization delays for pmic and
oscillator may have been to short and secondly the shallow
suspend seems to need GPIO wakups enabled. Normally this should
be covered by the more generic ARMINT wakeups already and
the reason for this is still investigated at Rockchip, but
meanwhile this makes boards actually resume.

* tag 'v4.3-rockchip32-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
  ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspend
  ARM: rockchip: set correct stabilization thresholds in suspend
  ARM: rockchip: rename osc_switch_to_32k variable

Signed-off-by: Olof Johansson <olof@lixom.net>