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: <aTZ_8XKL7IboJNOZ@vaman>
Date: Mon, 8 Dec 2025 13:06:17 +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 updates for v6.19

Hello Linus,

here is the dmaengine request for this round. Please pull to recieve
bunch of updates for drivers.


The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2b11e7403a8ed816fce38b57cb88e04d997aa7af:

  dt-bindings: dma: xilinx: Simplify dma-coherent property (2025-11-21 17:45:04 +0530)

----------------------------------------------------------------
dmaengine updates for v6.19

 Updates:
  - Renesas driver conversion to RUNTIME_PM_OPS() etc
  - Dropping module alias on bunch of drivers
  - GPI Block event interrupt support in Qualcomm driver and updates to I2C
    driver as well

----------------------------------------------------------------
Geert Uytterhoeven (4):
      dmaengine: sh: usb-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
      dmaengine: nbpfaxi: Convert to RUNTIME_PM_OPS()
      dmaengine: rcar-dmac: Remove dummy Runtime PM callback
      dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()

Han Xu (1):
      dmaengine: fsl-edma: configure tcd attr with separate src and dst settings

Johan Hovold (11):
      dmaengine: bcm2835: drop unused module alias
      dmaengine: dw: drop unused module alias
      dmaengine: fsl-edma: drop unused module alias
      dmaengine: fsl-qdma: drop unused module alias
      dmaengine: k3dma: drop unused module alias
      dmaengine: mmp_tdma: drop unused module alias
      dmaengine: mmp_tdma: drop unnecessary OF node check in remove
      dmaengine: sprd: drop unused module alias
      dmaengine: tegra210-adma: drop unused module alias
      dmaengine: bcm2835: enable compile testing
      dmaengine: st_fdma: drop unused module alias

Jyothi Kumar Seerapu (2):
      dmaengine: qcom: gpi: Add GPI Block event interrupt support
      i2c: i2c-qcom-geni: Add Block event interrupt support

Krzysztof Kozlowski (1):
      dt-bindings: dma: xilinx: Simplify dma-coherent property

Lad Prabhakar (1):
      dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependency

Nikhil Rao (1):
      dmaengine: idxd: drain ATS translations when disabling WQ

Rosen Penev (2):
      dmaengine: at_hdmac: fix formats under 64-bit
      dmaengine: at_hdmac: add COMPILE_TEST support

 .../bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml   |   3 +-
 drivers/dma/Kconfig                                |   4 +-
 drivers/dma/at_hdmac.c                             |   6 +-
 drivers/dma/bcm2835-dma.c                          |   1 -
 drivers/dma/dw/platform.c                          |   5 +-
 drivers/dma/fsl-edma-common.c                      |  45 +++-
 drivers/dma/fsl-edma-main.c                        |   1 -
 drivers/dma/fsl-qdma.c                             |   1 -
 drivers/dma/idxd/device.c                          |  19 +-
 drivers/dma/k3dma.c                                |   1 -
 drivers/dma/mmp_tdma.c                             |   4 +-
 drivers/dma/nbpfaxi.c                              |   6 +-
 drivers/dma/qcom/gpi.c                             |  11 +-
 drivers/dma/sh/Kconfig                             |   2 +-
 drivers/dma/sh/rcar-dmac.c                         |  16 +-
 drivers/dma/sh/usb-dmac.c                          |  11 +-
 drivers/dma/sprd-dma.c                             |   1 -
 drivers/dma/st_fdma.c                              |   1 -
 drivers/dma/tegra210-adma.c                        |   1 -
 drivers/i2c/busses/i2c-qcom-geni.c                 | 248 +++++++++++++++++++--
 20 files changed, 302 insertions(+), 85 deletions(-)

-- 
~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