aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-02-22 17:37:11 +0000
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-23 18:31:35 +0100
commitb43f5a935922fbcbd19e62fd6ad3299a19a0375a (patch)
tree382cd1a27d2459e09993514f846050cdb17bfb23 /target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
parent7be8ab4f7b582924bca6594103735d888989d804 (diff)
downloadupstream-b43f5a935922fbcbd19e62fd6ad3299a19a0375a.tar.gz
upstream-b43f5a935922fbcbd19e62fd6ad3299a19a0375a.tar.bz2
upstream-b43f5a935922fbcbd19e62fd6ad3299a19a0375a.zip
mvebu: refresh 5.10 kconfigs/patches
Also delete already upstreamed patches/changes. Reviewed-by: Tomasz Maciej Nowak <tmn505@gmail.com> Tested-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch')
-rw-r--r--target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch b/target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
index 4058dc8ed5..42f890e48c 100644
--- a/target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
+++ b/target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
@@ -13,7 +13,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
--- a/drivers/pci/controller/pci-mvebu.c
+++ b/drivers/pci/controller/pci-mvebu.c
-@@ -928,6 +928,7 @@ static int mvebu_pcie_powerup(struct mve
+@@ -933,6 +933,7 @@ static int mvebu_pcie_powerup(struct mve
if (port->reset_gpio) {
u32 reset_udelay = PCI_PM_D3COLD_WAIT * 1000;
@@ -21,7 +21,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
of_property_read_u32(port->dn, "reset-delay-us",
&reset_udelay);
-@@ -935,7 +936,13 @@ static int mvebu_pcie_powerup(struct mve
+@@ -940,7 +941,13 @@ static int mvebu_pcie_powerup(struct mve
udelay(100);
gpiod_set_value_cansleep(port->reset_gpio, 0);
@@ -36,7 +36,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
}
return 0;
-@@ -1099,15 +1106,16 @@ static int mvebu_pcie_probe(struct platf
+@@ -1100,15 +1107,16 @@ static int mvebu_pcie_probe(struct platf
if (!child)
continue;