All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: dmaengine fixes for v5.11
@ 2021-01-09  9:01 Vinod Koul
  2021-01-09 19:51 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2021-01-09  9:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 3114 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL]: dmaengine fixes for v5.11
  2021-01-09  9:01 [GIT PULL]: dmaengine fixes for v5.11 Vinod Koul
@ 2021-01-09 19:51 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-01-09 19:51 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Linus Torvalds, LKML

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] dmaengine fixes for v5.11
  2021-02-10 10:00 [GIT PULL] " Vinod Koul
@ 2021-02-10 20:19 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-02-10 20:19 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Linus Torvalds, dma, LKML

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] dmaengine fixes for v5.11
@ 2021-02-10 10:00 Vinod Koul
  2021-02-10 20:19 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2021-02-10 10:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dma, LKML

[-- Attachment #1: Type: text/plain, Size: 1815 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-10 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09  9:01 [GIT PULL]: dmaengine fixes for v5.11 Vinod Koul
2021-01-09 19:51 ` pr-tracker-bot
2021-02-10 10:00 [GIT PULL] " Vinod Koul
2021-02-10 20:19 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.