[PULL 0/4] xtensa fixes for v5.15

From: Max Filippov
Date: Fri Oct 08 2021 - 13:11:09 EST


Hi Linus,

please pull the following fixes for the xtensa architecture for v5.15.

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20211008

for you to fetch changes up to 012e974501a270d8dfd4ee2039e1fdf7579c907e:

xtensa: xtfpga: Try software restart before simulating CPU reset (2021-10-05 12:19:05 -0700)

----------------------------------------------------------------
Xtensa fixes for v5.15:

- fix build/boot issues caused by CONFIG_OF vs CONFIC_USE_OF usage
- fix reset handler for xtfpga boards

----------------------------------------------------------------
Guenter Roeck (1):
xtensa: xtfpga: Try software restart before simulating CPU reset

Max Filippov (2):
xtensa: call irqchip_init only when CONFIG_USE_OF is selected
xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF

Randy Dunlap (1):
xtensa: use CONFIG_USE_OF instead of CONFIG_OF

arch/xtensa/include/asm/kmem_layout.h | 2 +-
arch/xtensa/kernel/irq.c | 2 +-
arch/xtensa/kernel/setup.c | 12 ++++++------
arch/xtensa/mm/mmu.c | 2 +-
arch/xtensa/platforms/xtfpga/setup.c | 12 ++++++++----
5 files changed, 17 insertions(+), 13 deletions(-)

--
Thanks.
-- Max