public inbox for linux-kernel@vger.kernel.org
 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 6.8
Date: Sat, 3 Feb 2024 15:13:38 +0100	[thread overview]
Message-ID: <Zb5KEtfOS8_8EoUA@matsya> (raw)

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

Hey Linus,

Please pull to receive the fixes for dmaengine subsystem which includes
one core fix for return of slave condition for d2d dma and few driver
fixes

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bd6081be2251c3700eca8a7bbe071e1bb8cd2af4:

  dmaengine: at_hdmac: add missing kernel-doc style description (2024-02-02 17:16:55 +0100)

----------------------------------------------------------------
dmaengine fixes for v6.8

Core:
 - return of is_slave_direction() for D2D dma

Driver fixes for:
 - Documentaion fixes to resolve warnings for at_hdmac driver
 - bunch of fsl driver fixes for memory leaks, and useless kfree
 - TI edma and k3 fixes for packet error and null pointer checks

----------------------------------------------------------------
Christophe JAILLET (3):
      dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA
      dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
      dmaengine: fsl-qdma: Remove a useless devm_kfree()

Frank Li (1):
      dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV

Guanhua Gao (1):
      dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools

Jai Luthra (1):
      dmaengine: ti: k3-udma: Report short packet errors

Kunwu Chan (1):
      dmaengine: ti: edma: Add some null pointer checks to the edma_probe

Randy Dunlap (1):
      dmaengine: at_hdmac: fix some kernel-doc warnings

Vinod Koul (1):
      dmaengine: at_hdmac: add missing kernel-doc style description

 drivers/dma/at_hdmac.c                  | 32 +++++++++++++++++++++-----------
 drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c | 10 ++++++----
 drivers/dma/fsl-qdma.c                  | 33 ++++++++++++---------------------
 drivers/dma/ti/edma.c                   | 10 ++++++++++
 drivers/dma/ti/k3-udma.c                | 10 ++++++++--
 include/linux/dmaengine.h               |  3 ++-
 6 files changed, 59 insertions(+), 39 deletions(-)

-- 
~Vinod

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

             reply	other threads:[~2024-02-03 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 14:13 Vinod Koul [this message]
2024-02-04  7:18 ` [GIT PULL]: dmaengine fixes for 6.8 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=Zb5KEtfOS8_8EoUA@matsya \
    --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