Valentin Caron 7f28bcea82 serial: stm32: group dma pause/resume error handling into single function
Create new function "stm32_usart_dma_pause_resume" that called dmaengine_
pause/resume and in case of error, terminate dma transaction.

Two other functions are created to facilitate the use of stm32_usart_dma
_pause_resume : stm32_usart_tx_dma_pause, stm32_usart_tx_dma_resume.
Equivalent functions for rx will be added in future patch.

Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Link: https://lore.kernel.org/r/20230808161906.178996-5-valentin.caron@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-22 15:28:51 +02:00
..
2023-08-11 21:12:45 +02:00
2023-08-13 08:50:26 -07:00
2023-06-29 11:00:17 -07:00
2023-08-19 17:31:46 +02:00
2023-08-11 21:12:47 +02:00
2023-06-29 08:09:31 -06:00
2023-07-26 11:47:57 -07:00
2023-08-07 00:01:41 +05:30
2023-07-12 11:56:22 -07:00
2023-08-11 21:12:47 +02:00
2023-07-03 11:26:05 -07:00
2023-08-19 13:13:55 +02:00
2023-07-03 10:55:04 -07:00
2023-08-11 12:14:08 -07:00
2023-06-15 13:42:18 +02:00
2023-08-11 09:39:17 -07:00
2023-07-05 12:55:06 -07:00
2023-07-03 17:03:05 -07:00
2023-06-29 15:22:19 -07:00
2023-07-03 10:43:10 -07:00
2023-08-13 08:43:26 -07:00
2023-07-08 12:35:18 -07:00
2023-06-29 15:22:19 -07:00
2023-06-30 15:22:09 -07:00
2023-07-27 07:53:12 +02:00