commit | 7a4d61f1dc94871154b2d06d671a5c20aea16ff2 | [log] [tgz] |
---|---|---|
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | Sun Sep 20 14:23:18 2020 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 29 16:37:11 2020 +0100 |
tree | 679187ef7efdbafb901e5f280bdc934a50542f5e | |
parent | 9a6471a1a2c24964838a5bfa4d374e644e9daf07 [diff] |
spi: dw-dma: Remove DMA Tx-desc passing around It's pointless to pass the Rx and Tx transfers DMA Tx-descriptors, since they are used in the Tx/Rx submit method only. Instead just return the submission status from these methods. This alteration will make the code less complex. Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Link: https://lore.kernel.org/r/20200920112322.24585-8-Sergey.Semin@baikalelectronics.ru Signed-off-by: Mark Brown <broonie@kernel.org>