-
- Downloads
Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Pull dmaengine fixes from Vinod Koul: "A couple of core fixes and odd driver fixes for dmaengine subsystem: Core: - drop ACPI CSRT table reference after using it - fix of_dma_router_xlate() error handling Drivers fixes in idxd, at_hdmac, pl330, dw-edma and jz478" * tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0 drivers/dma/dma-jz4780: Fix race condition between probe and irq handler dmaengine: dw-edma: Fix scatter-gather address calculation dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sg dmaengine: pl330: Fix burst length if burst size is smaller than bus width dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma_xlate() dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling dmaengine: idxd: reset states after device disable or reset dmaengine: acpi: Put the CSRT table after using it
No related branches found
No related tags found
Showing
- drivers/dma/acpi-dma.c 3 additions, 1 deletiondrivers/dma/acpi-dma.c
- drivers/dma/at_hdmac.c 9 additions, 2 deletionsdrivers/dma/at_hdmac.c
- drivers/dma/dma-jz4780.c 19 additions, 19 deletionsdrivers/dma/dma-jz4780.c
- drivers/dma/dw-edma/dw-edma-core.c 6 additions, 5 deletionsdrivers/dma/dw-edma/dw-edma-core.c
- drivers/dma/idxd/device.c 26 additions, 0 deletionsdrivers/dma/idxd/device.c
- drivers/dma/idxd/irq.c 0 additions, 12 deletionsdrivers/dma/idxd/irq.c
- drivers/dma/of-dma.c 4 additions, 4 deletionsdrivers/dma/of-dma.c
- drivers/dma/pl330.c 1 addition, 1 deletiondrivers/dma/pl330.c
- drivers/dma/ti/k3-udma.c 5 additions, 5 deletionsdrivers/dma/ti/k3-udma.c
Loading
Please register or sign in to comment