linux-kernel.vger.kernel.org archive mirror
 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 v7.3
Date: Fri, 21 Aug 2026 10:55:13 +0200	[thread overview]
Message-ID: <aogScROchrBsk812@alpha.franken.de> (raw)

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 ]

                 reply	other threads:[~2026-08-21  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=aogScROchrBsk812@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;
as well as URLs for NNTP newsgroup(s).