[PULL 0/3] xtensa updates for v7.3

From: Max Filippov

Date: Fri Aug 28 2026 - 06:08:29 EST


Hi Linus,

please pull the following updates for the Xtensa architecture.

The following changes since commit 028ef9c96e96197026887c0f092424679298aae8:

Linux 7.0 (2026-04-12 13:48:06 -0700)

are available in the Git repository at:

https://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20260828

for you to fetch changes up to eb049bdbf2b98d103d93daef44a5e1a0164d01eb:

xtensa: remove unused setup_profiling_timer function (2026-08-24 05:16:01 -0700)

----------------------------------------------------------------
Xtensa updates for v7.3

- use strnlen() to improve iss_console_write()
- remove unused function setup_profiling_timer()
- fix CONFIG_XTENSA_CALIBRATE_CCOUNT macro name in comment

----------------------------------------------------------------
Anthony Iliopoulos (1):
xtensa: remove unused setup_profiling_timer function

Ethan Nelson-Moore (1):
xtensa: correct CONFIG_XTENSA_CALIBRATE_CCOUNT macro name in comment

Thorsten Blum (1):
tty: xtensa/iss: use strnlen to improve iss_console_write

arch/xtensa/include/asm/platform.h | 2 +-
arch/xtensa/kernel/smp.c | 7 -------
arch/xtensa/kernel/time.c | 1 -
arch/xtensa/platforms/iss/console.c | 5 +++--
4 files changed, 4 insertions(+), 11 deletions(-)

--
Thanks.
-- Max