mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] MIPS changes for v6.16
@ 2025-06-06  6:54 Thomas Bogendoerfer
  2025-06-06 20:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2025-06-06  6:54 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mips, linux-kernel

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5a0c749125c001cba673e9951b0002fba7ea2886:

  MIPS: loongson2ef: lemote-2f: add missing function prototypes (2025-05-30 14:19:02 +0200)

----------------------------------------------------------------
Added support for EcoNet platform
Added support for parallel CPU bring up on EyeQ
Other cleanups and fixes

----------------------------------------------------------------
Bartosz Golaszewski (4):
      MIPS: rb532: gpio: use new line value setter callbacks
      MIPS: bcm63xx: gpio: use new line value setter callbacks
      MIPS: alchemy: gpio: use new line value setter callbacks
      MIPS: txx9: gpio: use new line value setter callbacks

Caleb James DeLisle (6):
      dt-bindings: mips: Add EcoNet platform binding
      mips: Add EcoNet MIPS platform support
      dt-bindings: vendor-prefixes: Add SmartFiber
      mips: dts: Add EcoNet DTS with EN751221 and SmartFiber XP8421-B board
      MAINTAINERS: Add entry for newly added EcoNet platform.
      mips: econet: Fix incorrect Kconfig dependencies

Charan Pedumuru (1):
      mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding

Chris Packham (1):
      mips: dts: realtek: Add MDIO controller

Eric Biggers (1):
      MIPS: bcm63xx: nvram: avoid inefficient use of crc32_le_combine()

Gregory CLEMENT (3):
      MIPS: SMP: Implement parallel CPU bring up for EyeQ
      MIPS: SMP: Move the AP sync point before the non-parallel aware functions
      MIPS: SMP: Move the AP sync point before the calibration delay

Khem Raj (1):
      mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS

Randy Dunlap (2):
      MIPS: loongson2ef: cs5536: add missing function prototypes
      MIPS: loongson2ef: lemote-2f: add missing function prototypes

Thorsten Blum (3):
      mips: ptrace: Improve code formatting and indentation
      MIPS: BCM63XX: Replace strcpy() with strscpy() in board_prom_init()
      MIPS: Replace strcpy() with strscpy() in vpe_elfload()

WangYuli (1):
      MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7a

 Documentation/devicetree/bindings/mips/econet.yaml | 26 ++++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
 MAINTAINERS                                        | 12 ++++
 arch/mips/Kbuild.platforms                         |  1 +
 arch/mips/Kconfig                                  | 28 ++++++++
 arch/mips/alchemy/common/gpiolib.c                 |  6 +-
 arch/mips/bcm63xx/boards/board_bcm963xx.c          |  2 +-
 arch/mips/bcm63xx/gpio.c                           |  7 +-
 arch/mips/boot/compressed/uart-16550.c             |  5 ++
 arch/mips/boot/dts/Makefile                        |  1 +
 arch/mips/boot/dts/econet/Makefile                 |  2 +
 arch/mips/boot/dts/econet/en751221.dtsi            | 67 +++++++++++++++++++
 .../dts/econet/en751221_smartfiber_xp8421-b.dts    | 19 ++++++
 .../boot/dts/loongson/loongson64c_4core_ls7a.dts   |  1 +
 arch/mips/boot/dts/pic32/pic32mzda.dtsi            |  2 +-
 arch/mips/boot/dts/realtek/rtl930x.dtsi            | 33 +++++++++
 arch/mips/econet/Kconfig                           | 48 +++++++++++++
 arch/mips/econet/Makefile                          |  2 +
 arch/mips/econet/Platform                          |  5 ++
 arch/mips/econet/init.c                            | 78 ++++++++++++++++++++++
 .../asm/mach-loongson2ef/cs5536/cs5536_pci.h       | 20 ++++++
 arch/mips/include/asm/mach-loongson2ef/loongson.h  |  9 +++
 arch/mips/include/asm/topology.h                   |  3 +
 arch/mips/kernel/gpio_txx9.c                       |  8 ++-
 arch/mips/kernel/ptrace.c                          | 34 +++++-----
 arch/mips/kernel/smp-cps.c                         |  2 +
 arch/mips/kernel/smp.c                             | 18 +++++
 arch/mips/kernel/vpe.c                             |  3 +-
 arch/mips/rb532/gpio.c                             |  8 ++-
 arch/mips/txx9/generic/setup.c                     |  8 ++-
 arch/mips/vdso/Makefile                            |  1 +
 include/linux/bcm963xx_nvram.h                     | 16 ++---
 32 files changed, 434 insertions(+), 43 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mips/econet.yaml
 create mode 100644 arch/mips/boot/dts/econet/Makefile
 create mode 100644 arch/mips/boot/dts/econet/en751221.dtsi
 create mode 100644 arch/mips/boot/dts/econet/en751221_smartfiber_xp8421-b.dts
 create mode 100644 arch/mips/econet/Kconfig
 create mode 100644 arch/mips/econet/Makefile
 create mode 100644 arch/mips/econet/Platform
 create mode 100644 arch/mips/econet/init.c
-- 

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

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

* Re: [GIT PULL] MIPS changes for v6.16
  2025-06-06  6:54 [GIT PULL] MIPS changes for v6.16 Thomas Bogendoerfer
@ 2025-06-06 20:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-06 20:11 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: torvalds, linux-mips, linux-kernel

The pull request you sent on Fri, 6 Jun 2025 08:54:44 +0200:

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

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

Thank you!

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

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

end of thread, other threads:[~2025-06-06 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-06  6:54 [GIT PULL] MIPS changes for v6.16 Thomas Bogendoerfer
2025-06-06 20:11 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®