mbox series

[GIT,PULL] MIPS changes part 2 for v6.11

Message ID ZqJ41Aiswy5guHm/@alpha.franken.de (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] MIPS changes part 2 for v6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.11_1

Message

Thomas Bogendoerfer July 25, 2024, 4:09 p.m. UTC
The following changes since commit bb2d63500b5c8fd1ea425caffe2d44c931fefc6b:

  MIPS: config: Add ip30_defconfig (2024-07-15 18:17:34 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.11_1

for you to fetch changes up to 2c716cf17edee74424336e87fe42b99ee5e91bad:

  mips: sibyte: add missing MODULE_DESCRIPTION() macro (2024-07-23 09:47:40 +0200)

----------------------------------------------------------------
- Use improved timer sync for Loongson64
- Fix address of GCR_ACCESS register
- Add missing MODULE_DESCRIPTION

----------------------------------------------------------------
Gregory CLEMENT (1):
      MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later

Jeff Johnson (1):
      mips: sibyte: add missing MODULE_DESCRIPTION() macro

Jiaxun Yang (1):
      MIPS: Loongson64: Switch to SYNC_R4K

 arch/mips/Kconfig                   |  1 +
 arch/mips/include/asm/mips-cm.h     |  4 ++++
 arch/mips/include/asm/smp.h         |  1 -
 arch/mips/kernel/smp-cps.c          |  5 ++++-
 arch/mips/loongson64/smp.c          | 35 ++---------------------------------
 arch/mips/sibyte/common/sb_tbprof.c |  1 +
 6 files changed, 12 insertions(+), 35 deletions(-)

Comments

pr-tracker-bot@kernel.org July 25, 2024, 8:37 p.m. UTC | #1
The pull request you sent on Thu, 25 Jul 2024 18:09:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.11_1

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

Thank you!