public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
@ 2026-03-04 13:05 Alexandru Hossu
  2026-03-04 13:24 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexandru Hossu @ 2026-03-04 13:05 UTC (permalink / raw)
  To: robh
  Cc: krzk+dt, conor+dt, gregkh, devicetree, linux-kernel,
	linux-staging, Alexandru Hossu

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
  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
  2026-03-04 14:07 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-04 13:24 UTC (permalink / raw)
  To: Alexandru Hossu, robh
  Cc: krzk+dt, conor+dt, gregkh, devicetree, linux-kernel,
	linux-staging

On 04/03/2026 14:05, Alexandru Hossu wrote:
> Signed-off-by: Alexandru Hossu <hossu.alexandru@gmail.com>

For the third time, please slow down and re-check what you are doing.
There is no commit msg here at all. Nothing here looks justified.

You never responded to any emails, so I will finish with my replies.
Next one I will just NAK.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
  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
  2026-03-04 14:07 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2026-03-04 13:24 UTC (permalink / raw)
  To: Alexandru Hossu
  Cc: robh, krzk+dt, conor+dt, devicetree, linux-kernel, linux-staging

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
  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
@ 2026-03-04 14:07 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-04 14:07 UTC (permalink / raw)
  To: Alexandru Hossu, robh
  Cc: krzk+dt, conor+dt, gregkh, devicetree, linux-kernel,
	linux-staging

On 04/03/2026 14:05, 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


And there is no such file. What is happening here?!?

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-04 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2026-03-04 14:07 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox