Merge tag 'dmaengine-fix-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Pull dmaengine fixes from Vinod Koul: "A bunch of dmaengine driver fixes for: - coverity discovered issues for xilinx driver - qcom, gpi driver fix for undefined bhaviour and one off cleanup - update Peter's email for TI DMA drivers - one-off for idxd driver - resource leak fix for mediatek and milbeaut drivers" * tag 'dmaengine-fix-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value dmaengine: xilinx_dma: fix mixed_enum_type coverity warning dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() dmaengine: xilinx_dma: check dma_async_device_register return value dmaengine: qcom: fix gpi undefined behavior dt-bindings: dma: ti: Update maintainer and author information MAINTAINERS: Add entry for Texas Instruments DMA drivers qcom: bam_dma: Delete useless kfree code dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk() dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe function dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe function dmaengine: qcom: gpi: Fixes a format mismatch dmaengine: idxd: off by one in cleanup code dmaengine: ti: k3-udma: Fix pktdma rchan TPL level setup
Showing
- Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml 3 additions, 1 deletionDocumentation/devicetree/bindings/dma/ti/k3-bcdma.yaml
- Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml 3 additions, 1 deletionDocumentation/devicetree/bindings/dma/ti/k3-pktdma.yaml
- Documentation/devicetree/bindings/dma/ti/k3-udma.yaml 3 additions, 1 deletionDocumentation/devicetree/bindings/dma/ti/k3-udma.yaml
- MAINTAINERS 13 additions, 0 deletionsMAINTAINERS
- drivers/dma/dw-edma/dw-edma-core.c 2 additions, 2 deletionsdrivers/dma/dw-edma/dw-edma-core.c
- drivers/dma/idxd/sysfs.c 2 additions, 2 deletionsdrivers/dma/idxd/sysfs.c
- drivers/dma/mediatek/mtk-hsdma.c 1 addition, 0 deletionsdrivers/dma/mediatek/mtk-hsdma.c
- drivers/dma/milbeaut-xdmac.c 3 additions, 1 deletiondrivers/dma/milbeaut-xdmac.c
- drivers/dma/qcom/bam_dma.c 1 addition, 5 deletionsdrivers/dma/qcom/bam_dma.c
- drivers/dma/qcom/gpi.c 5 additions, 5 deletionsdrivers/dma/qcom/gpi.c
- drivers/dma/stm32-mdma.c 1 addition, 1 deletiondrivers/dma/stm32-mdma.c
- drivers/dma/ti/k3-udma.c 3 additions, 3 deletionsdrivers/dma/ti/k3-udma.c
- drivers/dma/xilinx/xilinx_dma.c 8 additions, 3 deletionsdrivers/dma/xilinx/xilinx_dma.c
Please register or sign in to comment