[v2,0/2] Fix two exceptions after the introduction of edma v3

Message ID 20231113225713.1892643-1-xiaolei.wang@windriver.com
Headers
Series Fix two exceptions after the introduction of edma v3 |

Message

xiaolei wang Nov. 13, 2023, 10:57 p.m. UTC
  In the v2 version, I updated the commit that introduced these two issues.

Xiaolei Wang (2):
  dmaengine: fsl-edma: Do not suspend and resume the masked dma channel
    when the system is sleeping
  dmaengine: fsl-edma: Add judgment on enabling round robin arbitration

 drivers/dma/fsl-edma-main.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

Vinod Koul Nov. 24, 2023, 1:32 p.m. UTC | #1
On Tue, 14 Nov 2023 06:57:11 +0800, Xiaolei Wang wrote:
> In the v2 version, I updated the commit that introduced these two issues.
> 
> Xiaolei Wang (2):
>   dmaengine: fsl-edma: Do not suspend and resume the masked dma channel
>     when the system is sleeping
>   dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
> 
> [...]

Applied, thanks!

[1/2] dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
      commit: 2838a897654c4810153cc51646414ffa54fd23b0
[2/2] dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
      commit: 3448397a47c08c291c3fccb7ac5f0f429fd547e0

Best regards,