[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200206184224.25833-1-jcmvbkbc@gmail.com>
Date: Thu, 6 Feb 2020 10:42:24 -0800
From: Max Filippov <jcmvbkbc@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-xtensa@...ux-xtensa.org,
Chris Zankel <chris@...kel.net>,
Max Filippov <jcmvbkbc@...il.com>
Subject: [PULL 00/11] xtensa updates for v5.6
Hi Linus,
please pull the following batch of updates for the Xtensa architecture.
The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:
Linux 5.5 (2020-01-26 16:23:03 -0800)
are available in the Git repository at:
git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20200206
for you to fetch changes up to c74c0fd2282e0e3ce891cb571f325b9412cbaa3f:
xtensa: ISS: improve simcall assembly (2020-02-04 21:57:05 -0800)
----------------------------------------------------------------
Xtensa updates for v5.6:
- reorganize exception vectors placement;
- small cleanups (drop unused functions/headers/defconfig entries,
spelling fixes).
----------------------------------------------------------------
Krzysztof Kozlowski (1):
xtensa: configs: Cleanup old Kconfig IO scheduler options
Max Filippov (9):
xtensa: drop set_except_vector declaration
xtensa: clean up platform headers
xtensa: drop empty platform_* functions from platforms
xtensa: drop unused function fast_coprocessor_double
xtensa: clean up optional XCHAL_* definitions
xtensa: move fast exception handlers close to vectors
xtensa: separate SMP and XIP support
xtensa: reorganize vectors placement
xtensa: ISS: improve simcall assembly
Randy Dunlap (1):
arch/xtensa: fix Kconfig typos for HAVE_SMP
arch/xtensa/Kconfig | 44 +++++++--
arch/xtensa/configs/audio_kc705_defconfig | 2 -
arch/xtensa/configs/cadence_csp_defconfig | 2 -
arch/xtensa/configs/generic_kc705_defconfig | 2 -
arch/xtensa/configs/iss_defconfig | 2 -
arch/xtensa/configs/nommu_kc705_defconfig | 2 -
arch/xtensa/configs/smp_lx200_defconfig | 3 -
arch/xtensa/configs/virt_defconfig | 1 -
arch/xtensa/include/asm/asmmacro.h | 2 +
arch/xtensa/include/asm/core.h | 8 ++
arch/xtensa/include/asm/platform.h | 2 -
arch/xtensa/include/asm/processor.h | 4 -
arch/xtensa/include/asm/vectors.h | 6 +-
arch/xtensa/include/uapi/asm/setup.h | 2 -
arch/xtensa/kernel/coprocessor.S | 12 +--
arch/xtensa/kernel/entry.S | 18 ++--
arch/xtensa/kernel/platform.c | 5 +-
arch/xtensa/kernel/setup.c | 8 +-
arch/xtensa/kernel/vectors.S | 3 +-
arch/xtensa/kernel/vmlinux.lds.S | 102 ++++++++++++---------
.../platforms/iss/include/platform/simcall.h | 8 +-
arch/xtensa/platforms/iss/setup.c | 25 +----
arch/xtensa/platforms/xtfpga/setup.c | 17 +---
23 files changed, 141 insertions(+), 139 deletions(-)
Thanks.
-- Max
Powered by blists - more mailing lists