Hi Linus, Below is a smattering of early MIPS fixes for 4.21, please pull. Thanks, Paul The following changes since commit adcc81f148d733b7e8e641300c5590a2cdc13bf3: MIPS: math-emu: Write-protect delay slot emulation pages (2018-12-20 10:00:01 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_4.21_1 for you to fetch changes up to edefae94b7b9f10d5efe32dece5a36e9d9ecc29e: MIPS: OCTEON: mark RGMII interface disabled on OCTEON III (2019-01-02 14:17:24 -0800) ---------------------------------------------------------------- A few early MIPS fixes for 4.21: - The Broadcom BCM63xx platform sees a fix for resetting the BCM6368 ethernet switch, and the removal of a platform device we've never had a driver for. - The Alchemy platform sees a few fixes for bitrot that occurred within the past few cycles. - We now enable vectored interrupt support for the MediaTek MT7620 SoC, which makes sense since they're supported by the SoC but in this case also works around a bug relating to the location of exception vectors when using a recent version of U-Boot. - The atomic64_fetch_*_relaxed() family of functions see a fix for a regression in MIPS64 kernels since v4.19. - Cavium Octeon III CN7xxx systems will now disable their RGMII interfaces rather than attempt to enable them & warn about the lack of support for doing so, as they did since initial CN7xxx ethernet support was added in v4.7. - The Microsemi/Microchip MSCC SoCs gain a MAINTAINERS entry. - .mailmap now provides consistency for Dengcheng Zhu's name & current email address. ---------------------------------------------------------------- Aaro Koskinen (1): MIPS: OCTEON: mark RGMII interface disabled on OCTEON III Alexandre Belloni (1): MAINTAINERS: Add a maintainer for MSCC MIPS SoCs Dengcheng Zhu (1): mailmap: Update name spelling and email for Dengcheng Zhu Huacai Chen (1): MIPS: Fix a R10000_LLSC_WAR logic in atomic.h Jonas Gorski (2): MIPS: BCM63XX: fix switch core reset on BCM6368 MIPS: BCM63XX: drop unused and broken DSP platform device Manuel Lauss (4): MIPS: alchemy: cpu_all_mask is forbidden for clock event devices MIPS: Alchemy: drop DB1000 IrDA support bits MIPS: Alchemy: update cpu-feature-overrides MIPS: Alchemy: update dma masks for devboard devices Stefan Roese (1): MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8 .mailmap | 5 +- MAINTAINERS | 3 +- arch/mips/alchemy/common/time.c | 2 +- arch/mips/alchemy/devboards/db1000.c | 76 ++++------------------ arch/mips/alchemy/devboards/db1200.c | 24 ++++--- arch/mips/alchemy/devboards/db1300.c | 23 +++++-- arch/mips/alchemy/devboards/db1550.c | 13 +++- arch/mips/bcm63xx/Makefile | 6 +- arch/mips/bcm63xx/boards/board_bcm963xx.c | 20 ------ arch/mips/bcm63xx/dev-dsp.c | 56 ---------------- arch/mips/bcm63xx/reset.c | 2 +- arch/mips/cavium-octeon/executive/cvmx-helper.c | 3 +- arch/mips/include/asm/atomic.h | 2 +- .../asm/mach-au1x00/cpu-feature-overrides.h | 3 + .../include/asm/mach-bcm63xx/bcm63xx_dev_dsp.h | 14 ---- .../mips/include/asm/mach-bcm63xx/board_bcm963xx.h | 5 -- arch/mips/ralink/Kconfig | 1 + 17 files changed, 70 insertions(+), 188 deletions(-) delete mode 100644 arch/mips/bcm63xx/dev-dsp.c delete mode 100644 arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_dsp.h