spi/sh-hspi: add CS manual control support
authorPhil Edworthy <phil.edworthy@renesas.com>
Thu, 22 Nov 2012 14:37:27 +0000 (14:37 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 23 Nov 2012 09:52:43 +0000 (09:52 +0000)
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 <phil.edworthy@renesas.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found