From: Marc Zyngier <maz@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>, Rob Herring <robh+dt@kernel.org>
Cc: Nishanth Menon <nm@ti.com>,
Device Tree Mailing List <devicetree@vger.kernel.org>,
Sekhar Nori <nsekhar@ti.com>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Tero Kristo <t-kristo@ti.com>,
Santosh Shilimkar <ssantosh@kernel.org>,
Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH v6 00/13] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents
Date: Sun, 16 Aug 2020 22:03:27 +0100 [thread overview]
Message-ID: <159761176350.113206.9390488246050456819.b4-ty@kernel.org> (raw)
In-Reply-To: <20200806074826.24607-1-lokeshvutla@ti.com>
On Thu, 6 Aug 2020 13:18:13 +0530, Lokesh Vutla wrote:
> This is continuation of the RFC patches[0] regarding the driver
> updates to support for following interrupt parent connection:
> - INTR -> INTR
> - INTA -> GICv3
> The current existing driver assumes that INTR is always connected to
> GICv3 and INTA is always connected to INTR.
>
> [...]
Applied to irq/irqchip-next, thanks!
[01/13] firmware: ti_sci: Drop the device id to resource type translation
commit: 4473171db68fe9e3de3f2bc68a00527f23852ad8
[02/13] firmware: ti_sci: Drop unused structure ti_sci_rm_type_map
commit: 9b98e02a3d369c5d0875338ea0717030471b5210
[03/13] firmware: ti_sci: Add support for getting resource with subtype
commit: 53bf2b0e4e4c1ff0a957474237f9dcd20036ca54
[04/13] dt-bindings: irqchip: ti, sci-intr: Update bindings to drop the usage of gic as parent
commit: 9a8e2ae71f3553f1b6cd4e3681f04e5d0f147387
[05/13] dt-bindings: irqchip: Convert ti, sci-intr bindings to yaml
commit: b8713af858997c3df5bc5b48e66ac1f1bfe19779
[06/13] irqchip/ti-sci-intr: Add support for INTR being a parent to INTR
commit: a5b659bd4bc7518a8e45fda5256c5e5e8d3b7c49
[07/13] dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent.
commit: 6dde29dc31aa265a79d9e6b3571987cfa4b179cc
[08/13] dt-bindings: irqchip: Convert ti, sci-inta bindings to yaml
commit: c4dff06e79d99691f18dfc8a61a1cb17c602a025
[09/13] irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field
commit: 7206f3149b8198c65a0ca8c01bfa1d8ace27bf91
[10/13] irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC
commit: 5c4b585d29102c7e6a6217112bbf1be774795cd7
[11/13] arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindings
commit: 8d523f096da53598c271b5b69fcacb48779884a3
[12/13] arm64: dts: k3-am65: ti-sci-inta/intr: Update to latest bindings
commit: fef845122f6c3c92178e4e4a1f85cce84dca06fe
[13/13] arm64: dts: k3-am65: Update the RM resource types
commit: 6da45875fa174d9db238ea0d6846061e68b41b6d
Cheers,
M.
--
Without deviation from the norm, progress is not possible.
next prev parent reply other threads:[~2020-08-16 21:03 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-06 7:48 [PATCH v6 00/13] irqchip: ti,sci-intr/inta: Update the dt bindings to accept different interrupt parents Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 01/13] firmware: ti_sci: Drop the device id to resource type translation Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 02/13] firmware: ti_sci: Drop unused structure ti_sci_rm_type_map Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 03/13] firmware: ti_sci: Add support for getting resource with subtype Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 04/13] dt-bindings: irqchip: ti,sci-intr: Update bindings to drop the usage of gic as parent Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 05/13] dt-bindings: irqchip: Convert ti,sci-intr bindings to yaml Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 06/13] irqchip/ti-sci-intr: Add support for INTR being a parent to INTR Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 07/13] dt-bindings: irqchip: ti,sci-inta: Update docs to support different parent Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 08/13] dt-bindings: irqchip: Convert ti,sci-inta bindings to yaml Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 09/13] irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 10/13] irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC Lokesh Vutla
2020-08-06 7:48 ` [PATCH v6 11/13] arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindings Lokesh Vutla
2020-08-12 13:35 ` Nishanth Menon
2020-08-06 7:48 ` [PATCH v6 12/13] arm64: dts: k3-am65: " Lokesh Vutla
2020-08-12 13:35 ` Nishanth Menon
2020-08-06 7:48 ` [PATCH v6 13/13] arm64: dts: k3-am65: Update the RM resource types Lokesh Vutla
2020-08-12 13:36 ` Nishanth Menon
2020-08-07 6:32 ` [PATCH v6 00/13] irqchip: ti,sci-intr/inta: Update the dt bindings to accept different interrupt parents Lokesh Vutla
2020-08-12 2:14 ` Lokesh Vutla
2020-08-12 13:40 ` Nishanth Menon
2020-08-13 9:41 ` Peter Ujfalusi
2020-08-13 10:03 ` Sekhar Nori
2020-08-13 10:20 ` Peter Ujfalusi
2020-08-16 21:03 ` Marc Zyngier [this message]
2020-08-17 17:30 ` [PATCH v6 00/13] irqchip: ti, sci-intr/inta: " Sekhar Nori
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=159761176350.113206.9390488246050456819.b4-ty@kernel.org \
--to=maz@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=grygorii.strashko@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lokeshvutla@ti.com \
--cc=nm@ti.com \
--cc=nsekhar@ti.com \
--cc=peter.ujfalusi@ti.com \
--cc=robh+dt@kernel.org \
--cc=ssantosh@kernel.org \
--cc=t-kristo@ti.com \
--cc=tglx@linutronix.de \
/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