The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa: Linux 6.1-rc5 (2022-11-13 13:12:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.2 for you to fetch changes up to 4c587a982603d7e7e751b4925809a1512099a690: MIPS: OCTEON: warn only once if deprecated link status is being used (2022-12-09 23:37:46 +0100) ---------------------------------------------------------------- - DT cleanups - fix for early use of kzalloc on mt7621 platform - cleanups and fixes ---------------------------------------------------------------- Anastasia Belova (1): MIPS: BCM63xx: Add check for NULL for clk in clk_enable Arınç ÜNAL (3): mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2 mips: ralink: mt7621: change DSA port labels to generic naming mips: dts: remove label = "cpu" from DSA dt-binding Dmitry Torokhov (1): MIPS: DTS: CI20: fix reset line polarity of the ethernet controller Geert Uytterhoeven (1): MIPS: mscc: jaguar2: Fix pca9545 i2c-mux node names Genjian Zhang (1): MIPS: Restore symbol versions for copy_page_cpu and clear_page_cpu Huacai Chen (1): platform/mips: Adjust Kconfig to keep consistency John Thomson (3): mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem mips: ralink: mt7621: soc queries and tests as functions mips: ralink: mt7621: do not use kzalloc too early Ladislav Michl (1): MIPS: OCTEON: warn only once if deprecated link status is being used Rafał Miłecki (2): mips: dts: bcm63268: add TWD block timer mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controller Sergio Paracuellos (2): dt-bindings: mips: add CPU bindings for MIPS architecture dt-bindings: mips: brcm: add Broadcom SoCs bindings Tiezhu Yang (1): MIPS: Use "grep -E" instead of "egrep" Xu Panda (1): MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy() Yang Yingliang (2): MIPS: vpe-mt: fix possible memory leak while module exiting MIPS: vpe-cmp: fix possible memory leak while module exiting zhang songyi (1): mips/pci: use devm_platform_ioremap_resource() .../devicetree/bindings/mips/brcm/brcm,bmips.txt | 8 -- .../devicetree/bindings/mips/brcm/soc.yaml | 96 +++++++++++++++++ Documentation/devicetree/bindings/mips/cpus.yaml | 115 +++++++++++++++++++++ .../bindings/mips/ingenic/ingenic,cpu.yaml | 69 ------------- arch/mips/Makefile | 2 +- arch/mips/bcm63xx/clk.c | 2 + arch/mips/boot/dts/brcm/bcm63268.dtsi | 5 + arch/mips/boot/dts/brcm/bcm7435.dtsi | 1 + arch/mips/boot/dts/ingenic/ci20.dts | 2 +- arch/mips/boot/dts/mscc/jaguar2_pcb110.dts | 4 +- arch/mips/boot/dts/qca/ar9331.dtsi | 1 - arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 2 +- arch/mips/boot/dts/ralink/mt7621.dtsi | 11 +- arch/mips/cavium-octeon/executive/cvmx-bootmem.c | 3 +- .../cavium-octeon/executive/cvmx-helper-board.c | 2 +- arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 +- arch/mips/include/asm/asm-prototypes.h | 3 + arch/mips/include/asm/mach-ralink/mt7621.h | 4 +- arch/mips/kernel/vpe-cmp.c | 4 +- arch/mips/kernel/vpe-mt.c | 4 +- arch/mips/pci/pci-rt3883.c | 4 +- arch/mips/ralink/mt7621.c | 97 +++++++++++------ arch/mips/vdso/Makefile | 2 +- drivers/platform/Kconfig | 2 - drivers/platform/mips/Kconfig | 1 + 25 files changed, 313 insertions(+), 133 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mips/brcm/brcm,bmips.txt create mode 100644 Documentation/devicetree/bindings/mips/brcm/soc.yaml create mode 100644 Documentation/devicetree/bindings/mips/cpus.yaml delete mode 100644 Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]