mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 07:40:19 +07:00
![]() On mmp3, there's an extra set of ICU registers (ICU2) that handle interrupts on the extra cores. When masking off interrupts on MP1, these should be masked as well. We add a new interrupt controller via device tree to identify when we're looking at an mmp3 machine via compatible field of "marvell,mmp3-intc". [lkundrak@v3.sk: Changed "mrvl,mmp3-intc" compatible strings to "marvell,mmp3-intc". Tidied up the subject line a bit.] Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20190822092643.593488-9-lkundrak@v3.sk -- Changes since v1: - Moved mmp3-specific mmp_icu2_base initialization from mmp_init_bases() to mmp3_of_init() so that we don't have to check for marvell,mmp3-intc compatibility twice. - Drop an superfluous call to irq_set_default_host() arch/arm/mach-mmp/regs-icu.h | 3 +++ drivers/irqchip/irq-mmp.c | 48 ++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20190822092643.593488-9-lkundrak@v3.sk |
||
---|---|---|
.. | ||
addr-map.h | ||
aspenite.c | ||
avengers_lite.c | ||
brownstone.c | ||
clock-mmp2.c | ||
clock-pxa168.c | ||
clock-pxa910.c | ||
clock.c | ||
clock.h | ||
common.c | ||
common.h | ||
cputype.h | ||
devices.c | ||
devices.h | ||
flint.c | ||
gplugd.c | ||
irqs.h | ||
jasper.c | ||
Kconfig | ||
Makefile | ||
mfp-mmp2.h | ||
mfp-pxa168.h | ||
mfp-pxa910.h | ||
mfp.h | ||
mmp2-dt.c | ||
mmp2.c | ||
mmp2.h | ||
mmp-dt.c | ||
pm-mmp2.c | ||
pm-mmp2.h | ||
pm-pxa910.c | ||
pm-pxa910.h | ||
pxa168.c | ||
pxa168.h | ||
pxa910.c | ||
pxa910.h | ||
regs-apbc.h | ||
regs-apmu.h | ||
regs-icu.h | ||
regs-timers.h | ||
regs-usb.h | ||
sram.c | ||
tavorevb.c | ||
teton_bga.c | ||
teton_bga.h | ||
time.c | ||
ttc_dkb.c |