linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] xtensa updates for v5.13
@ 2021-04-29 19:34 Max Filippov
  2021-04-30 19:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2021-04-29 19:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

Hi Linus,

please pull the following Xtensa architecture updates for v5.13:

The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

  Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6a8eb99e130f3f7658de2776934374fe1c41279e:

  xtensa: ISS: add GDBIO implementation to semihosting interface (2021-04-04 15:39:04 -0700)

----------------------------------------------------------------
Xtensa updates for v5.13:

- switch to generic syscall generation scripts
- new GDBIO implementation for xtensa semihosting interface
- various small code fixes and cleanups
- a few typo fixes in comments and Kconfig help text

----------------------------------------------------------------
Bhaskar Chowdhury (2):
      xtensa: Couple of typo fixes
      xtensa: simcall.h: Change compitible to compatible

Colin Ian King (1):
      xtensa: fix spelling mistake in Kconfig "wont" -> "won't"

Jiapeng Chong (1):
      xtensa: fix warning comparing pointer to 0

Masahiro Yamada (5):
      xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
      xtensa: remove unneeded export in boot-elf/Makefile
      xtensa: stop filling syscall array with sys_ni_syscall
      xtensa: syscalls: switch to generic syscalltbl.sh
      xtensa: syscalls: switch to generic syscallhdr.sh

Max Filippov (5):
      xtensa: simplify coherent_kvaddr logic
      xtensa: fix pgprot_noncached assumptions
      xtensa: drop extraneous register load from initialize_mmu
      xtensa: ISS: split simcall implementation from semihosting interface
      xtensa: ISS: add GDBIO implementation to semihosting interface

 arch/xtensa/Kconfig                                |  30 +++++-
 arch/xtensa/Makefile                               |   9 +-
 arch/xtensa/boot/Makefile                          |   4 -
 arch/xtensa/boot/boot-elf/Makefile                 |  11 +--
 arch/xtensa/boot/boot-redboot/Makefile             |   6 +-
 arch/xtensa/include/asm/initialize_mmu.h           |   2 +-
 arch/xtensa/include/asm/pgtable.h                  |   4 +-
 arch/xtensa/kernel/head.S                          |   4 +-
 arch/xtensa/kernel/pci.c                           |   2 +-
 arch/xtensa/kernel/syscall.c                       |   8 +-
 arch/xtensa/kernel/syscalls/Makefile               |  14 +--
 arch/xtensa/kernel/syscalls/syscallhdr.sh          |  36 -------
 arch/xtensa/kernel/syscalls/syscalltbl.sh          |  32 -------
 arch/xtensa/mm/cache.c                             |   9 +-
 arch/xtensa/mm/misc.S                              |  36 +------
 .../platforms/iss/include/platform/simcall-gdbio.h |  34 +++++++
 .../platforms/iss/include/platform/simcall-iss.h   |  73 +++++++++++++++
 .../platforms/iss/include/platform/simcall.h       | 104 ++++++++-------------
 18 files changed, 198 insertions(+), 220 deletions(-)
 delete mode 100644 arch/xtensa/kernel/syscalls/syscallhdr.sh
 delete mode 100644 arch/xtensa/kernel/syscalls/syscalltbl.sh
 create mode 100644 arch/xtensa/platforms/iss/include/platform/simcall-gdbio.h
 create mode 100644 arch/xtensa/platforms/iss/include/platform/simcall-iss.h

 -- 
 Thanks.
 -- Max

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL 00/14] xtensa updates for v5.13
  2021-04-29 19:34 [PULL 00/14] xtensa updates for v5.13 Max Filippov
@ 2021-04-30 19:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-30 19:38 UTC (permalink / raw)
  To: Max Filippov
  Cc: Linus Torvalds, linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

The pull request you sent on Thu, 29 Apr 2021 12:34:06 -0700:

> git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20210429

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/437d1a5b66ca60f209e25f469b395741cc10b731

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-30 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 19:34 [PULL 00/14] xtensa updates for v5.13 Max Filippov
2021-04-30 19:38 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).