mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Denis Orlov <denorl2009@gmail.com>
Cc: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v2 0/2] dma: rework streaming DMA interface
Date: Tue, 6 Jun 2023 09:40:25 +0200	[thread overview]
Message-ID: <20230606074025.GT18491@pengutronix.de> (raw)
In-Reply-To: <20230604215002.20240-1-denorl2009@gmail.com>

On Mon, Jun 05, 2023 at 12:45:00AM +0300, Denis Orlov wrote:
> This fixes issues with streaming DMA on MIPS and more or less properly
> fixes support for non 1-to-1 mappings via 'dma-ranges' device tree
> property.
> 
> It needs to be tested properly on non-MIPS architectures as I only
> have tested the compilation for some of those.
> 
> The differences from RFC include merging two parts of the patch and
> dropping changes not really related to the matter at hand.
> 
> Denis Orlov (2):
>   dma: rework dma_sync_single_for_*() interface
>   net: macb: remove const from dev pointer in macb_device

Looks good to me, thanks for working on this. Applied to next, let's see
what the autobuilder says to it.

Sascha

> 
>  arch/arm/cpu/dma_32.c               | 17 +++---
>  arch/arm/cpu/dma_64.c               | 13 +++--
>  arch/arm/cpu/mmu-common.c           |  9 ++--
>  arch/arm/include/asm/dma.h          | 12 ++---
>  arch/arm/mach-bcm283x/mbox.c        |  4 +-
>  arch/kvx/lib/dma-default.c          | 16 +++---
>  arch/mips/lib/dma-default.c         | 18 +++----
>  arch/riscv/cpu/dma.c                | 23 +++++----
>  arch/sandbox/include/asm/dma.h      | 12 ++---
>  arch/x86/include/asm/dma.h          | 12 ++---
>  drivers/crypto/caam/caam-blobgen.c  | 28 +++++-----
>  drivers/crypto/caam/caamrng.c       |  6 +--
>  drivers/crypto/caam/rng_self_test.c |  6 +--
>  drivers/dma/Makefile                |  1 -
>  drivers/dma/map.c                   | 39 --------------
>  drivers/mci/dove-sdhci.c            |  8 +--
>  drivers/mci/stm32_sdmmc2.c          |  8 +--
>  drivers/mci/tegra-sdmmc.c           |  8 +--
>  drivers/net/ag71xx.c                |  8 +--
>  drivers/net/arc_emac.c              | 10 ++--
>  drivers/net/at91_ether.c            | 11 ++--
>  drivers/net/bcmgenet.c              |  4 +-
>  drivers/net/cpsw.c                  |  8 +--
>  drivers/net/davinci_emac.c          |  8 +--
>  drivers/net/designware.c            | 10 ++--
>  drivers/net/designware_eqos.c       |  6 ++-
>  drivers/net/e1000/main.c            |  4 +-
>  drivers/net/fec_imx.c               |  4 +-
>  drivers/net/fsl-fman.c              |  7 +--
>  drivers/net/macb.c                  | 22 ++++----
>  drivers/net/mvneta.c                |  8 +--
>  drivers/net/orion-gbe.c             |  8 +--
>  drivers/net/r8169_main.c            | 10 ++--
>  drivers/usb/gadget/udc/fsl_udc.c    |  8 +--
>  drivers/usb/host/ohci-hcd.c         |  7 +--
>  include/dma.h                       | 80 ++++++++++++++++++++++-------
>  36 files changed, 237 insertions(+), 226 deletions(-)
>  delete mode 100644 drivers/dma/map.c
> 
> -- 
> 2.41.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      parent reply	other threads:[~2023-06-06  7:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04 21:45 Denis Orlov
2023-06-04 21:45 ` [PATCH 1/2] dma: rework dma_sync_single_for_*() interface Denis Orlov
2023-06-04 21:45 ` [PATCH 2/2] net: macb: remove const from dev pointer in macb_device Denis Orlov
2023-06-06  7:40 ` Sascha Hauer [this message]

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=20230606074025.GT18491@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=denorl2009@gmail.com \
    /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