public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: torvalds@linux-foundation.org
Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] MIPS changes 2nd part for v5.16
Date: Fri, 12 Nov 2021 11:44:47 +0100	[thread overview]
Message-ID: <20211112104447.GA6127@alpha.franken.de> (raw)

The following changes since commit 36de23a4c5f0b61ceb4812b535422fa6c6e97447:

  MIPS: Cobalt: Explain GT64111 early PCI fixup (2021-11-03 17:34:11 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.16_1

for you to fetch changes up to f78b25ee922ef6faf59a258af1b9388ca894cfd9:

  mips: decompressor: do not copy source files while building (2021-11-10 19:45:06 +0100)

----------------------------------------------------------------
- Config updates for BMIPS platform
- Build fixes
- Makefile cleanups

----------------------------------------------------------------
Florian Fainelli (4):
      MIPS: Allow modules to set board_be_handler
      MIPS: Update bmips_stb_defconfig
      MIPS: BMIPS: Enable PCI Kconfig
      PCI: brcmstb: Allow building for BMIPS_GENERIC

Masahiro Yamada (4):
      MIPS: VDSO: remove -nostdlib compiler flag
      MIPS: fix *-pkg builds for loongson2ef platform
      MIPS: fix duplicated slashes for Platform file path
      mips: decompressor: do not copy source files while building

Randy Dunlap (2):
      mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
      MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression

 arch/mips/Kbuild.platforms             |   2 +-
 arch/mips/Kconfig                      |   5 ++
 arch/mips/Makefile                     |   2 +
 arch/mips/boot/compressed/.gitignore   |   3 -
 arch/mips/boot/compressed/Makefile     |  12 +--
 arch/mips/boot/compressed/ashldi3.c    |   2 +
 arch/mips/boot/compressed/bswapdi.c    |   2 +
 arch/mips/boot/compressed/bswapsi.c    |   2 +
 arch/mips/boot/compressed/uart-ath79.c |   2 +
 arch/mips/configs/bmips_stb_defconfig  | 155 +++++++++++++++++++++++++++++++--
 arch/mips/dec/setup.c                  |   6 +-
 arch/mips/include/asm/traps.h          |   2 +-
 arch/mips/kernel/traps.c               |   8 +-
 arch/mips/sgi-ip22/ip22-berr.c         |   2 +-
 arch/mips/sgi-ip22/ip28-berr.c         |   2 +-
 arch/mips/sgi-ip27/ip27-berr.c         |   2 +-
 arch/mips/sgi-ip32/ip32-berr.c         |   2 +-
 arch/mips/sibyte/swarm/setup.c         |   2 +-
 arch/mips/txx9/generic/setup_tx4927.c  |   2 +-
 arch/mips/txx9/generic/setup_tx4938.c  |   2 +-
 arch/mips/txx9/generic/setup_tx4939.c  |   2 +-
 arch/mips/vdso/Makefile                |   2 +-
 drivers/bus/brcmstb_gisb.c             |   2 +-
 drivers/pci/controller/Kconfig         |   3 +-
 scripts/remove-stale-files             |   5 ++
 25 files changed, 192 insertions(+), 39 deletions(-)
 delete mode 100644 arch/mips/boot/compressed/.gitignore
 create mode 100644 arch/mips/boot/compressed/ashldi3.c
 create mode 100644 arch/mips/boot/compressed/bswapdi.c
 create mode 100644 arch/mips/boot/compressed/bswapsi.c
 create mode 100644 arch/mips/boot/compressed/uart-ath79.c

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

             reply	other threads:[~2021-11-12 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 10:44 Thomas Bogendoerfer [this message]
2021-11-13 19:15 ` [GIT PULL] MIPS changes 2nd part for v5.16 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=20211112104447.GA6127@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.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