linux-kernel.vger.kernel.org archive mirror
 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.8-rc6
Date: Wed, 15 Jul 2020 15:06:17 +0530	[thread overview]
Message-ID: <20200715093617.GF34333@vkoul-mobl> (raw)

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

Hi Linus,

Here is the dmaengine pull request for v5.8. Please note dmaengine tree
has moved to kernel.org so you would need to pull from that now on.

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.8-rc6

for you to fetch changes up to 87730ccbddcb48478b1b88e88b14e73424130764:

  dmaengine: ioat setting ioat timeout as module parameter (2020-07-06 14:49:34 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.5-rc6

 - Update dmaengine tree location to k.org
 - dmatest fix for completing threads
 - Driver fixes for:
   - k3dma
   - fsl-dma
   - idxd
   - tegra
   - and few other in bunch of other drivers

----------------------------------------------------------------
Andy Shevchenko (1):
      dmaengine: dw: Initialize channel before each transfer

Angelo Dureghello (1):
      dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu

Dave Jiang (3):
      dmaengine: idxd: fix hw descriptor fields for delta record
      dmaengine: idxd: cleanup workqueue config after disabling
      dmaengine: idxd: fix misc interrupt handler thread unmasking

Dinghao Liu (1):
      dmaengine: tegra210-adma: Fix runtime PM imbalance on error

Fabio Estevam (1):
      dmaengine: imx-sdma: Fix: Remove 'always true' comparison

Krzysztof Kozlowski (3):
      dmaengine: fsl-edma: Add lockdep assert for exported function
      dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handler
      dmaengine: mcf-edma: Fix NULL pointer exception in mcf_edma_tx_handler

Leonid Ravich (1):
      dmaengine: ioat setting ioat timeout as module parameter

Nikhil Rao (1):
      dmaengine: idxd: fix cdev locking for open and release

Peter Ujfalusi (5):
      dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype"
      dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resources
      dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resources
      dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround
      dmaengine: dmatest: stop completed threads when running without set channel

Robin Gong (1):
      dmaengine: fsl-edma-common: correct DSIZE_32BYTE

Vinod Koul (1):
      MAINTAINERS: switch dmaengine tree to kernel.org

Yoshihiro Shimoda (1):
      dmaengine: sh: usb-dmac: set tx_result parameters

Yu Kuai (1):
      dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get()

 MAINTAINERS                      |  2 +-
 drivers/dma/dmatest.c            |  2 ++
 drivers/dma/dw/core.c            | 12 ------------
 drivers/dma/fsl-edma-common.c    | 28 ++++++++++++++++------------
 drivers/dma/fsl-edma-common.h    |  2 +-
 drivers/dma/fsl-edma.c           |  7 +++++++
 drivers/dma/idxd/cdev.c          | 19 ++++++++++++++++---
 drivers/dma/idxd/device.c        | 25 +++++++++++++++++++++++++
 drivers/dma/idxd/idxd.h          |  1 +
 drivers/dma/idxd/irq.c           |  3 ++-
 drivers/dma/idxd/sysfs.c         |  5 +++++
 drivers/dma/imx-sdma.c           | 11 ++++-------
 drivers/dma/ioat/dma.c           | 12 ++++++++++++
 drivers/dma/ioat/dma.h           |  2 --
 drivers/dma/mcf-edma.c           |  7 +++++++
 drivers/dma/sh/usb-dmac.c        |  2 ++
 drivers/dma/tegra210-adma.c      |  5 ++++-
 drivers/dma/ti/k3-udma-private.c |  1 +
 drivers/dma/ti/k3-udma.c         | 39 +++++++++++++++++++--------------------
 include/uapi/linux/idxd.h        |  3 +++
 20 files changed, 128 insertions(+), 60 deletions(-)

Thanks
-- 
~Vinod

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

             reply	other threads:[~2020-07-15  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15  9:36 Vinod Koul [this message]
2020-07-15 23:10 ` [GIT PULL] dmaengine: fixes for v5.8-rc6 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=20200715093617.GF34333@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).