提交 6c7954b7 编写于 作者: L Linus Torvalds

Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull few more MIPS fixes from Paul Burton:

 - Fix mips_get_syscall_arg() to operate on the task specified when
   detecting o32 tasks running on MIPS64 kernels.

 - Fix some incorrect GPIO pin muxing for the MT7620 SoC.

 - Update the linux-mips mailing list address.

* tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  MAINTAINERS: Update linux-mips mailing list address
  MIPS: ralink: Fix mt7620 nd_sd pinmux
  mips: fix mips_get_syscall_arg o32 check
...@@ -2922,7 +2922,7 @@ F: drivers/staging/vc04_services ...@@ -2922,7 +2922,7 @@ F: drivers/staging/vc04_services
BROADCOM BCM47XX MIPS ARCHITECTURE BROADCOM BCM47XX MIPS ARCHITECTURE
M: Hauke Mehrtens <hauke@hauke-m.de> M: Hauke Mehrtens <hauke@hauke-m.de>
M: Rafał Miłecki <zajec5@gmail.com> M: Rafał Miłecki <zajec5@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/mips/brcm/ F: Documentation/devicetree/bindings/mips/brcm/
F: arch/mips/bcm47xx/* F: arch/mips/bcm47xx/*
...@@ -2986,7 +2986,7 @@ F: drivers/cpufreq/bmips-cpufreq.c ...@@ -2986,7 +2986,7 @@ F: drivers/cpufreq/bmips-cpufreq.c
BROADCOM BMIPS MIPS ARCHITECTURE BROADCOM BMIPS MIPS ARCHITECTURE
M: Kevin Cernekee <cernekee@gmail.com> M: Kevin Cernekee <cernekee@gmail.com>
M: Florian Fainelli <f.fainelli@gmail.com> M: Florian Fainelli <f.fainelli@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
T: git git://github.com/broadcom/stblinux.git T: git git://github.com/broadcom/stblinux.git
S: Maintained S: Maintained
F: arch/mips/bmips/* F: arch/mips/bmips/*
...@@ -3124,7 +3124,7 @@ F: include/uapi/rdma/bnxt_re-abi.h ...@@ -3124,7 +3124,7 @@ F: include/uapi/rdma/bnxt_re-abi.h
BROADCOM NVRAM DRIVER BROADCOM NVRAM DRIVER
M: Rafał Miłecki <zajec5@gmail.com> M: Rafał Miłecki <zajec5@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: drivers/firmware/broadcom/* F: drivers/firmware/broadcom/*
...@@ -4226,7 +4226,7 @@ F: net/decnet/ ...@@ -4226,7 +4226,7 @@ F: net/decnet/
DECSTATION PLATFORM SUPPORT DECSTATION PLATFORM SUPPORT
M: "Maciej W. Rozycki" <macro@linux-mips.org> M: "Maciej W. Rozycki" <macro@linux-mips.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
W: http://www.linux-mips.org/wiki/DECstation W: http://www.linux-mips.org/wiki/DECstation
S: Maintained S: Maintained
F: arch/mips/dec/ F: arch/mips/dec/
...@@ -5317,7 +5317,7 @@ EDAC-CAVIUM OCTEON ...@@ -5317,7 +5317,7 @@ EDAC-CAVIUM OCTEON
M: Ralf Baechle <ralf@linux-mips.org> M: Ralf Baechle <ralf@linux-mips.org>
M: David Daney <david.daney@cavium.com> M: David Daney <david.daney@cavium.com>
L: linux-edac@vger.kernel.org L: linux-edac@vger.kernel.org
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Supported S: Supported
F: drivers/edac/octeon_edac* F: drivers/edac/octeon_edac*
...@@ -7764,7 +7764,7 @@ F: Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt ...@@ -7764,7 +7764,7 @@ F: Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
IOC3 ETHERNET DRIVER IOC3 ETHERNET DRIVER
M: Ralf Baechle <ralf@linux-mips.org> M: Ralf Baechle <ralf@linux-mips.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: drivers/net/ethernet/sgi/ioc3-eth.c F: drivers/net/ethernet/sgi/ioc3-eth.c
...@@ -8192,7 +8192,7 @@ F: arch/arm64/kvm/ ...@@ -8192,7 +8192,7 @@ F: arch/arm64/kvm/
KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
M: James Hogan <jhogan@kernel.org> M: James Hogan <jhogan@kernel.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Supported S: Supported
F: arch/mips/include/uapi/asm/kvm* F: arch/mips/include/uapi/asm/kvm*
F: arch/mips/include/asm/kvm* F: arch/mips/include/asm/kvm*
...@@ -8365,7 +8365,7 @@ F: drivers/net/dsa/lantiq_gswip.c ...@@ -8365,7 +8365,7 @@ F: drivers/net/dsa/lantiq_gswip.c
LANTIQ MIPS ARCHITECTURE LANTIQ MIPS ARCHITECTURE
M: John Crispin <john@phrozen.org> M: John Crispin <john@phrozen.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/lantiq F: arch/mips/lantiq
F: drivers/soc/lantiq F: drivers/soc/lantiq
...@@ -8928,7 +8928,7 @@ S: Maintained ...@@ -8928,7 +8928,7 @@ S: Maintained
MARDUK (CREATOR CI40) DEVICE TREE SUPPORT MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
M: Rahul Bedarkar <rahulbedarkar89@gmail.com> M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/boot/dts/img/pistachio_marduk.dts F: arch/mips/boot/dts/img/pistachio_marduk.dts
...@@ -9887,7 +9887,7 @@ F: drivers/dma/at_xdmac.c ...@@ -9887,7 +9887,7 @@ F: drivers/dma/at_xdmac.c
MICROSEMI MIPS SOCS MICROSEMI MIPS SOCS
M: Alexandre Belloni <alexandre.belloni@bootlin.com> M: Alexandre Belloni <alexandre.belloni@bootlin.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/generic/board-ocelot.c F: arch/mips/generic/board-ocelot.c
F: arch/mips/configs/generic/board-ocelot.config F: arch/mips/configs/generic/board-ocelot.config
...@@ -9927,7 +9927,7 @@ MIPS ...@@ -9927,7 +9927,7 @@ MIPS
M: Ralf Baechle <ralf@linux-mips.org> M: Ralf Baechle <ralf@linux-mips.org>
M: Paul Burton <paul.burton@mips.com> M: Paul Burton <paul.burton@mips.com>
M: James Hogan <jhogan@kernel.org> M: James Hogan <jhogan@kernel.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
W: http://www.linux-mips.org/ W: http://www.linux-mips.org/
T: git git://git.linux-mips.org/pub/scm/ralf/linux.git T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
...@@ -9940,7 +9940,7 @@ F: drivers/platform/mips/ ...@@ -9940,7 +9940,7 @@ F: drivers/platform/mips/
MIPS BOSTON DEVELOPMENT BOARD MIPS BOSTON DEVELOPMENT BOARD
M: Paul Burton <paul.burton@mips.com> M: Paul Burton <paul.burton@mips.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/clock/img,boston-clock.txt F: Documentation/devicetree/bindings/clock/img,boston-clock.txt
F: arch/mips/boot/dts/img/boston.dts F: arch/mips/boot/dts/img/boston.dts
...@@ -9950,7 +9950,7 @@ F: include/dt-bindings/clock/boston-clock.h ...@@ -9950,7 +9950,7 @@ F: include/dt-bindings/clock/boston-clock.h
MIPS GENERIC PLATFORM MIPS GENERIC PLATFORM
M: Paul Burton <paul.burton@mips.com> M: Paul Burton <paul.burton@mips.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Supported S: Supported
F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt
F: arch/mips/generic/ F: arch/mips/generic/
...@@ -9958,7 +9958,7 @@ F: arch/mips/tools/generic-board-config.sh ...@@ -9958,7 +9958,7 @@ F: arch/mips/tools/generic-board-config.sh
MIPS/LOONGSON1 ARCHITECTURE MIPS/LOONGSON1 ARCHITECTURE
M: Keguang Zhang <keguang.zhang@gmail.com> M: Keguang Zhang <keguang.zhang@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/loongson32/ F: arch/mips/loongson32/
F: arch/mips/include/asm/mach-loongson32/ F: arch/mips/include/asm/mach-loongson32/
...@@ -9967,7 +9967,7 @@ F: drivers/*/*/*loongson1* ...@@ -9967,7 +9967,7 @@ F: drivers/*/*/*loongson1*
MIPS/LOONGSON2 ARCHITECTURE MIPS/LOONGSON2 ARCHITECTURE
M: Jiaxun Yang <jiaxun.yang@flygoat.com> M: Jiaxun Yang <jiaxun.yang@flygoat.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/loongson64/fuloong-2e/ F: arch/mips/loongson64/fuloong-2e/
F: arch/mips/loongson64/lemote-2f/ F: arch/mips/loongson64/lemote-2f/
...@@ -9977,7 +9977,7 @@ F: drivers/*/*/*loongson2* ...@@ -9977,7 +9977,7 @@ F: drivers/*/*/*loongson2*
MIPS/LOONGSON3 ARCHITECTURE MIPS/LOONGSON3 ARCHITECTURE
M: Huacai Chen <chenhc@lemote.com> M: Huacai Chen <chenhc@lemote.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/loongson64/ F: arch/mips/loongson64/
F: arch/mips/include/asm/mach-loongson64/ F: arch/mips/include/asm/mach-loongson64/
...@@ -9987,7 +9987,7 @@ F: drivers/*/*/*loongson3* ...@@ -9987,7 +9987,7 @@ F: drivers/*/*/*loongson3*
MIPS RINT INSTRUCTION EMULATION MIPS RINT INSTRUCTION EMULATION
M: Aleksandar Markovic <aleksandar.markovic@mips.com> M: Aleksandar Markovic <aleksandar.markovic@mips.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Supported S: Supported
F: arch/mips/math-emu/sp_rint.c F: arch/mips/math-emu/sp_rint.c
F: arch/mips/math-emu/dp_rint.c F: arch/mips/math-emu/dp_rint.c
...@@ -10972,7 +10972,7 @@ F: include/linux/platform_data/i2c-omap.h ...@@ -10972,7 +10972,7 @@ F: include/linux/platform_data/i2c-omap.h
ONION OMEGA2+ BOARD ONION OMEGA2+ BOARD
M: Harvey Hunt <harveyhuntnexus@gmail.com> M: Harvey Hunt <harveyhuntnexus@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/boot/dts/ralink/omega2p.dts F: arch/mips/boot/dts/ralink/omega2p.dts
...@@ -11881,7 +11881,7 @@ F: drivers/pinctrl/spear/ ...@@ -11881,7 +11881,7 @@ F: drivers/pinctrl/spear/
PISTACHIO SOC SUPPORT PISTACHIO SOC SUPPORT
M: James Hartley <james.hartley@sondrel.com> M: James Hartley <james.hartley@sondrel.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Odd Fixes S: Odd Fixes
F: arch/mips/pistachio/ F: arch/mips/pistachio/
F: arch/mips/include/asm/mach-pistachio/ F: arch/mips/include/asm/mach-pistachio/
...@@ -12540,7 +12540,7 @@ F: drivers/media/usb/rainshadow-cec/* ...@@ -12540,7 +12540,7 @@ F: drivers/media/usb/rainshadow-cec/*
RALINK MIPS ARCHITECTURE RALINK MIPS ARCHITECTURE
M: John Crispin <john@phrozen.org> M: John Crispin <john@phrozen.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/ralink F: arch/mips/ralink
...@@ -12560,7 +12560,7 @@ F: drivers/block/brd.c ...@@ -12560,7 +12560,7 @@ F: drivers/block/brd.c
RANCHU VIRTUAL BOARD FOR MIPS RANCHU VIRTUAL BOARD FOR MIPS
M: Miodrag Dinic <miodrag.dinic@mips.com> M: Miodrag Dinic <miodrag.dinic@mips.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Supported S: Supported
F: arch/mips/generic/board-ranchu.c F: arch/mips/generic/board-ranchu.c
F: arch/mips/configs/generic/board-ranchu.config F: arch/mips/configs/generic/board-ranchu.config
...@@ -15296,7 +15296,7 @@ F: arch/um/os-Linux/drivers/ ...@@ -15296,7 +15296,7 @@ F: arch/um/os-Linux/drivers/
TURBOCHANNEL SUBSYSTEM TURBOCHANNEL SUBSYSTEM
M: "Maciej W. Rozycki" <macro@linux-mips.org> M: "Maciej W. Rozycki" <macro@linux-mips.org>
M: Ralf Baechle <ralf@linux-mips.org> M: Ralf Baechle <ralf@linux-mips.org>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
Q: http://patchwork.linux-mips.org/project/linux-mips/list/ Q: http://patchwork.linux-mips.org/project/linux-mips/list/
S: Maintained S: Maintained
F: drivers/tc/ F: drivers/tc/
...@@ -16117,7 +16117,7 @@ F: drivers/net/vmxnet3/ ...@@ -16117,7 +16117,7 @@ F: drivers/net/vmxnet3/
VOCORE VOCORE2 BOARD VOCORE VOCORE2 BOARD
M: Harvey Hunt <harveyhuntnexus@gmail.com> M: Harvey Hunt <harveyhuntnexus@gmail.com>
L: linux-mips@linux-mips.org L: linux-mips@vger.kernel.org
S: Maintained S: Maintained
F: arch/mips/boot/dts/ralink/vocore2.dts F: arch/mips/boot/dts/ralink/vocore2.dts
......
...@@ -73,7 +73,7 @@ static inline unsigned long mips_get_syscall_arg(unsigned long *arg, ...@@ -73,7 +73,7 @@ static inline unsigned long mips_get_syscall_arg(unsigned long *arg,
#ifdef CONFIG_64BIT #ifdef CONFIG_64BIT
case 4: case 5: case 6: case 7: case 4: case 5: case 6: case 7:
#ifdef CONFIG_MIPS32_O32 #ifdef CONFIG_MIPS32_O32
if (test_thread_flag(TIF_32BIT_REGS)) if (test_tsk_thread_flag(task, TIF_32BIT_REGS))
return get_user(*arg, (int *)usp + n); return get_user(*arg, (int *)usp + n);
else else
#endif #endif
......
...@@ -84,7 +84,7 @@ static struct rt2880_pmx_func pcie_rst_grp[] = { ...@@ -84,7 +84,7 @@ static struct rt2880_pmx_func pcie_rst_grp[] = {
}; };
static struct rt2880_pmx_func nd_sd_grp[] = { static struct rt2880_pmx_func nd_sd_grp[] = {
FUNC("nand", MT7620_GPIO_MODE_NAND, 45, 15), FUNC("nand", MT7620_GPIO_MODE_NAND, 45, 15),
FUNC("sd", MT7620_GPIO_MODE_SD, 45, 15) FUNC("sd", MT7620_GPIO_MODE_SD, 47, 13)
}; };
static struct rt2880_pmx_group mt7620a_pinmux_data[] = { static struct rt2880_pmx_group mt7620a_pinmux_data[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册