public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Vladimir Moravcevic <vmoravcevic@axiado.com>,
	Krutik Shah <krutikshah@axiado.com>,
	Prasad Bolisetty <pbolisetty@axiado.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org
Subject: Re: [PATCH 1/3] dt-bindings: usb: axiado,ax3000-udc: Add Axiado UDC
Date: Thu, 5 Feb 2026 08:42:06 +0100	[thread overview]
Message-ID: <8bd3e01c-80e6-4691-b80e-95457aa92d93@kernel.org> (raw)
In-Reply-To: <20260202-axiado-ax3000-usb-device-controller-v1-1-45ce0a8b014f@axiado.com>

On 02/02/2026 14:16, Vladimir Moravcevic wrote:
> Add Axiado ax3000-udc (for USB v2.0 ports) and
> ax3000-udc-gen3 (for USB v3.0 ports)
> compatible string for AX3000 SoC.

Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597

> 
> Co-developed-by: Krutik Shah <krutikshah@axiado.com>
> Signed-off-by: Krutik Shah <krutikshah@axiado.com>
> Co-developed-by: Prasad Bolisetty <pbolisetty@axiado.com>
> Signed-off-by: Prasad Bolisetty <pbolisetty@axiado.com>

Please use only real authors here.

> Signed-off-by: Vladimir Moravcevic <vmoravcevic@axiado.com>
> ---
>  .../devicetree/bindings/usb/axiado,ax3000-udc.yaml | 59 ++++++++++++++++++++++
>  1 file changed, 59 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/axiado,ax3000-udc.yaml b/Documentation/devicetree/bindings/usb/axiado,ax3000-udc.yaml
> new file mode 100644
> index 000000000000..15658b5c924f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/axiado,ax3000-udc.yaml
> @@ -0,0 +1,59 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/usb/axiado,ax3000-udc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Axiado AX3000 USB Device Controller (Corigine-based)
> +
> +maintainers:
> +  - Krutik Shah <krutikshah@axiado.com>
> +  - Prasad Bolisetty <pbolisetty@axiado.com>
> +  - Vladimir Moravcevic <vmoravcevic@axiado.com>
> +
> +description: |
> +  Axiado AX3000 USB Device Controller (UDC) is used on
> +  AX3000 SoCs and evaluation boards. This controller is based on a
> +  Corigine USB IP core and provides SuperSpeed (5 Gb/s), High-Speed
> +  (480 Mb/s). It supports control, bulk, interrupt, and isochronous
> +  transfer types across multiple configurable endpoints. The node
> +  describes the memory-mapped register region, interrupt line, and
> +  other required properties for the UDC hardware.

Drop last sentence, completely redundant. There is no point to explain
what the binding or DT are.

> +
> +properties:
> +  compatible:
> +    enum:
> +      - axiado,ax3000-udc         # AX3000 UDC (USB 2.0/High-Speed)

-gen2

in such case, but I don't like these names. They are awfully
non-hardware looking.

> +      - axiado,ax3000-udc-gen3    # AX3000 UDC (USB 3.0/SuperSpeed)
> +
> +  reg:
> +    maxItems: 1
> +    description: Base address and size of the UDC register space.

Drop description, redundant

> +
> +  interrupts:
> +    maxItems: 1
> +    description: Interrupt line for the UDC.

Drop description

> +
> +required:
> +  - compatible
> +  - reg
> +  - interrupts
> +
Best regards,
Krzysztof

  reply	other threads:[~2026-02-05  7:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-02 13:16 [PATCH 0/3] Axiado AX3000 USB Device Controller Vladimir Moravcevic
2026-02-02 13:16 ` [PATCH 1/3] dt-bindings: usb: axiado,ax3000-udc: Add Axiado UDC Vladimir Moravcevic
2026-02-05  7:42   ` Krzysztof Kozlowski [this message]
2026-02-02 13:16 ` [PATCH 2/3] usb: gadget: udc: Add UDC driver for Axiado Device controller IP Corigine Vladimir Moravcevic
2026-02-02 17:37   ` kernel test robot
2026-02-02 18:20   ` kernel test robot
2026-02-05  7:46   ` Krzysztof Kozlowski
2026-02-05  7:57   ` Greg Kroah-Hartman
2026-02-02 13:16 ` [PATCH 3/3] MAINTAINERS: Add entries for the Axiado USB UDC Vladimir Moravcevic
2026-02-05  7:37   ` Krzysztof Kozlowski
2026-02-05  7:43   ` Greg Kroah-Hartman

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=8bd3e01c-80e6-4691-b80e-95457aa92d93@kernel.org \
    --to=krzk@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=krutikshah@axiado.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=openbmc@lists.ozlabs.org \
    --cc=pbolisetty@axiado.com \
    --cc=robh@kernel.org \
    --cc=vmoravcevic@axiado.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