lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z+pGJypbmzkaVhfz@vaman>
Date: Mon, 31 Mar 2025 13:07:11 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL]:  Dmaengine subystem updates for 6.15

Hello Linus,

Please pull to receive dmaengine subsystem updates for this cycle
consisting of a new driver (Microchip) along with couple of yaml binding
conversions, core api updates and bunch of driver updates etc


The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6565439894570a07b00dba0b739729fe6b56fba4:

  dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (2025-03-11 02:33:27 +0530)

----------------------------------------------------------------
dmaengine updates for v6.15

 New support:
  - Microchip sama7d65 dma controller
  - Yaml conversion of atmel dma binding and Freescale Elo DMA Controller
    binding

 Core:
  - Remove device_prep_dma_imm_data() API as users are removed
  - Reduce scope of some less frequently used DMA request channel APIs with
    aim to cleanup these in future

 Updates:
  - Drop Fenghua Yu from idxd maintainers, as he changed jobs
  - AMD ptdma support for multiqueue and ae4dma deprecated PCI IDs removal

----------------------------------------------------------------
Andy Shevchenko (5):
      dmaengine: Replace dma_request_slave_channel() by dma_request_chan()
      dmaengine: Use dma_request_channel() instead of __dma_request_channel()
      dmaengine: Add a comment on why it's okay when kasprintf() fails
      dmaengine: Unify checks in dma_request_chan()
      dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()

Arnd Bergmann (1):
      dmaengine: img-mdc: remove incorrect of_match_ptr annotation

Basavaraj Natikar (3):
      dmaengine: ae4dma: Remove deprecated PCI IDs
      dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number
      dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality

Dan Carpenter (1):
      dmaengine: idxd: Delete unnecessary NULL check

Durai Manickam KR (1):
      dt-bindings: dma: convert atmel-dma.txt to YAML

Fenghua Yu (1):
      MAINTAINERS: Change maintainer for IDXD

Frank Li (2):
      dt-bindings: dma: fsl,edma: Add i.MX94 support
      dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips

Inochi Amaoto (1):
      dt-bindings: dma: snps,dw-axi-dmac: Allow devices to be marked as noncoherent

J. Neuschäfer (1):
      dt-bindings: dma: Convert fsl,elo*-dma to YAML

Krzysztof Kozlowski (2):
      dmaengine: Use str_enable_disable-like helpers
      dmaengine: pxa: Enable compile test

Matthew Majewski (1):
      dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()

Nathan Lynch (1):
      dmaengine: Remove device_prep_dma_imm_data from struct dma_device

Peng Fan (2):
      dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
      dmaengine: fsl-edma: free irq correctly in remove path

Roger Quadros (1):
      dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_rx_chn

Ryan Wanner (1):
      dt-bindings: dma: atmel: add microchip,sama7d65-dma

Siddharth Vadapalli (1):
      dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMA

Stefan Wahren (2):
      dmaengine: fsl-edma: Add missing newlines to log messages
      dmaengine: bcm2835-dma: fix warning when CONFIG_PM=n

Thorsten Blum (1):
      dmaengine: Fix typo in comment

Vinicius Costa Gomes (1):
      dmaengine: dmatest: Fix dmatest waiting less when interrupted

 .../bindings/dma/atmel,at91sam9g45-dma.yaml        |  68 +++++++
 .../devicetree/bindings/dma/atmel,sama5d4-dma.yaml |   3 +
 .../devicetree/bindings/dma/atmel-dma.txt          |  42 -----
 .../devicetree/bindings/dma/fsl,edma.yaml          |   8 +
 .../devicetree/bindings/dma/fsl,elo-dma.yaml       | 137 ++++++++++++++
 .../devicetree/bindings/dma/fsl,elo3-dma.yaml      | 125 +++++++++++++
 .../devicetree/bindings/dma/fsl,eloplus-dma.yaml   | 132 +++++++++++++
 .../devicetree/bindings/dma/fsl,mxs-dma.yaml       |   6 +
 .../devicetree/bindings/dma/snps,dw-axi-dmac.yaml  |   2 +
 .../devicetree/bindings/misc/atmel-ssc.txt         |   2 +-
 .../devicetree/bindings/powerpc/fsl/dma.txt        | 204 ---------------------
 MAINTAINERS                                        |   4 +-
 drivers/dma/Kconfig                                |   2 +-
 drivers/dma/amd/ae4dma/ae4dma-pci.c                |   6 +-
 drivers/dma/amd/ae4dma/ae4dma.h                    |   2 +
 drivers/dma/amd/ptdma/ptdma-dmaengine.c            |  90 ++++++++-
 drivers/dma/bcm2835-dma.c                          |   2 +-
 drivers/dma/dmaengine.c                            |  16 +-
 drivers/dma/dmatest.c                              |   6 +-
 drivers/dma/dw-edma/dw-edma-core.c                 |   6 +-
 drivers/dma/dw/pci.c                               |   8 +-
 drivers/dma/dw/platform.c                          |   8 +-
 drivers/dma/fsl-edma-main.c                        |  18 +-
 drivers/dma/idxd/init.c                            |   3 +-
 drivers/dma/img-mdc-dma.c                          |   2 +-
 drivers/dma/imx-dma.c                              |   3 +-
 drivers/dma/imx-sdma.c                             |   5 +-
 drivers/dma/pxa_dma.c                              |   4 +-
 drivers/dma/sh/shdma-base.c                        |   2 +-
 drivers/dma/sun6i-dma.c                            |   3 +-
 drivers/dma/ti/edma.c                              |  11 +-
 drivers/dma/ti/k3-udma-glue.c                      |  15 +-
 drivers/dma/ti/k3-udma.c                           |  36 ++++
 drivers/dma/xilinx/xilinx_dma.c                    |   3 +-
 drivers/net/ethernet/ti/am65-cpsw-nuss.c           |   4 +-
 drivers/net/ethernet/ti/icssg/icssg_common.c       |   2 +-
 include/linux/dma/k3-udma-glue.h                   |   3 +-
 include/linux/dmaengine.h                          |  10 +-
 38 files changed, 683 insertions(+), 320 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/atmel,at91sam9g45-dma.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/atmel-dma.txt
 create mode 100644 Documentation/devicetree/bindings/dma/fsl,elo-dma.yaml
 create mode 100644 Documentation/devicetree/bindings/dma/fsl,elo3-dma.yaml
 create mode 100644 Documentation/devicetree/bindings/dma/fsl,eloplus-dma.yaml
 delete mode 100644 Documentation/devicetree/bindings/powerpc/fsl/dma.txt



-- 
~Vinod

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