public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Alexandru Hossu <hossu.alexandru@gmail.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-staging@lists.linux.dev
Subject: Re: [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
Date: Wed, 4 Mar 2026 14:24:20 +0100	[thread overview]
Message-ID: <2026030408-expediter-rise-0082@gregkh> (raw)
In-Reply-To: <20260304130556.37311-1-hossu.alexandru@gmail.com>

On Wed, Mar 04, 2026 at 02:05:56PM +0100, Alexandru Hossu wrote:
> Signed-off-by: Alexandru Hossu <hossu.alexandru@gmail.com>
> ---
>  .../devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml   | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml b/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
> index 6d1cd651e..cdc295f2d 100644
> --- a/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
> +++ b/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
> @@ -31,8 +31,6 @@ properties:
>      items:
>        - const: interrupt
>  
> -  interrupt-parent: true
> -
>    xlnx,use-rx-data:
>      $ref: /schemas/types.yaml#/definitions/uint32
>      enum: [0, 1]
> @@ -56,7 +54,6 @@ required:
>    - reg
>    - interrupts
>    - interrupt-names
> -  - interrupt-parent
>    - xlnx,use-rx-data
>    - xlnx,use-tx-data
>  
> @@ -64,11 +61,16 @@ additionalProperties: true
>  
>  examples:
>    - |
> +    intc: interrupt-controller {
> +      interrupt-controller;
> +      #interrupt-cells = <1>;
> +    };
> +
>      axi_fifo_mm_s_0: axi_fifo_mm_s@43c00000 {
>        compatible = "xlnx,axi-fifo-mm-s-4.1";
>        interrupt-names = "interrupt";
>        interrupt-parent = <&intc>;
> -      interrupts = <0 29 4>;
> +      interrupts = <29>;
>        reg = <0x43c00000 0x10000>;
>        xlnx,use-rx-data = <0x0>;
>        xlnx,use-tx-data = <0x1>;
> -- 
> 2.43.0
> 
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

  parent reply	other threads:[~2026-03-04 13:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 13:05 [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property Alexandru Hossu
2026-03-04 13:24 ` Krzysztof Kozlowski
2026-03-04 13:24 ` Greg KH [this message]
2026-03-04 14:07 ` Krzysztof Kozlowski

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=2026030408-expediter-rise-0082@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hossu.alexandru@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=robh@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