diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2017-08-07 14:40:20 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-07 17:44:13 +0200 |
commit | d38c4ae194bb8a3d8cf7d95378c5b2799cdd0a3b (patch) | |
tree | 995344d86065d6999f2eebf641d42692b47be34f /drivers/spi/spi-fsl-lib.c | |
parent | spi: rockchip: Fix clock handling in remove (diff) | |
download | linux-d38c4ae194bb8a3d8cf7d95378c5b2799cdd0a3b.tar.xz linux-d38c4ae194bb8a3d8cf7d95378c5b2799cdd0a3b.zip |
spi: rockchip: Fix clock handling in suspend/resume
The runtime suspend callback might be called by pm domain framework at
suspend_noirq stage. It would try to disable the clocks which already
been disabled by rockchip_spi_suspend.
Call pm_runtime_force_suspend/pm_runtime_force_resume when
suspend/resume to avoid that.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-fsl-lib.c')
0 files changed, 0 insertions, 0 deletions