linux-stable/arch/arc/plat-eznps
Vineet Gupta 60486724b0 irqchip/eznps: Fix build error for !ARC700 builds
[ Upstream commit 89d29997f1 ]

eznps driver is supposed to be platform independent however it ends up
including stuff from inside arch/arc headers leading to rand config
build errors.

The quick hack to fix this (proper fix is too much chrun for non active
user-base) is to add following to nps platform agnostic header.
 - copy AUX_IENABLE from arch/arc header
 - move CTOP_AUX_IACK from arch/arc/plat-eznps/*/**

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lkml.kernel.org/r/20200824095831.5lpkmkafelnvlpi2@linutronix.de
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-23 10:46:27 +02:00
..
include/plat irqchip/eznps: Fix build error for !ARC700 builds 2020-09-23 10:46:27 +02:00
Kconfig ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT 2020-06-11 09:22:56 +02:00
Makefile ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch 2017-08-28 15:17:36 -07:00
ctop.c ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch 2017-08-28 15:17:36 -07:00
entry.S ARC: [plat-eznps] Update the init sequence of aux regs per cpu. 2017-08-28 15:17:36 -07:00
mtm.c arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c 2018-09-05 09:26:31 +02:00
platform.c
smp.c ARC: [plat-eznps] remove IPI clear from SMP operations 2016-11-08 09:25:18 -08:00