From: Phil Edworthy Date: Thu, 22 Nov 2012 14:37:27 +0000 (+0000) Subject: spi/sh-hspi: add CS manual control support X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~24^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3293058637ada3b1837a77c8f9c672a51b2434;p=pandora-kernel.git spi/sh-hspi: add CS manual control support The current HSPI driver used automatic CS control, leading to CS active for each byte transmitted. This patch changes the driver to manual CS control, and ensures CS is active thoughout a whole message. Additionally, it uses the cs_change field to determine if CS is disabled between transfers in the message. Signed-off-by: Phil Edworthy Signed-off-by: Grant Likely --- Reading git-diff-tree failed