2023-09-22 10:18:56

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v1 0/3] dma: sf-pdma: various sf-pdma updates for the mpfs platform

Hey,

On Fri, Sep 22, 2023 at 03:20:36PM +0530, shravan chippa wrote:
> From: Shravan Chippa <[email protected]>
>
> This series does the following
> 1. Adds a PolarFire SoC specific compatible and code to support for
> out-of-order dma transfers
>
> 2. Adds generic device tree bindings support by using
> of_dma_controller_register()
>
> Shravan Chippa (3):
> dmaengine: sf-pdma: Support of_dma_controller_register()
> dt-bindings: dma: sf-pdma: add new compatible name
> dmaengine: sf-pdma: add mpfs-pdma compatible name

It looks like you're missing a patch here that adds this new set of
compatibles to the devicetree?

Thanks,
Conor.


Attachments:
(No filename) (684.00 B)
signature.asc (235.00 B)
Download all attachments

2023-09-22 11:30:30

by shravan chippa

[permalink] [raw]
Subject: RE: [PATCH v1 0/3] dma: sf-pdma: various sf-pdma updates for the mpfs platform



> -----Original Message-----
> From: Conor Dooley <[email protected]>
> Sent: Friday, September 22, 2023 3:40 PM
> To: shravan Chippa - I35088 <[email protected]>
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; Nagasuresh Relli -
> I67208 <[email protected]>; Praveen Kumar - I30718
> <[email protected]>
> Subject: Re: [PATCH v1 0/3] dma: sf-pdma: various sf-pdma updates for the
> mpfs platform
>
> Hey,
>
> On Fri, Sep 22, 2023 at 03:20:36PM +0530, shravan chippa wrote:
> > From: Shravan Chippa <[email protected]>
> >
> > This series does the following
> > 1. Adds a PolarFire SoC specific compatible and code to support for
> > out-of-order dma transfers
> >
> > 2. Adds generic device tree bindings support by using
> > of_dma_controller_register()
> >
> > Shravan Chippa (3):
> > dmaengine: sf-pdma: Support of_dma_controller_register()
> > dt-bindings: dma: sf-pdma: add new compatible name
> > dmaengine: sf-pdma: add mpfs-pdma compatible name
>
> It looks like you're missing a patch here that adds this new set of compatibles
> to the devicetree?

I will add a new patch for this.

Thanks,
Shravan

>
> Thanks,
> Conor.