From: Nishanth Menon <nm@ti.com>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Device Tree Mailing List <devicetree@vger.kernel.org>,
Marc Zyngier <maz@kernel.org>, Sekhar Nori <nsekhar@ti.com>,
Tero Kristo <t-kristo@ti.com>, Rob Herring <robh+dt@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v4 00/10] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents
Date: Mon, 27 Jul 2020 21:01:18 -0500 [thread overview]
Message-ID: <20200728020118.4htkwg2ge4xdiyg6@akan> (raw)
In-Reply-To: <20200725163700.20583-1-lokeshvutla@ti.com>
[-- Attachment #1.1: Type: text/plain, Size: 1729 bytes --]
On 22:06-20200725, Lokesh Vutla wrote:
> Lokesh Vutla (10):
> firmware: ti_sci: Drop the device id to resource type translation
> firmware: ti_sci: Drop unused structure ti_sci_rm_type_map
> firmware: ti_sci: Add support for getting resource with subtype
> dt-bindings: irqchip: ti,sci-intr: Update bindings to drop the usage
> of gic as parent
> dt-bindings: irqchip: Convert ti,sci-intr bindings to yaml
> irqchip/ti-sci-intr: Add support for INTR being a parent to INTR
> dt-bindings: irqchip: ti,sci-inta: Update docs to support different
> parent.
> dt-bindings: irqchip: Convert ti,sci-inta bindings to yaml
> irqchip/ti-sci-inta: Do not store TISCI device id in platform device
> id field
> irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC
>
> .../interrupt-controller/ti,sci-inta.txt | 66 --------
> .../interrupt-controller/ti,sci-inta.yaml | 98 +++++++++++
> .../interrupt-controller/ti,sci-intr.txt | 82 ---------
> .../interrupt-controller/ti,sci-intr.yaml | 102 ++++++++++++
> MAINTAINERS | 4 +-
> drivers/firmware/ti_sci.c | 155 ++++++++----------
> drivers/irqchip/irq-ti-sci-inta.c | 95 +++++++++--
> drivers/irqchip/irq-ti-sci-intr.c | 152 ++++++++++-------
> include/linux/soc/ti/ti_sci_protocol.h | 13 ++
For the firmware related changes:
Acked-by: Nishanth Menon <nm@ti.com>
I assume you will take care of the comments from Rob for the yaml
conversion and get his ack as well.
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2020-07-28 2:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-25 16:36 [PATCH v4 00/10] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 01/10] firmware: ti_sci: Drop the device id to resource type translation Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 02/10] firmware: ti_sci: Drop unused structure ti_sci_rm_type_map Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 03/10] firmware: ti_sci: Add support for getting resource with subtype Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 04/10] dt-bindings: irqchip: ti, sci-intr: Update bindings to drop the usage of gic as parent Lokesh Vutla
2020-07-27 18:03 ` [PATCH v4 04/10] dt-bindings: irqchip: ti,sci-intr: " Rob Herring
2020-07-25 16:36 ` [PATCH v4 05/10] dt-bindings: irqchip: Convert ti, sci-intr bindings to yaml Lokesh Vutla
2020-07-27 18:08 ` [PATCH v4 05/10] dt-bindings: irqchip: Convert ti,sci-intr " Rob Herring
2020-07-25 16:36 ` [PATCH v4 06/10] irqchip/ti-sci-intr: Add support for INTR being a parent to INTR Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 07/10] dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 08/10] dt-bindings: irqchip: Convert ti, sci-inta bindings to yaml Lokesh Vutla
2020-07-25 16:36 ` [PATCH v4 09/10] irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field Lokesh Vutla
2020-07-25 16:37 ` [PATCH v4 10/10] irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC Lokesh Vutla
2020-07-28 2:01 ` Nishanth Menon [this message]
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=20200728020118.4htkwg2ge4xdiyg6@akan \
--to=nm@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=grygorii.strashko@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lokeshvutla@ti.com \
--cc=maz@kernel.org \
--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