commit | b4af303ad260b20d8a8645857a736d5e903bc038 | [log] [tgz] |
---|---|---|
author | Dan Sneddon <dsneddon@codeaurora.org> | Wed May 07 11:34:39 2014 -0600 |
committer | Kiran Gunda <kgunda@codeaurora.org> | Thu Mar 19 13:49:19 2015 +0530 |
tree | 3d604932ffd8a4d1d769b25a0d1cf2f10903173f | |
parent | 4b0ea7aba47c7a18d9378fbaadbf2bba7638b2f7 [diff] |
spi: spi_qsd: Prevent transfer grouping Prevent spi transfers from being grouped together. Grouping multiple transfers together causes invalid write then read transactions. This patch prevents the transactions from being grouped and ensures the chipselect toggles appropriately. CRs-Fixed: 661007 Change-Id: I1962cc95fde196295f37c64ecd54e490a7285bc4 Signed-off-by: Dan Sneddon <dsneddon@codeaurora.org>