mbox series

[GIT,PULL] MIPS fixes for v5.9

Message ID 20200925180708.GA5280@alpha.franken.de (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] MIPS fixes for v5.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_3

Message

Thomas Bogendoerfer Sept. 25, 2020, 6:07 p.m. UTC
The following changes since commit b959b97860d0fee8c8f6a3e641d3c2ad76eab6be:

  MIPS: SNI: Fix spurious interrupts (2020-09-16 22:40:58 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_3

for you to fetch changes up to be090fa62080d8501a5651a73cb954721966b125:

  MIPS: BCM47XX: Remove the needless check with the 1074K (2020-09-23 14:48:53 +0200)

----------------------------------------------------------------
- fixed FP register access on Loongsoon-3
- added missing 1074 cpu handling
- fixed Loongson2ef build error

----------------------------------------------------------------
Huacai Chen (1):
      MIPS: Loongson-3: Fix fp register access if MSA enabled

Jiaxun Yang (1):
      MIPS: Loongson2ef: Disable Loongson MMI instructions

Wei Li (2):
      MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()
      MIPS: BCM47XX: Remove the needless check with the 1074K

 arch/mips/bcm47xx/setup.c        |  2 +-
 arch/mips/include/asm/cpu-type.h |  1 +
 arch/mips/loongson2ef/Platform   |  4 ++++
 arch/mips/loongson64/cop2-ex.c   | 24 ++++++++----------------
 4 files changed, 14 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2020, 10:27 p.m. UTC | #1
The pull request you sent on Fri, 25 Sep 2020 20:07:08 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_3

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

Thank you!