public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: keguang.zhang@gmail.com
Cc: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Huacai Chen <chenhuacai@kernel.org>,
	linux-mips@vger.kernel.org, dmaengine@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 1/2] dt-bindings: dma: Add Loongson-1 APB DMA
Date: Fri, 29 Mar 2024 15:40:57 +0000	[thread overview]
Message-ID: <20240329-destruct-giggling-b27e373295ba@spud> (raw)
In-Reply-To: <20240329-loongson1-dma-v7-1-37db58608de5@gmail.com>

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

On Fri, Mar 29, 2024 at 07:26:57PM +0800, Keguang Zhang via B4 Relay wrote:
> From: Keguang Zhang <keguang.zhang@gmail.com>
> 
> Add devicetree binding document for Loongson-1 APB DMA.
> 
> Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
> ---
> Changes in v7:
> - Change the comptible to 'loongson,ls1*-apbdma' (suggested by Huacai Chen)
> - Update the title and description part accordingly
> - Rename the file to loongson,ls1b-apbdma.yaml
> - Add a compatible string for LS1A
> - Delete minItems of 'interrupts'
> - Change patterns of 'interrupt-names' to const
> 
> Changes in v6:
> - Change the compatible to the fallback
> - Some minor fixes
> 
> Changes in v5:
> - A newly added patch
> ---
>  .../bindings/dma/loongson,ls1b-apbdma.yaml         | 65 ++++++++++++++++++++++
>  1 file changed, 65 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/loongson,ls1b-apbdma.yaml b/Documentation/devicetree/bindings/dma/loongson,ls1b-apbdma.yaml
> new file mode 100644
> index 000000000000..449da9fc2de1
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/dma/loongson,ls1b-apbdma.yaml
> @@ -0,0 +1,65 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/dma/loongson,ls1b-apbdma.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Loongson-1 APB DMA Controller
> +
> +maintainers:
> +  - Keguang Zhang <keguang.zhang@gmail.com>
> +
> +description:
> +  Loongson-1 APB DMA controller provides 3 independent channels for
> +  peripherals such as NAND, audio playback and capture.
> +
> +properties:
> +  compatible:
> +    oneOf:
> +      - const: loongson,ls1b-apbdma
> +      - items:
> +          - enum:
> +              - loongson,ls1a-apbdma
> +              - loongson,ls1c-apbdma
> +          - const: loongson,ls1b-apbdma
> +
> +  reg:
> +    maxItems: 1
> +
> +  interrupts:
> +    description: Each channel has a dedicated interrupt line.

If there's a respin, make this an items list. If you do, you can then
drop the maxItems and description. Ideally with that change made,
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

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

  reply	other threads:[~2024-03-29 15:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29 11:26 [PATCH v7 0/2] Add support for Loongson1 APB DMA Keguang Zhang via B4 Relay
2024-03-29 11:26 ` [PATCH v7 1/2] dt-bindings: dma: Add Loongson-1 " Keguang Zhang via B4 Relay
2024-03-29 15:40   ` Conor Dooley [this message]
2024-03-29 11:26 ` [PATCH v7 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver Keguang Zhang via B4 Relay
2024-03-30 13:59   ` Huacai Chen
2024-04-01  2:44     ` Keguang Zhang
2024-04-01  9:05       ` Huacai Chen
2024-04-01 11:09         ` Keguang Zhang
2024-04-01 13:24           ` Huacai Chen
2024-04-02  1:55             ` Keguang Zhang
2024-04-02  9:04               ` Huacai Chen
2024-04-02 10:50                 ` Keguang Zhang
2024-04-02 14:50                   ` Huacai Chen
2024-04-03  2:23                     ` Keguang Zhang
2024-04-03 14:39                       ` Huacai Chen
2024-03-29 12:41 ` [PATCH v7 0/2] Add support for Loongson1 APB DMA Jiaxun Yang

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=20240329-destruct-giggling-b27e373295ba@spud \
    --to=conor@kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=keguang.zhang@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox