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: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v5.9-rc4
Date: Fri, 4 Sep 2020 15:54:33 +0530	[thread overview]
Message-ID: <20200904102433.GB2639@vkoul-mobl> (raw)

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

Hello Linus,

Please pull to receive couple of core fixes and odd driver fixes for
dmaengine subsystem.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.9-rc4

for you to fetch changes up to 46815bf4d5a2e6ed64e4fa636c7d13f025bf40d8:

  dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0 (2020-09-03 12:53:53 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.9-rc4

Core:
 - drop ACPI CSRT table reference after using it
 - fix of_dma_router_xlate() error handling

Drivers: Off fixes in:
 - idxd
 - at_hdmac
 - pl330
 - dw-edma
 - jz478

----------------------------------------------------------------
Dave Jiang (1):
      dmaengine: idxd: reset states after device disable or reset

Gustavo Pimentel (1):
      dmaengine: dw-edma: Fix scatter-gather address calculation

Hanjun Guo (1):
      dmaengine: acpi: Put the CSRT table after using it

Madhuparna Bhowmik (1):
      drivers/dma/dma-jz4780: Fix race condition between probe and irq handler

Marek Szyprowski (1):
      dmaengine: pl330: Fix burst length if burst size is smaller than bus width

Peter Ujfalusi (3):
      dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
      dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sg
      dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0

Yu Kuai (3):
      dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma_xlate()
      dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
      dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()

 drivers/dma/acpi-dma.c             |  4 +++-
 drivers/dma/at_hdmac.c             | 11 +++++++++--
 drivers/dma/dma-jz4780.c           | 38 +++++++++++++++++++-------------------
 drivers/dma/dw-edma/dw-edma-core.c | 11 ++++++-----
 drivers/dma/idxd/device.c          | 26 ++++++++++++++++++++++++++
 drivers/dma/idxd/irq.c             | 12 ------------
 drivers/dma/of-dma.c               |  8 ++++----
 drivers/dma/pl330.c                |  2 +-
 drivers/dma/ti/k3-udma.c           | 10 +++++-----
 9 files changed, 73 insertions(+), 49 deletions(-)

Thanks
-- 
~Vinod

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

             reply	other threads:[~2020-09-04 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 10:24 Vinod Koul [this message]
2020-09-04 20:49 ` [GIT PULL]: dmaengine fixes for v5.9-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=20200904102433.GB2639@vkoul-mobl \
    --to=vkoul@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).