mbox series

[GIT,PULL] : dmaengine fixes for v5.3-rc5

Message ID 20190816094627.GB12733@vkoul-mobl.Dlink (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] : dmaengine fixes for v5.3-rc5 | expand

Pull-request

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

Message

Vinod Koul Aug. 16, 2019, 9:46 a.m. UTC
Hello Linus,

Please pull the fixes for dmaengine drivers as listed below.

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d555c34338cae844b207564c482e5a3fb089d25e:

  omap-dma/omap_vout_vrfb: fix off-by-one fi value (2019-08-09 16:33:41 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.3-rc5

Fixes in dmaengine drivers for:
 - dw-edma endianess, _iomem type and stack usages
 - ste_dma40 unneeded variable and null-pointer dereference
 - tegra210-adma unused function
 - omap-dma off-by-one fix

----------------------------------------------------------------
Arnd Bergmann (4):
      dmaengine: dw-edma: fix unnecessary stack usage
      dmaengine: dw-edma: fix __iomem type confusion
      dmaengine: dw-edma: fix endianess confusion
      dmaengine: ste_dma40: fix unneeded variable warning

Hans Verkuil (1):
      omap-dma/omap_vout_vrfb: fix off-by-one fi value

Jia-Ju Bai (1):
      dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_irq_handler()

YueHaibing (1):
      dmaengine: tegra210-adma: Fix unused function warnings

 drivers/dma/dw-edma/dw-edma-core.h           |  2 +-
 drivers/dma/dw-edma/dw-edma-pcie.c           | 18 +++++++--------
 drivers/dma/dw-edma/dw-edma-v0-core.c        | 34 ++++++++++++----------------
 drivers/dma/dw-edma/dw-edma-v0-debugfs.c     | 29 ++++++++++++------------
 drivers/dma/ste_dma40.c                      |  4 ++--
 drivers/dma/stm32-mdma.c                     |  2 +-
 drivers/dma/tegra210-adma.c                  |  4 ++--
 drivers/dma/ti/omap-dma.c                    |  4 ++--
 drivers/media/platform/omap/omap_vout_vrfb.c |  3 +--
 9 files changed, 48 insertions(+), 52 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org Aug. 16, 2019, 4:30 p.m. UTC | #1
The pull request you sent on Fri, 16 Aug 2019 15:16:28 +0530:

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

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

Thank you!