* [GIT PULL] MIPS changes for v7.3
@ 2026-08-21 8:55 Thomas Bogendoerfer
2026-08-21 20:26 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2026-08-21 8:55 UTC (permalink / raw)
To: torvalds; +Cc: linux-mips, linux-kernel
The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa:
Linux 7.2-rc3 (2026-07-12 14:16:39 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_7.3
for you to fetch changes up to 3b7711be02612845e44b5e9ef7c0b9f203cf29b6:
mips: dts: econet: Describe dual-VPE 34Kc processor (2026-08-03 15:14:05 +0200)
----------------------------------------------------------------
- switch gpio code to use swnodes
- rework of TXX9 gpio code
- enable multi-vpe for econet
- cleanups and fixes
----------------------------------------------------------------
Caleb James DeLisle (2):
mips: econet: add multi-vpe capability to EN751221
mips: dts: econet: Describe dual-VPE 34Kc processor
Dmitry Torokhov (3):
bcma: gpio: Add and register software node for GPIO controller
ssb: gpio: Add and register software node for GPIO controller
MIPS: BCM47XX: Convert buttons to software nodes
Geert Uytterhoeven (9):
MIPS: TXX9: Remove tx4938_spi_init() and txx9_spi_init()
MIPS: TXX9: Remove txx9_7segled_*() forward declarations
MIPS: TXX9: rbtx4927: Use GPIO lookup table for SIO DTR
MIPS: TXX9: rbtx4927: Use GPIO lookup table for TXx9 LEDs
MIPS: TXX9: Reduce TXX9_IOCLED_MAXLEDS to 3
MIPS: TXX9: Use GPIO lookup table for iocled LEDs
MIPS: TXX9: Drop GPIOLIB_LEGACY select
MIPS: TXX9: Convert gpio_txx9 to dynamic GPIO base allocation
MIPS: TXX9: Clean up txx9_iocled_init()
Julian Braha (1):
mips: remove dead select
Markus Elfring (1):
MIPS: kernel: proc: Use two seq_putc() calls in show_cpuinfo()
Thomas Bogendoerfer (1):
MIPS: ptrace: Fix syscall skipping via PTRACE_SYSCALL
Uwe Kleine-König (The Capable Hub) (1):
MIPS: ip22-gio: Drop #include of <linux/mod_devicetable.h>
arch/mips/Kconfig | 1 -
arch/mips/bcm47xx/buttons.c | 442 ++++++++++++++++++--------------
arch/mips/boot/dts/econet/en751221.dtsi | 7 +
arch/mips/econet/Kconfig | 4 +-
arch/mips/econet/init.c | 42 ++-
arch/mips/include/asm/gio_device.h | 1 -
arch/mips/include/asm/txx9/generic.h | 9 +-
arch/mips/include/asm/txx9/tx4938.h | 1 -
arch/mips/include/asm/txx9pio.h | 3 +-
arch/mips/kernel/gpio_txx9.c | 5 +-
arch/mips/kernel/proc.c | 4 +-
arch/mips/kernel/ptrace.c | 6 +-
arch/mips/txx9/Kconfig | 1 -
arch/mips/txx9/generic/setup.c | 45 ++--
arch/mips/txx9/generic/setup_tx4938.c | 6 -
arch/mips/txx9/rbtx4927/setup.c | 41 ++-
drivers/bcma/driver_gpio.c | 43 +++-
drivers/ssb/driver_gpio.c | 48 +++-
include/linux/bcma/bcma.h | 2 +
include/linux/ssb/ssb.h | 2 +
20 files changed, 446 insertions(+), 267 deletions(-)
--
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
end of thread, other threads:[~2026-08-21 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 8:55 [GIT PULL] MIPS changes for v7.3 Thomas Bogendoerfer
2026-08-21 20:26 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.