Skip to content

Commit

Permalink
Merge tag 'v5.10.53' into 5.10
Browse files Browse the repository at this point in the history
This is the 5.10.53 stable release
  • Loading branch information
xanmod committed Jul 25, 2021
2 parents 19ea009 + 71046ea commit 9651073
Show file tree
Hide file tree
Showing 201 changed files with 834 additions and 568 deletions.
11 changes: 6 additions & 5 deletions Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 10
SUBLEVEL = 52
SUBLEVEL = 53
EXTRAVERSION =
NAME = Dare mighty things

Expand Down Expand Up @@ -704,11 +704,12 @@ $(KCONFIG_CONFIG):
# This exploits the 'multi-target pattern rule' trick.
# The syncconfig should be executed only once to make all the targets.
# (Note: use the grouped target '&:' when we bump to GNU Make 4.3)
quiet_cmd_syncconfig = SYNC $@
cmd_syncconfig = $(MAKE) -f $(srctree)/Makefile syncconfig

#
# Do not use $(call cmd,...) here. That would suppress prompts from syncconfig,
# so you cannot notice that Kconfig is waiting for the user input.
%/config/auto.conf %/config/auto.conf.cmd %/generated/autoconf.h: $(KCONFIG_CONFIG)
+$(call cmd,syncconfig)
$(Q)$(kecho) " SYNC $@"
$(Q)$(MAKE) -f $(srctree)/Makefile syncconfig
else # !may-sync-config
# External modules and some install targets need include/generated/autoconf.h
# and include/config/auto.conf but do not care if they are up-to-date.
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/am335x-baltos.dtsi
Expand Up @@ -393,10 +393,10 @@
status = "okay";
};

