]> Git Repo - J-linux.git/commitdiff
Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
authorLinus Torvalds <[email protected]>
Mon, 30 May 2022 18:01:50 +0000 (11:01 -0700)
committerLinus Torvalds <[email protected]>
Mon, 30 May 2022 18:01:50 +0000 (11:01 -0700)
Pull MIPS updates from Thomas Bogendoerfer:
 "Cleanups and fixes"

* tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (38 commits)
  MIPS: RALINK: Define pci_remap_iospace under CONFIG_PCI_DRIVERS_GENERIC
  MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA
  MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()
  MIPS: Kconfig: Fix indentation and add endif comment
  MIPS: bmips: Fix compiler warning observed on W=1 build
  MIPS: Rewrite `csum_tcpudp_nofold' in plain C
  mips: setup: use strscpy to replace strlcpy
  MIPS: Octeon: add SNIC10E board
  MIPS: Ingenic: Refresh defconfig for CU1000-Neo and CU1830-Neo.
  MIPS: Ingenic: Refresh device tree for Ingenic SoCs and boards.
  MIPS: Ingenic: Add PWM nodes for X1830.
  MIPS: Octeon: fix typo in comment
  MIPS: loongson32: Kconfig: Remove extra space
  MIPS: Sibyte: remove unnecessary return variable
  MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
  selftests/ftrace: Save kprobe_events to test log
  MIPS: tools: no need to initialise statics to 0
  MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon
  MIPS: VR41xx: Drop redundant spinlock initialization
  MIPS: smp: optimization for flush_tlb_mm when exiting
  ...

1  2 
arch/mips/boot/dts/ralink/mt7621.dtsi

index ee2ec78c8952f14a966d42c173c2b40ff8a6bb6c,40d0f28446ca2f77c1ebf8a84ab5e987d1191616..ee46ace0bcc11a41630e96cefd00e0628c896b88
        };
  
        pinctrl: pinctrl {
 -              compatible = "ralink,rt2880-pinmux";
 +              compatible = "ralink,mt7621-pinctrl";
  
                i2c_pins: i2c0-pins {
                        pinmux {
                        phy-mode = "rgmii-rxid";
                };
  
-               mdio-bus {
+               mdio: mdio-bus {
                        #address-cells = <1>;
                        #size-cells = <0>;
  
This page took 0.063496 seconds and 4 git commands to generate.