public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org,
	Chris Zankel <chris@zankel.net>,
	Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 00/14] xtensa updates for v5.13
Date: Thu, 29 Apr 2021 12:34:06 -0700	[thread overview]
Message-ID: <20210429193406.12947-1-jcmvbkbc@gmail.com> (raw)

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

             reply	other threads:[~2021-04-29 19:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29 19:34 Max Filippov [this message]
2021-04-30 19:38 ` [PULL 00/14] xtensa updates for v5.13 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210429193406.12947-1-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=chris@zankel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox