dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, dma <dmaengine@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v5.6-rc5
Date: Thu, 5 Mar 2020 14:13:04 +0530	[thread overview]
Message-ID: <20200305084304.GY4148@vkoul-mobl> (raw)

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

Hi Linus,

Please pull to receive fixes for dmaengine.

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 25962e1a7f1d522f1b57ead2f266fab570042a70:

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

----------------------------------------------------------------
dmaengine fixes for v5.6-rc5

Bunch of driver fixes:
 - Doc updates to clean warnings for dmaengine
 - Fixes for newly added Intel idxd driver
 - More fixes for newly added TI k3-udma driver
 - Fixes for IMX and Tegra drivers.

----------------------------------------------------------------
Changbin Du (1):
      dmaengine: doc: fix warnings/issues of client.rst

Dan Carpenter (2):
      dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
      dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()

Dave Jiang (4):
      dmaengine: idxd: fix runaway module ref count on device driver bind
      dmaengine: idxd: correct reserved token calculation
      dmaengine: idxd: sysfs input of wq incorrect wq type should return error
      dmaengine: idxd: wq size configuration needs to check global max size

Dmitry Osipenko (2):
      dmaengine: tegra-apb: Fix use-after-free
      dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list

Frieder Schrempf (1):
      dmaengine: imx-sdma: Fix the event id check to include RX event for UART6

Martin Fuzzey (1):
      dmaengine: imx-sdma: fix context cache

Peter Ujfalusi (5):
      dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peer
      dmaengine: ti: k3-udma: Move the TR counter calculation to helper function
      dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclic
      dmaengine: ti: k3-udma: Use the channel direction in pause/resume functions
      dmaengine: ti: k3-udma: Fix terminated transfer handling

Vignesh Raghavendra (1):
      dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check

 Documentation/driver-api/dmaengine/client.rst |  14 +-
 drivers/dma/coh901318.c                       |   4 -
 drivers/dma/idxd/cdev.c                       |   4 +-
 drivers/dma/idxd/sysfs.c                      |  27 +-
 drivers/dma/imx-sdma.c                        |   5 +-
 drivers/dma/tegra20-apb-dma.c                 |   6 +-
 drivers/dma/ti/k3-udma.c                      | 493 +++++++++++++++++++-------
 7 files changed, 400 insertions(+), 153 deletions(-)

Thanks
-- 
~Vinod

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

             reply	other threads:[~2020-03-05  8:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05  8:43 Vinod Koul [this message]
2020-03-05 18:45 ` [GIT PULL]: dmaengine fixes for v5.6-rc5 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=20200305084304.GY4148@vkoul-mobl \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).