]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: renesas_usbhs: use proper DMAENGINE API for termination
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 3 Jun 2025 17:58:54 +0000 (19:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 10:26:30 +0000 (12:26 +0200)
commitb26fa800c53765ac2afd295e7652f584c794e21e
tree45343b8a69288426251b058b4ea715b45fb9f0b0
parent1c2d81bded1993bb2c7125a911db63612cdc8d40
usb: renesas_usbhs: use proper DMAENGINE API for termination

dmaengine_terminate_all() is deprecated in favor of explicitly saying if
it should be sync or async. Here, we want dmaengine_terminate_sync()
because there is no other synchronization code in the driver to handle
an async case.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20250603180131.14579-4-wsa+renesas@sang-engineering.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/fifo.c