All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Improve PLIC functionality
@ 2020-03-02 23:11 ` Atish Patra
  0 siblings, 0 replies; 12+ messages in thread
From: Atish Patra @ 2020-03-02 23:11 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ulf Hansson, Albert Ou, Jason Cooper, Vincent Chen, Marc Zyngier,
	Anup Patel, Steven Price, Rafael J. Wysocki, Atish Patra,
	Anju T Sudhakar, James Morse, Eric W. Biederman, Paul Walmsley,
	Palmer Dabbelt, linux-riscv, Borislav Petkov, Thomas Gleixner

This series adds following PLIC functionalities

1. Enable/disable interrupts only on cpu online/offline events.
2. Support multiple PLIC nodes in the device tree. This is required
for multi-socket platforms such as OmniXtend.

The 1st patch was originally part of the CPU hotplug series[1]. It is added to
this series now to keep all the PLIC related changes together.

Rebased on top of 5.6-rc4.
 
[1] https://patchwork.kernel.org/patch/11407379/

Atish Patra (2):
irqchip/sifive-plic: Enable/Disable external interrupts upon cpu
online/offline
irqchip/sifive-plic: Add support for multiple PLICs

arch/riscv/kernel/traps.c         |   2 +-
drivers/irqchip/irq-sifive-plic.c | 119 +++++++++++++++++++++---------
include/linux/cpuhotplug.h        |   1 +
3 files changed, 87 insertions(+), 35 deletions(-)

--
2.25.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-03-29 20:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02 23:11 [PATCH v3 0/2] Improve PLIC functionality Atish Patra
2020-03-02 23:11 ` Atish Patra
2020-03-02 23:11 ` [PATCH v3 1/2] irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline Atish Patra
2020-03-02 23:11   ` Atish Patra
2020-03-08 13:59   ` Marc Zyngier
2020-03-08 13:59     ` Marc Zyngier
2020-03-08 14:39     ` Marc Zyngier
2020-03-08 14:39       ` Marc Zyngier
2020-03-29 20:26   ` [tip: irq/core] " tip-bot2 for Atish Patra
2020-03-02 23:11 ` [PATCH v3 2/2] irqchip/sifive-plic: Add support for multiple PLICs Atish Patra
2020-03-02 23:11   ` Atish Patra
2020-03-29 20:26   ` [tip: irq/core] " tip-bot2 for Atish Patra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.