irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
authorAnup Patel <apatel@ventanamicro.com>
Tue, 28 Mar 2023 03:52:18 +0000 (09:22 +0530)
committerMarc Zyngier <maz@kernel.org>
Sat, 8 Apr 2023 10:26:24 +0000 (11:26 +0100)
commit0c60a31ce62ca3e93550868fd699dfc4dfc4e795
tree682c44523764b22b374fb3e64a859c161b883d20
parent3ee92565b83ecc08e5b0c878dd87a2973eaca2ea
irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode

Various RISC-V drivers (such as SBI IPI, SBI Timer, SBI PMU, and
KVM RISC-V) don't have associated DT node but these drivers need
standard per-CPU (local) interrupts defined by the RISC-V privileged
specification.

We add riscv_get_intc_hwnode() in arch/riscv which allows RISC-V
drivers not having DT node to discover INTC hwnode which in-turn
helps these drivers to map per-CPU (local) interrupts provided
by the INTC driver.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230328035223.1480939-3-apatel@ventanamicro.com
arch/riscv/include/asm/irq.h
arch/riscv/kernel/irq.c
drivers/irqchip/irq-riscv-intc.c