[GIT PULL] MIPS changes for v7.1
From: Thomas Bogendoerfer
Date: Fri Apr 17 2026 - 09:28:14 EST
The following changes since commit 591cd656a1bf5ea94a222af5ef2ee76df029c1d2:
Linux 7.0-rc7 (2026-04-05 15:26:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_7.1
for you to fetch changes up to 15513eefac7ca68602e9de9853f5e671bf7b4eef:
MIPS/mtd: Handle READY GPIO in generic NAND platform data (2026-04-13 15:41:56 +0200)
----------------------------------------------------------------
Support for Mobileye EyeQ6Lplus
Cleanups and fixes
----------------------------------------------------------------
Andy Shevchenko (1):
MIPS: Alchemy: Remove unused forward declaration
Benoît Monin (13):
dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC
dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB
MIPS: Add Mobileye EyeQ6Lplus support
reset: eyeq: Add Mobileye EyeQ6Lplus OLB
pinctrl: eyeq5: Use match data
pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB
clk: eyeq: Skip post-divisor when computing PLL frequency
clk: eyeq: Adjust PLL accuracy computation
clk: eyeq: Add Mobileye EyeQ6Lplus OLB
MIPS: Add Mobileye EyeQ6Lplus SoC dtsi
MIPS: Add Mobileye EyeQ6Lplus evaluation board dts
MIPS: config: add eyeq6lplus_defconfig
MAINTAINERS: Mobileye: Add EyeQ6Lplus files
Caleb James DeLisle (1):
mips: dts: Add PCIe to EcoNet EN751221
Linus Walleij (2):
MIPS/input: Move RB532 button to GPIO descriptors
MIPS/mtd: Handle READY GPIO in generic NAND platform data
Maciej W. Rozycki (4):
MIPS: kernel: Remove $0 clobber from `mult_sh_align_mod'
MIPS: DEC: Rate-limit memory errors for ECC systems
MIPS: DEC: Rate-limit memory errors for KN01 systems
MIPS: DEC: Rate-limit memory errors for non-KN01 parity systems
Pengpeng Hou (1):
MIPS: validate DT bootargs before appending them
Rong Zhang (1):
MIPS: dts: loongson64g-package: Switch to Loongson UART driver
Shiji Yang (3):
mips: pci-mt7620: fix bridge register access
mips: pci-mt7620: add more register init values
mips: pci-mt7620: rework initialization procedure
Thomas Zimmermann (1):
arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files
Théo Lebrun (3):
dt-bindings: soc: mobileye: OLB is an Ethernet PHY provider on EyeQ5
MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs
.../devicetree/bindings/mips/mobileye.yaml | 5 +
.../bindings/soc/mobileye/mobileye,eyeq5-olb.yaml | 7 +-
.../soc/mobileye/mobileye,eyeq6lplus-olb.yaml | 208 ++++++++++
MAINTAINERS | 4 +-
arch/mips/boot/dts/econet/en751221.dtsi | 114 ++++++
.../dts/econet/en751221_smartfiber_xp8421-b.dts | 21 +
.../boot/dts/loongson/loongson64g-package.dtsi | 4 +-
arch/mips/boot/dts/mobileye/Makefile | 1 +
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts | 26 ++
arch/mips/boot/dts/mobileye/eyeq5.dtsi | 45 +++
arch/mips/boot/dts/mobileye/eyeq6lplus-epm6.dts | 103 +++++
arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi | 84 ++++
arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi | 170 ++++++++
arch/mips/configs/eyeq6lplus_defconfig | 117 ++++++
arch/mips/configs/ip32_defconfig | 1 -
arch/mips/configs/lemote2f_defconfig | 1 -
arch/mips/configs/malta_qemu_32r6_defconfig | 1 -
arch/mips/configs/maltaaprp_defconfig | 1 -
arch/mips/configs/maltasmvp_defconfig | 1 -
arch/mips/configs/maltasmvp_eva_defconfig | 1 -
arch/mips/configs/maltaup_defconfig | 1 -
arch/mips/dec/ecc-berr.c | 16 +-
arch/mips/dec/kn01-berr.c | 6 +-
arch/mips/dec/kn02xa-berr.c | 26 +-
arch/mips/econet/Kconfig | 2 +
arch/mips/include/asm/mach-au1x00/gpio-au1000.h | 2 -
arch/mips/include/asm/mach-au1x00/gpio-au1300.h | 1 -
arch/mips/kernel/r4k-bugs64.c | 2 +-
arch/mips/kernel/setup.c | 4 +
arch/mips/mobileye/Kconfig | 3 +
arch/mips/mobileye/Platform | 1 +
arch/mips/pci/pci-mt7620.c | 110 ++++--
arch/mips/rb532/devices.c | 83 ++--
drivers/clk/Kconfig | 4 +-
drivers/clk/clk-eyeq.c | 90 ++++-
drivers/input/misc/rb532_button.c | 35 +-
drivers/mtd/nand/raw/plat_nand.c | 24 +-
drivers/pinctrl/Kconfig | 4 +-
drivers/pinctrl/pinctrl-eyeq5.c | 439 +++++++++++++++------
drivers/reset/Kconfig | 4 +-
drivers/reset/reset-eyeq.c | 31 ++
.../dt-bindings/clock/mobileye,eyeq6lplus-clk.h | 37 ++
42 files changed, 1591 insertions(+), 249 deletions(-)
create mode 100644 Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq6lplus-olb.yaml
create mode 100644 arch/mips/boot/dts/mobileye/eyeq6lplus-epm6.dts
create mode 100644 arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi
create mode 100644 arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi
create mode 100644 arch/mips/configs/eyeq6lplus_defconfig
create mode 100644 include/dt-bindings/clock/mobileye,eyeq6lplus-clk.h
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]