* [GIT PULL] irqchip updates for 5.12
@ 2021-02-14 12:40 Marc Zyngier
2021-02-15 14:55 ` [tip: irq/core] Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core tip-bot2 for Thomas Gleixner
0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2021-02-14 12:40 UTC (permalink / raw)
To: Thomas Gleixner
Cc: Arnd Bergmann, Barry Song, Bert Vermeulen, Birger Koblitz,
Biwen Li, Bjorn Andersson, Geert Uytterhoeven, Guo Ren,
Huacai Chen, John Crispin, Lorenzo Pieralisi, Mans Rullgard,
Marc Gonzalez, Maxime Ripard, Rob Herring, Samuel Holland,
Vinod Koul, kernel-team, linux-kernel
Hi Thomas,
Here's the bulk of the irqchip updates for 5.12. For once, it is
*very* quiet, and one could almost believe that people have stopped
inventing new interrupt controllers. A quick look at what is brewing
indicates that they are just trying to lure us into a false sense of
security. Oh well.
This time around, we have two new drivers (RTL838x/RTL839x and
sun6i-r), two removed drivers (sirfsoc and tango), a couple of fixes,
and the rest is a mundane mix of Kconconfig and DT binding updates.
Please pull,
M.
The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:
Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-5.12
for you to fetch changes up to a890caeb2ba40ca183969230e204ab144f258357:
irqchip/imx: IMX_INTMUX should not default to y, unconditionally (2021-02-14 12:01:16 +0000)
----------------------------------------------------------------
irqchip updates for Linux 5.12:
- New driver for the MIPS-based Realtek RTL838x/RTL839x SoC
- Conversion of the sun6i-r support code to a hierarchical setup
- Fix wake-up interrupts for the ls-extirq driver
- Fix MSI allocation for the loongson-pch-msi driver
- Add compatible strings for new Qualcomm SoCs
- Tidy up a few Kconfig entries (IMX, CSKY)
- Spelling phyksiz
- Remove the sirfsoc and tango drivers
----------------------------------------------------------------
Arnd Bergmann (2):
irqchip: Remove sigma tango driver
irqchip: Remove sirfsoc driver
Bert Vermeulen (2):
dt-bindings: interrupt-controller: Add Realtek RTL838x/RTL839x support
irqchip: Add support for Realtek RTL838x/RTL839x interrupt controller
Biwen Li (1):
irqchip/ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags
Geert Uytterhoeven (1):
irqchip/imx: IMX_INTMUX should not default to y, unconditionally
Guo Ren (1):
irqchip/csky-mpintc: Prevent selection on unsupported platforms
Huacai Chen (1):
irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmap
Lorenzo Pieralisi (1):
irqchip/gic-v3: Fix typos in PMR/RPR SCR_EL3.FIQ handling explanation
Samuel Holland (4):
dt-bindings: irq: sun6i-r: Split the binding from sun7i-nmi
dt-bindings: irq: sun6i-r: Add a compatible for the H3
irqchip/sun6i-r: Use a stacked irqchip driver
irqchip/sun6i-r: Add wakeup support
Vinod Koul (2):
dt-bindings: qcom,pdc: Add compatible for SM8250
dt-bindings: qcom,pdc: Add compatible for SM8350
.../allwinner,sun6i-a31-r-intc.yaml | 67 ++++
.../allwinner,sun7i-a20-sc-nmi.yaml | 10 -
.../bindings/interrupt-controller/qcom,pdc.txt | 2 +
.../interrupt-controller/realtek,rtl-intc.yaml | 57 ++++
.../interrupt-controller/sigma,smp8642-intc.txt | 48 ---
arch/arm/mach-sunxi/Kconfig | 2 +
arch/arm64/Kconfig.platforms | 2 +
drivers/irqchip/Kconfig | 10 +-
drivers/irqchip/Makefile | 4 +-
drivers/irqchip/irq-gic-v3.c | 4 +-
drivers/irqchip/irq-loongson-pch-msi.c | 2 +-
drivers/irqchip/irq-ls-extirq.c | 2 +-
drivers/irqchip/irq-realtek-rtl.c | 180 ++++++++++
drivers/irqchip/irq-sirfsoc.c | 134 --------
drivers/irqchip/irq-sun6i-r.c | 379 +++++++++++++++++++++
drivers/irqchip/irq-sunxi-nmi.c | 26 +-
drivers/irqchip/irq-tango.c | 227 ------------
17 files changed, 701 insertions(+), 455 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/sigma,smp8642-intc.txt
create mode 100644 drivers/irqchip/irq-realtek-rtl.c
delete mode 100644 drivers/irqchip/irq-sirfsoc.c
create mode 100644 drivers/irqchip/irq-sun6i-r.c
delete mode 100644 drivers/irqchip/irq-tango.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip: irq/core] Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
2021-02-14 12:40 [GIT PULL] irqchip updates for 5.12 Marc Zyngier
@ 2021-02-15 14:55 ` tip-bot2 for Thomas Gleixner
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2021-02-15 14:55 UTC (permalink / raw)
To: linux-tip-commits; +Cc: x86, linux-kernel, maz
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 0b6d70e571a1c764ab079e5c31d4156feee4b06b
Gitweb: https://git.kernel.org/tip/0b6d70e571a1c764ab079e5c31d4156feee4b06b
Author: Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Mon, 15 Feb 2021 15:41:56 +01:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 15 Feb 2021 15:41:56 +01:00
Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier
- New driver for the MIPS-based Realtek RTL838x/RTL839x SoC
- Conversion of the sun6i-r support code to a hierarchical setup
- Fix wake-up interrupts for the ls-extirq driver
- Fix MSI allocation for the loongson-pch-msi driver
- Add compatible strings for new Qualcomm SoCs
- Tidy up a few Kconfig entries (IMX, CSKY)
- Spelling phyksiz
- Remove the sirfsoc and tango drivers
Link: https://lore.kernel.org/r/20210214124015.3333457-1-maz@kernel.org
---
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-15 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 12:40 [GIT PULL] irqchip updates for 5.12 Marc Zyngier
2021-02-15 14:55 ` [tip: irq/core] Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core tip-bot2 for Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox