All of lore.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]: dmanegine fixes for v6.11
Date: Fri, 30 Aug 2024 18:27:50 +0530	[thread overview]
Message-ID: <ZtHBzmaZzRaluC74@vaman> (raw)

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

Hello Linus,

Last one for the weekend, so please pull the dmaengine fixes which
contain the driver fixes for couple of them.

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9f646ff25c09c52cebe726601db27a60f876f15e:

  dmaengine: dw-edma: Do not enable watermark interrupts for HDMA (2024-08-28 18:40:17 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.11

Driver fixes for:
 - Bunch of dw driver changes to fix the src/dst addr width config
 - Omap driver fix for sglen initialization
 - stm32-dma3 driver lli_size init fix
 - dw edma driver fixes for watermark interrupts and unmasking STOP and
   ABORT interrupts

----------------------------------------------------------------
Kees Cook (2):
      dmaengine: ti: omap-dma: Initialize sglen after allocation
      dmaengine: stm32-dma3: Set lli_size after allocation

Mrinmay Sarkar (2):
      dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
      dmaengine: dw-edma: Do not enable watermark interrupts for HDMA

Serge Semin (6):
      dmaengine: dw: Add peripheral bus width verification
      dmaengine: dw: Add memory bus width verification
      dmaengine: dw: Simplify prepare CTL_LO methods
      dmaengine: dw: Define encode_maxburst() above prepare_ctllo() callbacks
      dmaengine: dw: Simplify max-burst calculation procedure
      dmaengine: dw: Unify ret-val local variables naming

 drivers/dma/dw-edma/dw-hdma-v0-core.c |  26 +++----
 drivers/dma/dw/core.c                 | 131 ++++++++++++++++++++++++++++------
 drivers/dma/dw/dw.c                   |  44 +++++++-----
 drivers/dma/dw/idma32.c               |  19 ++---
 drivers/dma/dw/platform.c             |  20 +++---
 drivers/dma/dw/regs.h                 |   1 -
 drivers/dma/stm32/stm32-dma3.c        |   2 +-
 drivers/dma/ti/omap-dma.c             |   6 +-
 8 files changed, 168 insertions(+), 81 deletions(-)

-- 
~Vinod

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

             reply	other threads:[~2024-08-30 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 12:57 Vinod Koul [this message]
2024-08-30 18:37 ` [GIT PULL]: dmanegine fixes for v6.11 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=ZtHBzmaZzRaluC74@vaman \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.