All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] xtensa updates for v5.3
@ 2019-07-15 17:44 Max Filippov
  2019-07-16 19:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2019-07-15 17:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

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

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

* Re: [PULL 0/7] xtensa updates for v5.3
  2019-07-15 17:44 [PULL 0/7] xtensa updates for v5.3 Max Filippov
@ 2019-07-16 19:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-16 19:40 UTC (permalink / raw)
  To: Max Filippov
  Cc: Linus Torvalds, linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

The pull request you sent on Mon, 15 Jul 2019 10:44:27 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e859477a1db52a0435d06a55fdb54f62d69c292

Thank you!

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

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

end of thread, other threads:[~2019-07-16 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 17:44 [PULL 0/7] xtensa updates for v5.3 Max Filippov
2019-07-16 19:40 ` pr-tracker-bot

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.