Re: [GIT PULL] IRQ subsystem changes for v6.8

From: Ingo Molnar
Date: Mon Jan 08 2024 - 06:43:53 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> Linus,
>
> Please pull the latest irq/core git tree from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2024-01-08

> .../bindings/interrupt-controller/qcom,mpm.yaml | 52 ++++++----

Forgot to mention that there's a merge conflict with your tree here,
between this new commit that restructures the MPM device-tree bindings:

ca596295f4c9 dt-bindings: interrupt-controller: mpm: Pass MSG RAM slice through phandle

... and this recent upstream commit that extended the bindings:

c0a2755aced9 dt-bindings: interrupt-controller: Allow #power-domain-cells

My resolution was:

mpm: interrupt-controller {
compatible = "qcom,mpm";
qcom,rpm-msg-ram = <&apss_mpm>;
interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
mboxes = <&apcs_glb 1>;
interrupt-controller;
#interrupt-cells = <2>;
interrupt-parent = <&intc>;
qcom,mpm-pin-count = <96>;
qcom,mpm-pin-map = <2 275>,
<5 296>,
<12 422>,
<24 79>,
<86 183>,
<91 260>;
#power-domain-cells = <0>;
};

But I didn't/couldn't test it. No complaints from linux-next testing so
far, FWIW.

Thanks,

Ingo