[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210214124015.3333457-1-maz@kernel.org>
Date: Sun, 14 Feb 2021 12:40:15 +0000
From: Marc Zyngier <maz@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Arnd Bergmann <arnd@...db.de>, Barry Song <baohua@...nel.org>,
Bert Vermeulen <bert@...t.com>,
Birger Koblitz <mail@...ger-koblitz.de>,
Biwen Li <biwen.li@....com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Guo Ren <guoren@...ux.alibaba.com>,
Huacai Chen <chenhuacai@...ngson.cn>,
John Crispin <john@...ozen.org>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Mans Rullgard <mans@...sr.com>,
Marc Gonzalez <marc.w.gonzalez@...e.fr>,
Maxime Ripard <mripard@...nel.org>,
Rob Herring <robh@...nel.org>,
Samuel Holland <samuel@...lland.org>,
Vinod Koul <vkoul@...nel.org>, kernel-team@...roid.com,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip updates for 5.12
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
Powered by blists - more mailing lists