Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton: "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" * tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MIPS: OCTEON: mark RGMII interface disabled on OCTEON III MIPS: Fix a R10000_LLSC_WAR logic in atomic.h MIPS: BCM63XX: drop unused and broken DSP platform device mailmap: Update name spelling and email for Dengcheng Zhu MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8 MAINTAINERS: Add a maintainer for MSCC MIPS SoCs MIPS: Alchemy: update dma masks for devboard devices MIPS: Alchemy: update cpu-feature-overrides MIPS: Alchemy: drop DB1000 IrDA support bits MIPS: alchemy: cpu_all_mask is forbidden for clock event devices MIPS: BCM63XX: fix switch core reset on BCM6368
No related branches found
No related tags found
Showing
- .mailmap 4 additions, 1 deletion.mailmap
- MAINTAINERS 2 additions, 1 deletionMAINTAINERS
- arch/mips/alchemy/common/time.c 1 addition, 1 deletionarch/mips/alchemy/common/time.c
- arch/mips/alchemy/devboards/db1000.c 11 additions, 65 deletionsarch/mips/alchemy/devboards/db1000.c
- arch/mips/alchemy/devboards/db1200.c 11 additions, 13 deletionsarch/mips/alchemy/devboards/db1200.c
- arch/mips/alchemy/devboards/db1300.c 19 additions, 4 deletionsarch/mips/alchemy/devboards/db1300.c
- arch/mips/alchemy/devboards/db1550.c 11 additions, 2 deletionsarch/mips/alchemy/devboards/db1550.c
- arch/mips/bcm63xx/Makefile 3 additions, 3 deletionsarch/mips/bcm63xx/Makefile
- arch/mips/bcm63xx/boards/board_bcm963xx.c 0 additions, 20 deletionsarch/mips/bcm63xx/boards/board_bcm963xx.c
- arch/mips/bcm63xx/dev-dsp.c 0 additions, 56 deletionsarch/mips/bcm63xx/dev-dsp.c
- arch/mips/bcm63xx/reset.c 1 addition, 1 deletionarch/mips/bcm63xx/reset.c
- arch/mips/cavium-octeon/executive/cvmx-helper.c 2 additions, 1 deletionarch/mips/cavium-octeon/executive/cvmx-helper.c
- arch/mips/include/asm/atomic.h 1 addition, 1 deletionarch/mips/include/asm/atomic.h
- arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h 3 additions, 0 deletionsarch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h
- arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_dsp.h 0 additions, 14 deletionsarch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_dsp.h
- arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 0 additions, 5 deletionsarch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
- arch/mips/ralink/Kconfig 1 addition, 0 deletionsarch/mips/ralink/Kconfig
Loading
Please register or sign in to comment