All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Cc: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v4 3/7] dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs
Date: Fri, 21 Feb 2025 17:44:48 +0000	[thread overview]
Message-ID: <20250221-facing-irk-e81537b74318@spud> (raw)
In-Reply-To: <20250220150110.738619-4-fabrizio.castro.jz@renesas.com>

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

On Thu, Feb 20, 2025 at 03:01:06PM +0000, Fabrizio Castro wrote:
> Document the Renesas RZ/V2H(P) family of SoCs DMAC block.
> The Renesas RZ/V2H(P) DMAC is very similar to the one found on the
> Renesas RZ/G2L family of SoCs, but there are some differences:
> * It only uses one register area
> * It only uses one clock
> * It only uses one reset
> * Instead of using MID/IRD it uses REQ NO/ACK NO
> * It is connected to the Interrupt Control Unit (ICU)
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

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

  reply	other threads:[~2025-02-21 17:44 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-20 15:01 [PATCH v4 0/7] Add DMAC support to the RZ/V2H(P) Fabrizio Castro
2025-02-20 15:01 ` [PATCH v4 1/7] clk: renesas: r9a09g057: Add entries for the DMACs Fabrizio Castro
2025-02-21 20:45   ` Lad, Prabhakar
2025-02-24 10:50   ` Geert Uytterhoeven
2025-02-20 15:01 ` [PATCH v4 2/7] dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H Fabrizio Castro
2025-02-21 17:43   ` Conor Dooley
2025-02-21 20:48   ` Lad, Prabhakar
2025-02-24 12:33   ` Geert Uytterhoeven
2025-02-20 15:01 ` [PATCH v4 3/7] dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs Fabrizio Castro
2025-02-21 17:44   ` Conor Dooley [this message]
2025-02-21 20:55   ` Lad, Prabhakar
2025-02-24 12:43   ` Geert Uytterhoeven
2025-02-27 18:16     ` Fabrizio Castro
2025-02-28 10:17       ` Geert Uytterhoeven
2025-02-28 14:55         ` Fabrizio Castro
2025-02-28 15:16           ` Geert Uytterhoeven
2025-02-28 15:38             ` Fabrizio Castro
2025-02-28 15:56               ` Geert Uytterhoeven
2025-02-28 16:32                 ` Fabrizio Castro
2025-02-28 16:43                   ` Geert Uytterhoeven
2025-02-28 17:28                     ` Fabrizio Castro
2025-03-04 15:02                       ` Fabrizio Castro
2025-02-20 15:01 ` [PATCH v4 4/7] irqchip/renesas-rzv2h: Add rzv2h_icu_register_dma_req_ack() Fabrizio Castro
2025-02-21 21:05   ` Lad, Prabhakar
2025-02-24 12:59   ` Geert Uytterhoeven
2025-02-28 14:47     ` Fabrizio Castro
2025-02-20 15:01 ` [PATCH v4 5/7] dmaengine: sh: rz-dmac: Allow for multiple DMACs Fabrizio Castro
2025-02-21 21:25   ` Lad, Prabhakar
2025-02-24 13:00   ` Geert Uytterhoeven
2025-02-20 15:01 ` [PATCH v4 6/7] dmaengine: sh: rz-dmac: Add RZ/V2H(P) support Fabrizio Castro
2025-02-21 21:44   ` Lad, Prabhakar
2025-02-22  8:05   ` Biju Das
2025-02-22  8:06     ` Biju Das
2025-02-24 13:19   ` Geert Uytterhoeven
2025-02-28 15:06     ` Fabrizio Castro
2025-02-20 15:01 ` [PATCH v4 7/7] arm64: dts: renesas: r9a09g057: Add DMAC nodes Fabrizio Castro
2025-02-24 13:30   ` Geert Uytterhoeven

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=20250221-facing-irk-e81537b74318@spud \
    --to=conor@kernel.org \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.org \
    --cc=vkoul@kernel.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.