commit | d9f5881242db8f9dc8a262c4bc613ba6fcb66bfc | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | Wed Jan 28 13:23:45 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 28 19:42:42 2015 +0000 |
tree | 1070b4310e8c2626725e9b54b31caf338dbd8cb5 | |
parent | 5fe11cc09ce81b000b1deadcdec3813fcb423c8c [diff] |
spi/xilinx: Do not inhibit transmission in polling mode When no irq is used, there is no need to inhibit the transmission for every transaction. This inhibition was implemented to avoid a race condition with the irq handler. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>