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 updates for v5.2-rc1
Date: Thu, 9 May 2019 13:16:15 +0530	[thread overview]
Message-ID: <20190509074615.GB16052@vkoul-mobl> (raw)

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

Hi Linus,

Here is the updates to dmaengine subsystem for v5.2-rc1. Please pull to
get following updates:

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-5.2-rc1

for you to fetch changes up to f33e7bb3eb922618612a90f0a828c790e8880773:

  dmaengine: tegra210-adma: restore channel status (2019-05-04 16:13:42 +0530)

----------------------------------------------------------------
dmaengine updates for v5.2-rc1

 - Updates to stm32 dma residue calculations
 - Interleave dma capability to axi-dmac and
   support for ZynqMP arch
 - Rework of channel assignment for rcar dma
 - Debugfs for pl330 driver
 - Support for Tegra186/Tegra194, refactoring for new chips
   and support for pause/resume
 - Updates to axi-dmac, bcm2835, fsl-edma, idma64, imx-sdma,
   rcar-dmac, stm32-dma etc
 - dev_get_drvdata() updates on few drivers

----------------------------------------------------------------
Alexandru Ardelean (1):
      dmaengine: axi-dmac: Don't check the number of frames for alignment

Andy Shevchenko (2):
      dmaengine: idma64: Use actual device for DMA transfers
      dmaengine: idma64: Move driver name to the header

Angus Ainslie (Purism) (1):
      dmaengine: imx-sdma: Only check ratio on parts that support 1:1

Arnaud Pouliquen (1):
      dmaengine: stm32-dma: fix residue calculation in stm32-dma

Colin Ian King (1):
      dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"

Dan Carpenter (1):
      dmaengine: at_xdmac: remove a stray bottom half unlock

Dragos Bogdan (1):
      dmaengine: axi-dmac: Enable DMA_INTERLEAVE capability

Fabien Dessenne (1):
      dmaengine: stm32-dma: use platform_get_irq()

Hiroyuki Yokoyama (1):
      dmaengine: rcar-dmac: Update copyright information

Jean-Nicolas Graux (1):
      dmaengine: pl08x: be fair when re-assigning physical channel

Jeff Xie (1):
      dmaengine: xgene-dma: move spin_lock_bh to spin_lock in tasklet

Katsuhiro Suzuki (1):
      dmaengine: pl330: introduce debugfs interface

Kefeng Wang (2):
      dmaengine: bcm-sba-raid: Use dev_get_drvdata()
      dmaengine: nbpfaxi: Use dev_get_drvdata()

Krzysztof Kozlowski (2):
      dmaengine: fsl-edma: Fix typo in Vybrid name
      dmaengine: fsl-edma: Adjust indentation

Lars-Peter Clausen (2):
      dmaengine: axi-dmac: Split too large segments
      dmaengine: axi-dmac: Infer synthesis configuration parameters hardware

Michael Hennerich (1):
      dmaengine: axi-dmac: extend support for ZynqMP arch

Michal Suchanek (1):
      dmaengine: bcm2835: Drop duplicate capability setting.

Nicolas Ferre (3):
      dmaengine: at_xdmac: remove BUG_ON macro in tasklet
      dmaengine: at_xdmac: enhance channel errors handling in tasklet
      dmaengine: at_xdmac: only monitor overflow errors for peripheral xfer

Sameer Pujar (8):
      dmaengine: tegra210-adma: use devm_clk_*() helpers
      dmaengine: tegra210-adma: update system sleep callbacks
      dmaengine: tegra210-adma: prepare for supporting newer Tegra chips
      Documentation: DT: Add compatibility binding for Tegra186
      dmaengine: tegra210-adma: add support for Tegra186/Tegra194
      dmaengine: tegra210-adma: add pause/resume support
      dmaengine: tegra210-dma: free dma controller in remove()
      dmaengine: tegra210-adma: restore channel status

Sugar Zhang (1):
      dmaengine: pl330: _stop: clear interrupt status

Vinod Koul (1):
      dmaengine: stm32-dma: Fix unsigned variable compared with zero

 .../devicetree/bindings/dma/adi,axi-dmac.txt       |   4 +-
 .../bindings/dma/nvidia,tegra210-adma.txt          |   4 +-
 drivers/dma/Kconfig                                |   2 +-
 drivers/dma/amba-pl08x.c                           |  22 +-
 drivers/dma/at_xdmac.c                             |  67 ++++-
 drivers/dma/bcm-sba-raid.c                         |   3 +-
 drivers/dma/bcm2835-dma.c                          |   1 -
 drivers/dma/dma-axi-dmac.c                         | 116 ++++++---
 drivers/dma/fsl-edma-common.h                      |   2 +-
 drivers/dma/fsl-edma.c                             |   6 +-
 drivers/dma/idma64.c                               |  15 +-
 drivers/dma/idma64.h                               |   2 +
 drivers/dma/imx-sdma.c                             |  15 +-
 drivers/dma/nbpfaxi.c                              |   4 +-
 drivers/dma/pl330.c                                |  61 ++++-
 drivers/dma/sh/rcar-dmac.c                         |   4 +-
 drivers/dma/stm32-dma.c                            | 103 ++++++--
 drivers/dma/tegra210-adma.c                        | 269 ++++++++++++++++-----
 drivers/dma/xgene-dma.c                            |   6 +-
 drivers/mfd/intel-lpss.c                           |   4 +-
 drivers/spi/spi-pxa2xx.c                           |   7 +-
 drivers/tty/serial/8250/8250_dw.c                  |   4 +-
 include/linux/dma/idma64.h                         |  14 ++
 23 files changed, 566 insertions(+), 169 deletions(-)
 create mode 100644 include/linux/dma/idma64.h

Thanks
-- 
~Vinod

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

             reply	other threads:[~2019-05-09  7:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-09  7:46 Vinod Koul [this message]
2019-05-09 16:25 ` [GIT PULL]: dmaengine updates for v5.2-rc1 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=20190509074615.GB16052@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).