commit | 380603712072145785f19040b9791f4f6cde414e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Mar 05 15:17:23 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Fri Mar 07 14:00:02 2014 +0800 |
tree | d29335387af88f328f9f6eaf8f43a1ed4aa254d4 | |
parent | 08850fa94831d374f4d827a85088f6087836dfc8 [diff] |
spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks This is required since commit 2025172e3280 "spi/bitbang: Use core message pump". spi-bitbang now uses core message pump, so it needs to call spi_master_suspend/ spi_master_resume to start/stop the queue while suspend/resume. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>