linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL]: dmaengine updates for v5.14-rc1
@ 2021-07-05 13:29 Vinod Koul
  2021-07-05 19:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2021-07-05 13:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dma, LKML

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

Hello Linus,

This time around we have a smaller pull request than usual and this
includes code removal, so should be good!

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-5.14-rc1

for you to fetch changes up to 8d11cfb0c37547bd6b1cdc7c2653c1e6b5ec5abb:

  dmaengine: imx-sdma: Remove platform data header (2021-06-24 16:44:38 +0530)

----------------------------------------------------------------
dmaengine updates for v5.14-rc1

New drivers/devices
 - Support for QCOM SM8250 GPI DMA
 - removal of shdma-of driver and binding

Updates:
 - arm-pl08x yaml binding move
 - altera-msgdma gained DT support
 - removal of imx-sdma platform data support
 - idxd and xilinx driver updates

----------------------------------------------------------------
Andy Shevchenko (2):
      dmaengine: Move kdoc description of struct dma_chan_percpu closer to it
      dmaengine: hsu: Account transferred bytes

Austin Kim (1):
      dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()

Corentin Labbe (1):
      dt-bindings: dma: convert arm-pl08x to yaml

Dave Jiang (1):
      dmaengine: idxd: remove devm allocation for idxd->int_handles

Geert Uytterhoeven (2):
      dt-bindings: dmaengine: Remove SHDMA Device Tree bindings
      dmaengine: sh: Remove unused shdma-of driver

Jiapeng Chong (1):
      dmaengine: idxd: Remove redundant variable cdev_ctx

Konrad Dybcio (2):
      dt-bindings: dmaengine: qcom: gpi: add compatible for sm8250
      dmaengine: qcom: gpi: Add SM8250 compatible

Laurent Pinchart (2):
      dmaengine: xilinx: dpdma: Print channel number in kernel log messages
      dmaengine: xilinx: dpdma: Print debug message when losing vsync race

Michal Simek (2):
      dmaengine: xilinx: dpdma: Use kernel type u32 over uint32_t
      dmaengine: xilinx: dpdma: Fix spacing around addr[i-1]

Olivier Dautricourt (3):
      dt-bindings: dma: add schema for altera-msgdma
      MAINTAINERS: add entry for Altera mSGDMA
      dmaengine: altera-msgdma: add OF support

Robin Gong (1):
      dmaengine: fsl-qdma: check dma_set_mask return value

Tony Lindgren (1):
      dmaengine: ti: omap-dma: Skip pointless cpu_pm context restore on errors

Vladimir Zapolskiy (1):
      dmaengine: imx-sdma: Remove platform data header

Yang Li (1):
      dmaengine: xilinx: dpdma: fix kernel-doc

Zou Wei (1):
      dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tail

 .../devicetree/bindings/dma/altr,msgdma.yaml       |  61 +++++++++
 .../devicetree/bindings/dma/arm-pl08x.txt          |  59 ---------
 .../devicetree/bindings/dma/arm-pl08x.yaml         | 136 +++++++++++++++++++++
 .../devicetree/bindings/dma/qcom,gpi.yaml          |   1 +
 .../devicetree/bindings/dma/renesas,shdma.txt      |  84 -------------
 MAINTAINERS                                        |   8 ++
 drivers/dma/altera-msgdma.c                        |  20 +++
 drivers/dma/fsl-qdma.c                             |   6 +-
 drivers/dma/hsu/hsu.c                              |   3 +
 drivers/dma/idxd/cdev.c                            |   2 -
 drivers/dma/idxd/init.c                            |   3 +-
 drivers/dma/imx-sdma.c                             |  56 ++++++++-
 drivers/dma/qcom/gpi.c                             |   1 +
 drivers/dma/sf-pdma/sf-pdma.c                      |   5 +-
 drivers/dma/sh/Makefile                            |   2 +-
 drivers/dma/sh/shdma-of.c                          |  76 ------------
 drivers/dma/sun4i-dma.c                            |   5 +-
 drivers/dma/ti/omap-dma.c                          |   3 +-
 drivers/dma/xilinx/xilinx_dpdma.c                  |  44 ++++---
 include/linux/dmaengine.h                          |  11 +-
 include/linux/platform_data/dma-imx-sdma.h         |  60 ---------
 21 files changed, 333 insertions(+), 313 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/altr,msgdma.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/arm-pl08x.txt
 create mode 100644 Documentation/devicetree/bindings/dma/arm-pl08x.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/renesas,shdma.txt
 delete mode 100644 drivers/dma/sh/shdma-of.c
 delete mode 100644 include/linux/platform_data/dma-imx-sdma.h

Thanks
-- 
~Vinod

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-05 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 13:29 [GIT PULL]: dmaengine updates for v5.14-rc1 Vinod Koul
2021-07-05 19:24 ` pr-tracker-bot

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).