From 8651f1149dc18f6c730ae20f36a91d4eb360a9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 19 Feb 2018 15:40:42 +0100 Subject: kernel: backport patches simplifying mtd_device_parse_register code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These 2 patches were recently queued for 4.17. Signed-off-by: Rafał Miłecki --- target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch') diff --git a/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch b/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch index 42985efdc8..f829631831 100644 --- a/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch +++ b/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch @@ -47,11 +47,9 @@ Will send separate patches to stable as this file got moved/renamed drivers/pci/dwc/pcie-designware-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/pci/dwc/pcie-designware-host.c b/drivers/pci/dwc/pcie-designware-host.c -index bf558df5b7b3..2b5470173196 100644 --- a/drivers/pci/dwc/pcie-designware-host.c +++ b/drivers/pci/dwc/pcie-designware-host.c -@@ -616,7 +616,7 @@ void dw_pcie_setup_rc(struct pcie_port *pp) +@@ -607,7 +607,7 @@ void dw_pcie_setup_rc(struct pcie_port * /* setup bus numbers */ val = dw_pcie_readl_dbi(pci, PCI_PRIMARY_BUS); val &= 0xff000000; -- cgit v1.2.3