commit | 0129884062055156bc79fd8faafaf13e601438b4 | [log] [tgz] |
---|---|---|
author | Affrin Pinhero <affrin.pinhero@hcl.com> | Wed Apr 28 09:56:46 2021 +0530 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 11 13:01:57 2021 -0500 |
tree | dc42ed41785330cbbcbdef112e94ebfe405b40c4 | |
parent | 13303c4351d9b88f0c522cf5b5a4835a42cb6403 [diff] |
drivers/spi: STM32: This solves SPI infinite loop on Tranceive This commit loops on rx not empty only if rx_buf is enabled. And if rx_buf is not enabled, it loops on tx empty status. Signed-off-by: Affrin Pinhero <affrin.pinhero@hcl.com>