Re: [PATCH v8 0/2] irqchip: qcom: add support for PDC interrupt controller

From: Lina Iyer
Date: Thu Mar 01 2018 - 11:28:35 EST


On Thu, Mar 01 2018 at 16:13 +0000, Marc Zyngier wrote:
On 28/02/18 17:27, Lina Iyer wrote:
Changes since v7:
- fix whitespace alignment for multi-line statement
- add Rob H 'reviewed-by' for DT bindings
- rebase on top of 4.6-rc3

On newer Qualcomm Techonologies Inc's SoCs like the SDM845, the GIC is in a
power domain that can be powered off when not needed. Interrupts that need to
be sensed even when the GIC is powered off, are routed through an interrupt
controller in an always-on domain called the Power Domain Controller a.k.a PDC.
This series adds support for the PDC's interrupt controller.

Please consider reviewing these patches.

RFC v1: https://patchwork.kernel.org/patch/10180857/
RFC v2: https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg1600634.html
v3: https://lkml.org/lkml/2018/2/6/595
v4: https://www.spinics.net/lists/linux-arm-msm/msg32906.html
v5: https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg1605500.html
v6: https://lkml.org/lkml/2018/2/9/545
v7: https://www.spinics.net/lists/kernel/msg2723942.html

Lina Iyer (2):
drivers: irqchip: pdc: Add PDC interrupt controller for QCOM SoCs
dt-bindings/interrupt-controller: pdc: describe PDC device binding

Queued for 4.17.

Thanks Marc.

-- Lina