All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dma <dmaengine@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v5.7-rc4
Date: Sat, 2 May 2020 16:33:48 +0530	[thread overview]
Message-ID: <20200502110348.GM948789@vkoul-mobl.Dlink> (raw)

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

Hello Linus,

Please pull to recived few fixes for dmaengine. A core fix, with
documentation fixes as well as driver fixes:

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa72f1d20ee973d68f26d46fce5e1cf6f9b7e1ca:

  dmaengine: dmatest: Fix process hang when reading 'wait' parameter (2020-04-28 21:46:35 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.7-rc4

Core:
 - Documentation typo fixes
 - fix the channel indexes
 - Dmatest: fixes for process hang and iterations
Drivers:
 - hisilicon: build error fix without PCI_MSI
 - ti-k3: deadlock fix
 - uniphier-xdmac: fix for reg region
 - pch: fix data race
 - tegra: fix clock state

----------------------------------------------------------------
Andy Shevchenko (2):
      dmaengine: dmatest: Fix iteration non-stop logic
      dmaengine: dmatest: Fix process hang when reading 'wait' parameter

Dave Jiang (1):
      dmaengine: fix channel index enumeration

Dmitry Osipenko (1):
      dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization

Grygorii Strashko (1):
      dmaengine: ti: k3-psil: fix deadlock on error path

Lubomir Rintel (2):
      dmaengine: mmp_tdma: Do not ignore slave config validation errors
      dmaengine: mmp_tdma: Reset channel error on release

Maciej Grochowski (1):
      include/linux/dmaengine: Typos fixes in API documentation

Madhuparna Bhowmik (1):
      dmaengine: pch_dma.c: Avoid data race between probe and irq handler

Masahiro Yamada (1):
      dt-bindings: dma: uniphier-xdmac: switch to single reg region

Sebastian von Ohr (1):
      dmaengine: xilinx_dma: Add missing check for empty list

YueHaibing (1):
      dmaengine: hisilicon: Fix build error without PCI_MSI

 .../bindings/dma/socionext,uniphier-xdmac.yaml     |  7 ++-
 drivers/dma/Kconfig                                |  3 +-
 drivers/dma/dmaengine.c                            | 60 ++++++++++------------
 drivers/dma/dmatest.c                              |  6 +--
 drivers/dma/mmp_tdma.c                             |  5 +-
 drivers/dma/pch_dma.c                              |  2 +-
 drivers/dma/tegra20-apb-dma.c                      |  9 ++++
 drivers/dma/ti/k3-psil.c                           |  1 +
 drivers/dma/xilinx/xilinx_dma.c                    | 20 ++++----
 include/linux/dmaengine.h                          | 12 ++---
 10 files changed, 65 insertions(+), 60 deletions(-)

-- 
~Vinod

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

             reply	other threads:[~2020-05-02 11:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02 11:03 Vinod Koul [this message]
2020-05-02 18:45 ` [GIT PULL]: dmaengine fixes for v5.7-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200502110348.GM948789@vkoul-mobl.Dlink \
    --to=vkoul@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.