linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: use proper DMAENGINE API for termination
@ 2021-06-23  9:58 Wolfram Sang
  2021-06-23  9:58 ` [PATCH 1/2] spi: spi-rspi: : " Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2021-06-23  9:58 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-renesas-soc, Wolfram Sang, linux-kernel, linux-spi

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(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-23 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  9:58 [PATCH 0/2] spi: use proper DMAENGINE API for termination Wolfram Sang
2021-06-23  9:58 ` [PATCH 1/2] spi: spi-rspi: : " Wolfram Sang
2021-06-23  9:58 ` [PATCH 2/2] spi: spi-sh-msiof: " Wolfram Sang
2021-06-23 10:02 ` [PATCH 0/2] spi: " Wolfram Sang
2021-06-23 16:08 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).