diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-21 14:09:35 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-22 16:56:46 +0100 |
commit | e29500eb849a18fa988a6ce53e10ad8c188e35df (patch) | |
tree | 275b3ebaeb24df6006ac85eec9738c5312ed341f /target/linux/mediatek | |
parent | db9e9e8382169ef85ea5994c958cfba7c87abfd8 (diff) | |
download | upstream-e29500eb849a18fa988a6ce53e10ad8c188e35df.tar.gz upstream-e29500eb849a18fa988a6ce53e10ad8c188e35df.tar.bz2 upstream-e29500eb849a18fa988a6ce53e10ad8c188e35df.zip |
kernel: bump 4.19 to 4.19.85
Refreshed all patches.
Altered patches:
- 080-sata_support.patch
Remove upstreamed:
- 034-v4.20-MIPS-BCM47XX-Enable-USB-power-on-Netgear-WNDR3400v3.patch
- 001-4.21-01-BCM63XX-fix-switch-core-reset-on-BCM6368.patch
- 073-qcom-ipq4019-fix-cpu0-s-qcom-saw2-reg-value.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-4.19/0101-pci-mediatek-backport-fix-pcie.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/mediatek/patches-4.19/0101-pci-mediatek-backport-fix-pcie.patch b/target/linux/mediatek/patches-4.19/0101-pci-mediatek-backport-fix-pcie.patch index cdb53954cf..009eedb583 100644 --- a/target/linux/mediatek/patches-4.19/0101-pci-mediatek-backport-fix-pcie.patch +++ b/target/linux/mediatek/patches-4.19/0101-pci-mediatek-backport-fix-pcie.patch @@ -362,7 +362,7 @@ return err; } -@@ -1125,34 +1126,6 @@ static int mtk_pcie_request_resources(st +@@ -1127,34 +1128,6 @@ static int mtk_pcie_request_resources(st return 0; } @@ -397,7 +397,7 @@ static int mtk_pcie_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; -@@ -1179,7 +1152,14 @@ static int mtk_pcie_probe(struct platfor +@@ -1181,7 +1154,14 @@ static int mtk_pcie_probe(struct platfor if (err) goto put_resources; @@ -413,7 +413,7 @@ if (err) goto put_resources; -@@ -1192,6 +1172,80 @@ put_resources: +@@ -1194,6 +1174,80 @@ put_resources: return err; } @@ -494,7 +494,7 @@ static const struct mtk_pcie_soc mtk_pcie_soc_v1 = { .ops = &mtk_pcie_ops, .startup = mtk_pcie_startup_port, -@@ -1220,10 +1274,13 @@ static const struct of_device_id mtk_pci +@@ -1222,10 +1276,13 @@ static const struct of_device_id mtk_pci static struct platform_driver mtk_pcie_driver = { .probe = mtk_pcie_probe, |