mirror of https://lore.kernel.org/lkml/
 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 for v6.16
Date: Fri, 6 Jun 2025 08:54:44 +0200	[thread overview]
Message-ID: <aEKQtJcSIeKklwz4@alpha.franken.de> (raw)

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 ]

             reply	other threads:[~2025-06-06  6:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06  6:54 Thomas Bogendoerfer [this message]
2025-06-06 20:11 ` 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=aEKQtJcSIeKklwz4@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

all inboxes | Powered by JetHome®