&gpio0 {
&gpio0_target {
ti,no-reset-on-init;
};

&gpio3 {
&gpio3_target {
ti,no-reset-on-init;
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am335x-evmsk.dts
Expand Up @@ -648,7 +648,7 @@
status = "okay";
};

&gpio0 {
&gpio0_target {
ti,no-reset-on-init;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi
Expand Up @@ -150,7 +150,7 @@
status = "okay";
};

&gpio0 {
&gpio0_target {
ti,no-reset-on-init;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi
Expand Up @@ -353,7 +353,7 @@
status = "okay";
};

&gpio0 {
&gpio0_target {
ti,no-reset-on-init;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am33xx-l4.dtsi
Expand Up @@ -1723,7 +1723,7 @@
};
};

target-module@ae000 { /* 0x481ae000, ap 56 3a.0 */
gpio3_target: target-module@ae000 { /* 0x481ae000, ap 56 3a.0 */
compatible = "ti,sysc-omap2", "ti,sysc";
reg = <0xae000 0x4>,
<0xae010 0x4>,
Expand Down
5 changes: 4 additions & 1 deletion arch/arm/boot/dts/am437x-gp-evm.dts
Expand Up @@ -813,11 +813,14 @@
status = "okay";
};

&gpio5_target {
ti,no-reset-on-init;
};

&gpio5 {
pinctrl-names = "default";
pinctrl-0 = <&display_mux_pins>;
status = "okay";
ti,no-reset-on-init;

p8 {
/*
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am437x-l4.dtsi
Expand Up @@ -2033,7 +2033,7 @@
};
};

target-module@22000 { /* 0x48322000, ap 116 64.0 */
gpio5_target: target-module@22000 { /* 0x48322000, ap 116 64.0 */
compatible = "ti,sysc-omap2", "ti,sysc";
reg = <0x22000 0x4>,
<0x22010 0x4>,
Expand Down
13 changes: 6 additions & 7 deletions arch/arm/boot/dts/am57xx-cl-som-am57x.dts
Expand Up @@ -454,20 +454,20 @@

&mailbox5 {
status = "okay";
mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
mbox_ipu1_ipc3x: mbox-ipu1-ipc3x {
status = "okay";
};
mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
mbox_dsp1_ipc3x: mbox-dsp1-ipc3x {
status = "okay";
};
};

&mailbox6 {
status = "okay";
mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
mbox_ipu2_ipc3x: mbox-ipu2-ipc3x {
status = "okay";
};
mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
mbox_dsp2_ipc3x: mbox-dsp2-ipc3x {
status = "okay";
};
};
Expand Down Expand Up @@ -610,12 +610,11 @@
>;
};

&gpio3 {
status = "okay";
&gpio3_target {
ti,no-reset-on-init;
};

&gpio2 {
&gpio2_target {
status = "okay";
ti,no-reset-on-init;
};
5 changes: 1 addition & 4 deletions arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
Expand Up @@ -156,10 +156,7 @@
/*W0-W7*/ "","","","","","","","",
/*X0-X7*/ "","","","","","","","",
/*Y0-Y7*/ "","","","","","","","",
/*Z0-Z7*/ "","","","","","","","",
/*AA0-AA7*/ "","","","","","","","",
/*AB0-AB7*/ "","","","","","","","",
/*AC0-AC7*/ "","","","","","","","";
/*Z0-Z7*/ "","","","","","","","";

pin_mclr_vpp {
gpio-hog;
Expand Down
6 changes: 2 additions & 4 deletions arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
Expand Up @@ -127,10 +127,7 @@
/*W0-W7*/ "","","","","","","","",
/*X0-X7*/ "","","","","","","","",
/*Y0-Y7*/ "","","","","","","","",
/*Z0-Z7*/ "","","","","","","","",
/*AA0-AA7*/ "","","","","","","","",
/*AB0-AB7*/ "","","","","","","","",
/*AC0-AC7*/ "","","","","","","","";
/*Z0-Z7*/ "","","","","","","","";
};

&fmc {
Expand Down Expand Up @@ -180,6 +177,7 @@

&emmc {
status = "okay";
clk-phase-mmc-hs200 = <36>, <270>;
};

&fsim0 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm-cygnus.dtsi
Expand Up @@ -460,7 +460,7 @@
status = "disabled";
};

nand: nand@18046000 {
nand_controller: nand-controller@18046000 {
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
reg = <0x18046000 0x600>, <0xf8105408 0x600>,
<0x18046f00 0x20>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm-hr2.dtsi
Expand Up @@ -179,7 +179,7 @@
status = "disabled";
};

nand: nand@26000 {
nand_controller: nand-controller@26000 {
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
reg = <0x26000 0x600>,
<0x11b408 0x600>,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm-nsp.dtsi
Expand Up @@ -269,7 +269,7 @@
dma-coherent;
};

nand: nand@26000 {
nand_controller: nand-controller@26000 {
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
reg = <0x026000 0x600>,
<0x11b408 0x600>,
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2711-rpi-4-b.dts
Expand Up @@ -28,11 +28,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
default-state = "keep";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2711.dtsi
Expand Up @@ -395,7 +395,7 @@
ranges = <0x0 0x7e000000 0x0 0xfe000000 0x01800000>;
dma-ranges = <0x0 0xc0000000 0x0 0x00000000 0x40000000>;

emmc2: emmc2@7e340000 {
emmc2: mmc@7e340000 {
compatible = "brcm,bcm2711-emmc2";
reg = <0x0 0x7e340000 0x100>;
interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
Expand Up @@ -14,11 +14,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
default-state = "keep";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-a.dts
Expand Up @@ -14,7 +14,7 @@
};

leds {
act {
led-act {
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2835-rpi-b-plus.dts
Expand Up @@ -15,11 +15,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
default-state = "keep";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
Expand Up @@ -15,7 +15,7 @@
};

leds {
act {
led-act {
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-b.dts
Expand Up @@ -15,7 +15,7 @@
};

leds {
act {
led-act {
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi
Expand Up @@ -5,7 +5,7 @@

/ {
leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
Expand Up @@ -23,7 +23,7 @@
};

leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-zero.dts
Expand Up @@ -18,7 +18,7 @@
};

leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi.dtsi
Expand Up @@ -4,7 +4,7 @@
leds {
compatible = "gpio-leds";

act {
led-act {
label = "ACT";
default-state = "keep";
linux,default-trigger = "heartbeat";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2836-rpi-2-b.dts
Expand Up @@ -15,11 +15,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
default-state = "keep";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
Expand Up @@ -19,11 +19,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
default-state = "keep";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
Expand Up @@ -20,11 +20,11 @@
};

leds {
act {
led-act {
gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
};

pwr {
led-pwr {
label = "PWR";
gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
default-state = "keep";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2837-rpi-3-b.dts
Expand Up @@ -20,7 +20,7 @@
};

leds {
act {
led-act {
gpios = <&expgpio 2 GPIO_ACTIVE_HIGH>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
Expand Up @@ -14,7 +14,7 @@
* Since there is no upstream GPIO driver yet,
* remove the incomplete node.
*/
/delete-node/ act;
/delete-node/ led-act;
};

reg_3v3: fixed-regulator {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm283x.dtsi
Expand Up @@ -420,7 +420,7 @@
status = "disabled";
};

sdhci: sdhci@7e300000 {
sdhci: mmc@7e300000 {
compatible = "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;
interrupts = <2 30>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm63138.dtsi
Expand Up @@ -203,7 +203,7 @@
status = "disabled";
};

nand: nand@2000 {
nand_controller: nand-controller@2000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "brcm,nand-bcm63138", "brcm,brcmnand-v7.0", "brcm,brcmnand";
Expand Down

0 comments on commit 9651073

Please sign in to comment.