mbox series

[GIT,PULL] : dmaengine fixes for v5.6

Message ID 20200324054017.GU72691@vkoul-mobl (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] : dmaengine fixes for v5.6 | expand

Pull-request

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

Message

Vinod Koul March 24, 2020, 5:40 a.m. UTC
Hi Linus,

Couple of fixes came in and would be good to have in v5.6. Please
pull to get:

The following changes since commit 25962e1a7f1d522f1b57ead2f266fab570042a70:

  dmaengine: imx-sdma: Fix the event id check to include RX event for UART6 (2020-02-25 14:15:26 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 018af9be3dd54e6f24f828966bdd873f4d63ad9b:

  dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_rx_flow()' (2020-03-23 11:48:34 +0530)

----------------------------------------------------------------
dmaengine-fix-5.6

Late fixes in dmaengine for v5.6:
  - move .device_release missing log warning to debug
  - couple of maintainer entries for HiSilicon and IADX drivers
  - one off fix for idxd driver
  - documentation warn fixes
  - TI k3 dma error handling fix

----------------------------------------------------------------
Christophe JAILLET (1):
      dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_rx_flow()'

Dave Jiang (1):
      dmaengine: idxd: fix off by one on cdev dwq refcount

Lukas Bulwahn (1):
      MAINTAINERS: rectify the INTEL IADX DRIVER entry

Mauro Carvalho Chehab (1):
      docs: dmaengine: provider.rst: get rid of some warnings

Vinod Koul (1):
      dmaengine: move .device_release missing log warning to debug level

Zhou Wang (1):
      MAINTAINERS: Add maintainer for HiSilicon DMA engine driver

 Documentation/driver-api/dmaengine/provider.rst | 12 ++++++++--
 MAINTAINERS                                     |  7 +++++-
 drivers/dma/dmaengine.c                         |  2 +-
 drivers/dma/idxd/cdev.c                         |  4 ++--
 drivers/dma/ti/k3-udma-glue.c                   | 29 ++++++++++++++++---------
 5 files changed, 38 insertions(+), 16 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org March 24, 2020, 5:15 p.m. UTC | #1
The pull request you sent on Tue, 24 Mar 2020 11:10:17 +0530:

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

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

Thank you!