mbox series

[GIT,PULL] MIPS fixes for v5.17

Message ID 20220303164842.GA12460@alpha.franken.de (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] MIPS fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_4

Message

Thomas Bogendoerfer March 3, 2022, 4:48 p.m. UTC
The following changes since commit d9565bf40da22426d2f660cb31700b6858d1911d:

  MIPS: DTS: CI20: fix how ddc power is enabled (2022-02-09 13:58:26 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_4

for you to fetch changes up to 5d8965704fe5662e2e4a7e4424a2cbe53e182670:

  MIPS: ralink: mt7621: use bitwise NOT instead of logical (2022-03-01 10:08:45 +0100)

----------------------------------------------------------------
- Fix memory detection for MT7621 devices
- Fix setnocoherentio kernel option
- Fix warning when CONFIG_SCHED_CORE is enabled

----------------------------------------------------------------
Alexander Lobakin (1):
      MIPS: smp: fill in sibling and core maps earlier

Chuanhong Guo (1):
      MIPS: ralink: mt7621: do memory detection on KSEG1

Ilya Lipnitskiy (1):
      MIPS: ralink: mt7621: use bitwise NOT instead of logical

Randy Dunlap (1):
      mips: setup: fix setnocoherentio() boolean setting

 arch/mips/kernel/setup.c  |  2 +-
 arch/mips/kernel/smp.c    |  6 +++---
 arch/mips/ralink/mt7621.c | 36 +++++++++++++++++++++++-------------
 3 files changed, 27 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org March 3, 2022, 7:18 p.m. UTC | #1
The pull request you sent on Thu, 3 Mar 2022 17:48:42 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_4

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

Thank you!