From: Mark Brown Date: Fri, 27 Sep 2013 18:56:31 +0000 (+0100) Subject: spi/s3c64xx: Factor transfer start out of enable/disable_cs() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~15^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd805cc14bec607e74795b7933570f240508cb4;p=pandora-kernel.git spi/s3c64xx: Factor transfer start out of enable/disable_cs() The hardware level /CS handling is tied to the start of the data path so is rolled into the same function as we use to manipulate GPIO /CS. In order to support factoring out the /CS handling into the core separate the two and explicitly start transfers separately to the /CS handling. Signed-off-by: Mark Brown --- Reading git-diff-tree failed