https://github.com/torvalds/linux
Revision 77478077349f14c78e30faeac358cf1187c0f0c1 authored by Linus Torvalds on 20 February 2022, 19:30:18 UTC, committed by Linus Torvalds on 20 February 2022, 19:30:18 UTC
Pull dmaengine fixes from Vinod Koul:
 "A bunch of driver fixes for:

   - ptdma error handling in init

   - lock fix in at_hdmac

   - error path and error num fix for sh dma

   - pm balance fix for stm32"

* tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
  dmaengine: shdma: Fix runtime PM imbalance on error
  dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
  dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe
  dmaengine: sh: rcar-dmac: Check for error num after setting mask
  dmaengine: at_xdmac: Fix missing unlock in at_xdmac_tasklet()
  dmaengine: ptdma: Fix the error handling path in pt_core_init()
2 parent s dacec3e + 455896c
History
Tip revision: 77478077349f14c78e30faeac358cf1187c0f0c1 authored by Linus Torvalds on 20 February 2022, 19:30:18 UTC
Merge tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Tip revision: 7747807

back to top