From a82ba3a318dd5eaf1f3dcbc335f81770d557a4fc Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 5 Mar 2014 15:19:09 +0800 Subject: [PATCH] spi: sirf: 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 stop/start the queue while suspend/resume. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-format-patch failed