From: sashiko-bot@kernel.org
To: "Bhargav Joshi" <j.bhargav.u@gmail.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
Date: Thu, 11 Jun 2026 08:08:11 +0000 [thread overview]
Message-ID: <20260611080812.105111F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260611-crossbar-v2-1-231d4f88298e@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Incorrect property name referenced in the description of `ti,irqs-skip`. The description refers to `ti,crossbar-irqs-reserved` instead of the actual property name `ti,irqs-reserved`.
--
commit 19def91a21d8fc01d4494e60735ef7f90bf2fedd
Author: Bhargav Joshi <j.bhargav.u@gmail.com>
dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
This commit converts the TI irq-crossbar binding from text format to DT schema.
It also adds the missing '#interrupt-cells' property and moves the binding into
the interrupt-controller directory.
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,irq-crossbar.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,irq-crossbar.yaml
> new file mode 100644
> index 0000000000000..ec9a33511aae3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,irq-crossbar.yaml
[ ... ]
> + ti,irqs-reserved:
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + description:
> + List of the reserved irq lines that are not muxed using crossbar. These
> + interrupt lines are reserved in the soc, so crossbar bar driver should not
> + consider them as free lines.
> +
> + ti,irqs-skip:
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + description:
> + Similar to "ti,crossbar-irqs-reserved", but these are for SOC-specific
[Severity: Low]
This isn't a bug, but there is a typo in the property name referenced here. The
original text binding correctly referred to "ti,irqs-reserved", but it was
mistakenly changed to "ti,crossbar-irqs-reserved" during the conversion. Should
this reference the actual property name "ti,irqs-reserved"?
> + hard-wiring of those irqs which unexpectedly bypasses the crossbar. These
> + irqs have a crossbar register, but still cannot be used.
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260611-crossbar-v2-1-231d4f88298e@gmail.com?part=1
next prev parent reply other threads:[~2026-06-11 8:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 8:00 [PATCH v2] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema Bhargav Joshi
2026-06-11 8:08 ` sashiko-bot [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-11 19:11 kernel test robot
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=20260611080812.105111F00893@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j.bhargav.u@gmail.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.