mbox series

[GIT,PULL] dmaengine late fixes for 5.3

Message ID 20190907081234.GJ2672@vkoul-mobl (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] dmaengine late fixes for 5.3 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.3

Message

Vinod Koul Sept. 7, 2019, 8:12 a.m. UTC
Heya Linus,

I would like you to pull for couple of simple dmaengine driver fixes we
got in last few days.

The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

  Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.3

for you to fetch changes up to cf24aac38698bfa1d021afd3883df3c4c65143a4:

  dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped (2019-09-04 11:35:58 +0530)

----------------------------------------------------------------
dmaengine late fixes for 5.3

Some late fixes for drivers:
 - memory leak in ti crossbar dma driver
 - cleanup of omap dma probe
 - Fix for link list configuration in sprd dma driver
 - Handling fixed for DMACHCLR if iommu is mapped in rcar dma

----------------------------------------------------------------
Baolin Wang (1):
      dmaengine: sprd: Fix the DMA link-list configuration

Wenwen Wang (2):
      dmaengine: ti: dma-crossbar: Fix a memory leak bug
      dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()

Yoshihiro Shimoda (1):
      dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped

 drivers/dma/sh/rcar-dmac.c    | 28 +++++++++++++++++++---------
 drivers/dma/sprd-dma.c        | 10 ++++++++--
 drivers/dma/ti/dma-crossbar.c |  4 +++-
 drivers/dma/ti/omap-dma.c     |  4 +++-
 4 files changed, 33 insertions(+), 13 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org Sept. 7, 2019, 5:10 p.m. UTC | #1
The pull request you sent on Sat, 7 Sep 2019 13:42:34 +0530:

> git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.3

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

Thank you!