All of lore.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 0/7] xtensa updates for v5.3
Date: Mon, 15 Jul 2019 10:44:27 -0700	[thread overview]
Message-ID: <20190715174427.6144-1-jcmvbkbc@gmail.com> (raw)

Hi Linus,

please pull the following batch of updates for the Xtensa architecture:

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the git repository at:

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

for you to fetch changes up to 775f1f7eacede583ec25ed56e58c4483f2b29265:

  xtensa: virt: add defconfig and DTS (2019-07-08 14:32:06 -0700)

----------------------------------------------------------------
Xtensa updates for v5.3:

- clean up PCI support code;
- add defconfig and DTS for the 'virt' board;
- abstract 'entry' and 'retw' uses in xtensa assembly in preparation for
  XEA3/NX pipeline support;
- random small cleanups.

----------------------------------------------------------------
Guenter Roeck (1):
      xtensa/PCI: Remove unused variable

Markus Elfring (1):
      xtensa: One function call less in bootmem_init()

Max Filippov (5):
      xtensa: drop dead PCI support code
      xtensa: use generic pcibios_set_master and pcibios_enable_device
      xtensa: remove arch/xtensa/include/asm/types.h
      xtensa: abstract 'entry' and 'retw' in assembly code
      xtensa: virt: add defconfig and DTS

 arch/xtensa/boot/dts/virt.dts      |  72 +++++++++++++++++++++
 arch/xtensa/configs/virt_defconfig | 113 +++++++++++++++++++++++++++++++++
 arch/xtensa/include/asm/asmmacro.h |  46 ++++++++++++++
 arch/xtensa/include/asm/platform.h |  10 ---
 arch/xtensa/include/asm/types.h    |  23 -------
 arch/xtensa/kernel/coprocessor.S   |   7 ++-
 arch/xtensa/kernel/entry.S         |  11 ++--
 arch/xtensa/kernel/mcount.S        |  11 ++--
 arch/xtensa/kernel/pci.c           | 124 -------------------------------------
 arch/xtensa/kernel/platform.c      |   2 -
 arch/xtensa/kernel/setup.c         |   4 --
 arch/xtensa/lib/checksum.S         |  12 ++--
 arch/xtensa/lib/memcopy.S          |  38 ++++++------
 arch/xtensa/lib/memset.S           |  10 +--
 arch/xtensa/lib/strncpy_user.S     |  16 ++---
 arch/xtensa/lib/strnlen_user.S     |  14 ++---
 arch/xtensa/lib/usercopy.S         |  12 ++--
 arch/xtensa/mm/init.c              |   5 +-
 arch/xtensa/mm/misc.S              |  78 +++++++++++------------
 19 files changed, 339 insertions(+), 269 deletions(-)
 create mode 100644 arch/xtensa/boot/dts/virt.dts
 create mode 100644 arch/xtensa/configs/virt_defconfig
 delete mode 100644 arch/xtensa/include/asm/types.h

-- 
Thanks.
-- Max

             reply	other threads:[~2019-07-15 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-15 17:44 Max Filippov [this message]
2019-07-16 19:40 ` [PULL 0/7] xtensa updates for v5.3 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=20190715174427.6144-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.