Re: [GIT PULL] dmaengine fixes for v5.11

2021-02-10 Thread pr-tracker-bot
The pull request you sent on Wed, 10 Feb 2021 15:30:36 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git 
> tags/dmaengine-fix2-5.11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/708c2e41814209e5dde27c61ad032f4c1ed3624b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] dmaengine fixes for v5.11

2021-02-10 Thread Vinod Koul
Hi Linus,

Few late fixes for dmaengine. This includes one core fix and couple of
driver fixes.

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git 
tags/dmaengine-fix2-5.11

for you to fetch changes up to b6c14d7a83802046f7098e9bae78fbde23affa74:

  dmaengine dw: Revert "dmaengine: dw: Enable runtime PM" (2021-02-08 17:36:12 
+0530)


dmaengine fixes-2 for v5.11

Some late fixes for dmaengine:
 - Core: fix channel device_node deletion
 - Driver fixes for:
   - dw: revert of runtime pm enabling
   - idxd: device state fix, interrupt completion and list corruption
   - ti: resource leak


Cezary Rojewski (1):
  dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"

Christophe JAILLET (1):
  dmaengine: ti: k3-udma: Fix a resource leak in an error handling path

Dave Jiang (4):
  dmaengine: idxd: Fix list corruption in description completion
  dmaengine: idxd: fix misc interrupt completion
  dmaengine: move channel device_node deletion to driver
  dmaengine: idxd: check device state before issue command

 drivers/dma/dmaengine.c   |   1 -
 drivers/dma/dw/core.c |   6 ---
 drivers/dma/idxd/device.c |  23 -
 drivers/dma/idxd/dma.c|   5 +-
 drivers/dma/idxd/idxd.h   |   2 +-
 drivers/dma/idxd/init.c   |   5 +-
 drivers/dma/idxd/irq.c| 122 +++---
 drivers/dma/ti/k3-udma.c  |   3 +-
 8 files changed, 104 insertions(+), 63 deletions(-)

Thanks
-- 
~Vinod


signature.asc
Description: PGP signature


Re: [GIT PULL]: dmaengine fixes for v5.11

2021-01-09 Thread pr-tracker-bot
The pull request you sent on Sat, 9 Jan 2021 14:31:24 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git 
> tags/dmaengine-fix-5.11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f408126be7dc642102224cdb55d6533519a67c19

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL]: dmaengine fixes for v5.11

2021-01-09 Thread Vinod Koul
Hello Linus,

Please pull to receive fixes for dmaengine drivers. Odd fixes for few
drivers.

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git 
tags/dmaengine-fix-5.11

for you to fetch changes up to e1263f9277bad198c2acc8092a41aea1edbea0e4:

  dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value (2021-01-04 
21:27:45 +0530)


dmaengine fixes for v5.11

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


Amelie Delaunay (1):
  dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value

Arnd Bergmann (1):
  dmaengine: qcom: fix gpi undefined behavior

Christophe JAILLET (2):
  dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling 
path of the probe function
  dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path 
of the probe function

Dan Carpenter (2):
  dmaengine: idxd: off by one in cleanup code
  dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()

Peter Ujfalusi (3):
  dmaengine: ti: k3-udma: Fix pktdma rchan TPL level setup
  MAINTAINERS: Add entry for Texas Instruments DMA drivers
  dt-bindings: dma: ti: Update maintainer and author information

Shravya Kumbham (3):
  dmaengine: xilinx_dma: check dma_async_device_register return value
  dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
  dmaengine: xilinx_dma: fix mixed_enum_type coverity warning

Xiaoming Ni (1):
  dmaengine: qcom: gpi: Fixes a format mismatch

Zheng Yongjun (1):
  qcom: bam_dma: Delete useless kfree code

 Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml  |  4 +++-
 Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml |  4 +++-
 Documentation/devicetree/bindings/dma/ti/k3-udma.yaml   |  4 +++-
 MAINTAINERS | 13 +
 drivers/dma/dw-edma/dw-edma-core.c  |  4 ++--
 drivers/dma/idxd/sysfs.c|  4 ++--
 drivers/dma/mediatek/mtk-hsdma.c|  1 +
 drivers/dma/milbeaut-xdmac.c|  4 +++-
 drivers/dma/qcom/bam_dma.c  |  6 +-
 drivers/dma/qcom/gpi.c  | 10 +-
 drivers/dma/stm32-mdma.c|  2 +-
 drivers/dma/ti/k3-udma.c|  6 +++---
 drivers/dma/xilinx/xilinx_dma.c | 11 ---
 13 files changed, 48 insertions(+), 25 deletions(-)



-- 
~Vinod


signature.asc
Description: PGP signature