mbox series

[0/2] spi: use proper DMAENGINE API for termination

Message ID 20210623095843.3228-1-wsa+renesas@sang-engineering.com
Headers show
Series spi: use proper DMAENGINE API for termination | expand

Message

Wolfram Sang June 23, 2021, 9:58 a.m. UTC
dmaengine_terminate_all() is deprecated in favor of explicitly saying if
it should be sync or async. Update the drivers I audited.


Wolfram Sang (2):
  spi: spi-rspi: : use proper DMAENGINE API for termination
  spi: spi-sh-msiof: : use proper DMAENGINE API for termination

 drivers/spi/spi-rspi.c     | 6 +++---
 drivers/spi/spi-sh-msiof.c | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)