* [GIT PULL] IRQ subsystem changes for v6.8
@ 2024-01-08 10:14 Ingo Molnar
2024-01-08 11:43 ` Ingo Molnar
2024-01-09 4:04 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Ingo Molnar @ 2024-01-08 10:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Thomas Gleixner, linux-kernel, x86
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
# HEAD: 69ffab9b9e698248cbb4042e47f82afb00dc1bb4 irqchip/irq-xtensa-pic: Clean up
IRQ subsystem changes for v6.8:
Drivers:
- Add support for the IA55 interrupt controller on RZ/G3S SoC's
- Update/fix the Qualcom MPM Interrupt Controller driver's
register enumeration within the somewhat exotic "RPM Message RAM"
MMIO-mapped shared memory region that is used for other purposes
as well.
- Clean up the Xtensa built-in Programmable Interrupt Controller
driver (xtensa-pic) a bit.
Thanks,
Ingo
------------------>
Claudiu Beznea (7):
irqchip/renesas-rzg2l: Use tabs instead of spaces
irqchip/renesas-rzg2l: Align struct member names to tabs
irqchip/renesas-rzg2l: Document structure members
irqchip/renesas-rzg2l: Implement restriction when writing ISCR register
irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index
irqchip/renesas-rzg2l: Add support for suspend to RAM
dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G3S
Konrad Dybcio (2):
dt-bindings: interrupt-controller: mpm: Pass MSG RAM slice through phandle
irqchip/qcom-mpm: Support passing a slice of SRAM as reg space
Max Filippov (1):
irqchip/irq-xtensa-pic: Clean up
.../bindings/interrupt-controller/qcom,mpm.yaml | 52 ++++++----
.../interrupt-controller/renesas,rzg2l-irqc.yaml | 5 +-
drivers/irqchip/irq-qcom-mpm.c | 26 ++++-
drivers/irqchip/irq-renesas-rzg2l.c | 110 ++++++++++++++++-----
drivers/irqchip/irq-xtensa-pic.c | 31 +++---
5 files changed, 157 insertions(+), 67 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] IRQ subsystem changes for v6.8
2024-01-08 10:14 [GIT PULL] IRQ subsystem changes for v6.8 Ingo Molnar
@ 2024-01-08 11:43 ` Ingo Molnar
2024-01-09 4:04 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2024-01-08 11:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Thomas Gleixner, linux-kernel, the arch/x86 maintainers
* Ingo Molnar <mingo@kernel.org> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] IRQ subsystem changes for v6.8
2024-01-08 10:14 [GIT PULL] IRQ subsystem changes for v6.8 Ingo Molnar
2024-01-08 11:43 ` Ingo Molnar
@ 2024-01-09 4:04 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2024-01-09 4:04 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Linus Torvalds, Thomas Gleixner, linux-kernel, x86
The pull request you sent on Mon, 8 Jan 2024 11:14:34 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2024-01-08
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0bdf0621f89f87858ca26344378188eff194eddd
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-09 4:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 10:14 [GIT PULL] IRQ subsystem changes for v6.8 Ingo Molnar
2024-01-08 11:43 ` Ingo Molnar
2024-01-09 4:04 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox