From: Axel Lin Date: Wed, 5 Mar 2014 07:17:23 +0000 (+0800) Subject: spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks X-Git-Tag: v3.15-rc1~147^2~3^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380603712072145785f19040b9791f4f6cde414e;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed