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)
commit8943835e248bca0df431c717f4edce94fa2b8c8e
tree4f9ba901eeb5c2b4a0d0c12e3bc01b5a0a55132f
parentfb3c44267684b76329b20317f2a62dacc452a09d
parent9bb91ae970dd004393a3d7d09bdcc30dfe2f8693
Merge tag 'v4.3-rockchip32-soc2' of git://git./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>