From: Inochi Amaoto <inochiama@gmail.com>
To: Vinod Koul <vkoul@kernel.org>, Inochi Amaoto <inochiama@gmail.com>
Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Chen Wang <unicorn_wang@outlook.com>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
Longbin Li <looong.bin@gmail.com>,
Ze Huang <huangze@whut.edu.cn>,
dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, sophgo@lists.linux.dev,
linux-riscv@lists.infradead.org, Yixun Lan <dlan@gentoo.org>
Subject: Re: [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
Date: Wed, 25 Feb 2026 18:43:42 +0800 [thread overview]
Message-ID: <aZ7SHVTkDeES_r72@inochi.infowork> (raw)
In-Reply-To: <aZ7PLPFVnWjaBDpa@vaman>
On Wed, Feb 25, 2026 at 04:00:04PM +0530, Vinod Koul wrote:
> On 20-01-26, 09:37, Inochi Amaoto wrote:
> > The DMA controller on CV1800B needs to use the DMA phandle args
> > as the channel number instead of hardware handshake number, so
> > add a new compatible for the DMA controller on CV1800B.
>
> Applied this manually, please check if that is okay after push
>
Hi Vinod,
I have send a new version for v7.0-rc1.
https://lore.kernel.org/all/20260225104042.1138901-1-inochiama@gmail.com
Can you try it?
Regards,
Inochi
> >
> > Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
> > ---
> > Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > index a393a33c8908..0b5c8314e25e 100644
> > --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > @@ -20,6 +20,7 @@ properties:
> > enum:
> > - snps,axi-dma-1.01a
> > - intel,kmb-axi-dma
> > + - sophgo,cv1800b-axi-dma
> > - starfive,jh7110-axi-dma
> > - starfive,jh8100-axi-dma
> >
> > --
> > 2.52.0
>
> --
> ~Vinod
WARNING: multiple messages have this Message-ID (diff)
From: Inochi Amaoto <inochiama@gmail.com>
To: Vinod Koul <vkoul@kernel.org>, Inochi Amaoto <inochiama@gmail.com>
Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Chen Wang <unicorn_wang@outlook.com>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
Longbin Li <looong.bin@gmail.com>,
Ze Huang <huangze@whut.edu.cn>,
dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, sophgo@lists.linux.dev,
linux-riscv@lists.infradead.org, Yixun Lan <dlan@gentoo.org>
Subject: Re: [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
Date: Wed, 25 Feb 2026 18:43:42 +0800 [thread overview]
Message-ID: <aZ7SHVTkDeES_r72@inochi.infowork> (raw)
In-Reply-To: <aZ7PLPFVnWjaBDpa@vaman>
On Wed, Feb 25, 2026 at 04:00:04PM +0530, Vinod Koul wrote:
> On 20-01-26, 09:37, Inochi Amaoto wrote:
> > The DMA controller on CV1800B needs to use the DMA phandle args
> > as the channel number instead of hardware handshake number, so
> > add a new compatible for the DMA controller on CV1800B.
>
> Applied this manually, please check if that is okay after push
>
Hi Vinod,
I have send a new version for v7.0-rc1.
https://lore.kernel.org/all/20260225104042.1138901-1-inochiama@gmail.com
Can you try it?
Regards,
Inochi
> >
> > Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
> > ---
> > Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > index a393a33c8908..0b5c8314e25e 100644
> > --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> > @@ -20,6 +20,7 @@ properties:
> > enum:
> > - snps,axi-dma-1.01a
> > - intel,kmb-axi-dma
> > + - sophgo,cv1800b-axi-dma
> > - starfive,jh7110-axi-dma
> > - starfive,jh8100-axi-dma
> >
> > --
> > 2.52.0
>
> --
> ~Vinod
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2026-02-25 10:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 1:37 [PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller Inochi Amaoto
2026-01-20 1:37 ` Inochi Amaoto
2026-01-20 1:37 ` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible Inochi Amaoto
2026-01-20 1:37 ` Inochi Amaoto
2026-01-20 19:56 ` Conor Dooley
2026-01-20 19:56 ` Conor Dooley
2026-02-25 10:30 ` Vinod Koul
2026-02-25 10:30 ` Vinod Koul
2026-02-25 10:43 ` Inochi Amaoto [this message]
2026-02-25 10:43 ` Inochi Amaoto
2026-01-20 1:37 ` [PATCH v3 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA Inochi Amaoto
2026-01-20 1:37 ` Inochi Amaoto
2026-01-29 22:36 ` Frank Li
2026-01-29 22:36 ` Frank Li
2026-01-20 1:37 ` [PATCH v3 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller Inochi Amaoto
2026-01-20 1:37 ` Inochi Amaoto
2026-02-25 11:24 ` (subset) [PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer " Vinod Koul
2026-02-25 11:24 ` Vinod Koul
2026-02-25 22:13 ` Inochi Amaoto
2026-02-25 22:13 ` Inochi Amaoto
2026-02-26 7:05 ` Vinod Koul
2026-02-26 7:05 ` Vinod Koul
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=aZ7SHVTkDeES_r72@inochi.infowork \
--to=inochiama@gmail.com \
--cc=Eugeniy.Paltsev@synopsys.com \
--cc=alex@ghiti.fr \
--cc=alexander.sverdlin@gmail.com \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlan@gentoo.org \
--cc=dmaengine@vger.kernel.org \
--cc=huangze@whut.edu.cn \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=looong.bin@gmail.com \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=robh@kernel.org \
--cc=sophgo@lists.linux.dev \
--cc=unicorn_wang@outlook.com \
--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.